mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-16 01:37:17 -05:00
Merge branch 'tasket-tasket02'
This commit is contained in:
commit
a470ac0249
@ -212,6 +212,8 @@ It has been tested with Fedora 23 and Debian 8 templates.
|
|||||||
# (in case the vpn tunnel breaks):
|
# (in case the vpn tunnel breaks):
|
||||||
iptables -I FORWARD -o eth0 -j DROP
|
iptables -I FORWARD -o eth0 -j DROP
|
||||||
iptables -I FORWARD -i 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
|
# Block all outgoing traffic
|
||||||
iptables -P OUTPUT DROP
|
iptables -P OUTPUT DROP
|
||||||
|
Loading…
Reference in New Issue
Block a user