-
Notifications
You must be signed in to change notification settings - Fork 28
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
IPv6 support #113
Comments
Not at the moment: qubes-mirage-firewall/client_net.ml Lines 123 to 126 in 006801c
|
For starters (who're not deep into QubesOS), how does QubesOS hand out IPv6 addresses? I.e. (a) how is the firewall supposed to get their own IPv6 address? (b) how are IPv6 addresses organised for client VMs (i.e. what is the firewall exptected to handle)? (c) is the firewall supposed to NAT client-v6 data to their own v6 address (or pass it on?)? I found some documentation: https://www.qubes-os.org/doc/networking/#ipv6 |
It appears to be using IPv6 link and unique local addresses handed out by Xen.
Also from Xen. I can't see radvd or dhcpdv6 running anywhere.
One of my VPN VMs (behind
This is set as the default route of one of its client VMs:
I cannot see a NAT, just forwarding rules - the normal Linux firewall VM is configured like this with nftables for a firewall locked down to a WireGuard host on
And here is the forwarding rules on the
|
The addresses are indeed set in Xen/libvirt, they can be found in files in
|
Does this firewall support forwarding IPv6 packets? If I spin up a browser behind it, I can't navigate to http://ip6only.me/ - but this works fine when I use the standard
sys-firewall
.I've also ran:
The text was updated successfully, but these errors were encountered: