mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-05-02 06:46:11 -04:00
Add IPv6 failsafe
This commit is contained in:
parent
bb26173089
commit
c0f0fb01a6
1 changed files with 2 additions and 0 deletions
|
@ -212,6 +212,8 @@ It has been tested with Fedora 23 and Debian 8 templates.
|
|||
# (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
|
||||
|
||||
# Block all outgoing traffic
|
||||
iptables -P OUTPUT DROP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue