From 0d809d3ec85e0b298e51a8a6df19e54e5b0e1dbd Mon Sep 17 00:00:00 2001 From: mitty Date: Tue, 7 Jul 2009 10:38:21 +0000 Subject: [PATCH] * IP MASQUERADE is now set up with setmasq.sh [16], so delete rules no longer needed git-svn-id: https://lab.mitty.jp/svn/lab/trunk@17 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- iptables/ufw/nat.rules | 3 --- 1 file changed, 3 deletions(-) diff --git a/iptables/ufw/nat.rules b/iptables/ufw/nat.rules index ce375a1..23d1986 100644 --- a/iptables/ufw/nat.rules +++ b/iptables/ufw/nat.rules @@ -7,9 +7,6 @@ *nat -## IP MASQUERADE to WAN(eth1) --A POSTROUTING -o eth1 -j MASQUERADE - ## port REDIRECT to local services # 8443/tcp -> 443/tcp -A PREROUTING -p tcp --dport 8443 -j REDIRECT --to-port 443 -- 1.7.9.5