aboutsummaryrefslogtreecommitdiffstats
path: root/test/output/filter-dnat/dump
diff options
context:
space:
mode:
Diffstat (limited to 'test/output/filter-dnat/dump')
-rw-r--r--test/output/filter-dnat/dump6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/output/filter-dnat/dump b/test/output/filter-dnat/dump
index cceeff1..01457e2 100644
--- a/test/output/filter-dnat/dump
+++ b/test/output/filter-dnat/dump
@@ -862,16 +862,16 @@ COMMIT
:OUTPUT ACCEPT [0:0]
:POSTROUTING ACCEPT [0:0]
:PREROUTING ACCEPT [0:0]
-:awall-masquerade - [0:0]
+:masquerade - [0:0]
-A INPUT -j MASQUERADE
-A OUTPUT -j REDIRECT
-A POSTROUTING -o eth1 -d 10.0.0.0/12 -j MASQUERADE
--A POSTROUTING -m set --match-set awall-masquerade src -j awall-masquerade
+-A POSTROUTING -m set --match-set awall-masquerade src -j masquerade
-A PREROUTING -i eth0 -p tcp --dport 25 -d 192.168.0.1 -j DNAT --to-destination 10.0.0.1
-A PREROUTING -i eth0 -p tcp --dport 80 -d 192.168.0.2 -j DNAT --to-destination 10.0.0.2:8080
-A PREROUTING -i eth0 -j REDIRECT
-A PREROUTING -i eth1 -s 10.0.0.0/12 -j REDIRECT
--A awall-masquerade -m set ! --match-set awall-masquerade dst -j MASQUERADE
+-A masquerade -m set ! --match-set awall-masquerade dst -j MASQUERADE
COMMIT
*raw
:OUTPUT ACCEPT [0:0]