mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
Prevent ipv6 leaks.
Addresses qubes-users report from evastar.
This commit is contained in:
parent
98f5eb14a6
commit
fc19b6cf5d
@ -80,6 +80,8 @@ Set up a ProxyVM as a VPN gateway using NetworkManager
|
||||
# (in case the vpn tunnel breaks)
|
||||
iptables -I FORWARD -o eth0 -j DROP
|
||||
iptables -I FORWARD -i eth0 -j DROP
|
||||
ip6tables -I FORWARD -o eth0 -j DROP
|
||||
ip6tables -I FORWARD -i eth0 -j DROP
|
||||
```
|
||||
|
||||
6. Configure your AppVMs to use the new VM as a NetVM.
|
||||
|
Loading…
Reference in New Issue
Block a user