Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firewall - use iifgroup instead of iif == #1412

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

apparatius
Copy link

The disappearance of the eth0 interface when you restart the net qube of the sys-firewall or set it’s net qube to none is causing iif == "eth0" to become iif 2 and the rules won't work anymore. It’s better to use iifgroup 1 instead of iif == "eth0". Related discussion:
https://forum.qubes-os.org/t/iptables-not-available-in-sys-net-in-qubes-os-4-2-1/26706/26

The disappearance of the eth0 interface when you restart the net qube of the sys-firewall or set it’s net qube to none is causing `iif == "eth0"` to become `iif 2` and the rules won't work anymore.
It’s better to use `iifgroup 1` instead of `iif == "eth0"`.
Related discussion:
https://forum.qubes-os.org/t/iptables-not-available-in-sys-net-in-qubes-os-4-2-1/26706/26
@apparatius apparatius changed the title Firewall - use iifgroup instead of iif == #1 Firewall - use iifgroup instead of iif == Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant