mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-07-24 15:25:47 -04:00
Merge branch 'tasket-master'
This commit is contained in:
commit
891d12d7b4
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue