From 4edd197ab7fb10ae5ead3dbe8c4cdd4da666f4e8 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Tue, 16 Dec 2014 19:50:03 -0800 Subject: [PATCH] --- vpnsetup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/vpnsetup.sh b/vpnsetup.sh index f024652..a78b200 100644 --- a/vpnsetup.sh +++ b/vpnsetup.sh @@ -224,7 +224,6 @@ COMMIT :INPUT ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :POSTROUTING ACCEPT [0:0] --A POSTROUTING -s 192.168.42.0/24 -o eth+ -m policy --dir out --pol ipsec -j ACCEPT -A POSTROUTING -s 192.168.42.0/24 -o eth+ -j SNAT --to-source ${PRIVATE_IP} COMMIT EOF