From c0f0fb01a64071d9b05a11fa96a4282d90d8b0dc Mon Sep 17 00:00:00 2001 From: Christopher Laprise Date: Sun, 1 Jul 2018 16:57:45 -0400 Subject: [PATCH] Add IPv6 failsafe --- configuration/vpn.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/vpn.md b/configuration/vpn.md index 2326efeb..3d922122 100644 --- a/configuration/vpn.md +++ b/configuration/vpn.md @@ -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