Merge branch 'tasket-master'

This commit is contained in:
Andrew David Wong 2019-02-20 20:35:51 -06:00
commit 891d12d7b4
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -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.