Displaying 1 result from an estimated 1 matches for "test_postrouting".
2009 Sep 14
1
[Bug 606] New: Iptables-restore removing the wrong rules
...both 1.3.8 and 1.4.4 and on both mips and
x86.
-------------------------
user at user-laptop:~$ sudo iptables -t nat -L -n
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination
Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination
test_POSTROUTING  all  --  0.0.0.0/0            0.0.0.0/0
Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
test_OUTPUT  all  --  0.0.0.0/0            0.0.0.0/0
Chain test_OUTPUT (1 references)
target     prot opt source               destination
Chain test_POSTROUTING (1 referenc...