Displaying 1 result from an estimated 1 matches for "ljtest".
Did you mean:
latest
2003 Jun 10
0
[Bug 97] New: iptables-restore can't load negated module parameter written by same version iptables-save
...CC: brad@danga.com,netfilter-buglog@lists.netfilter.org
summary says it best.
example:
goathack:/etc/init.d# iptables -L OUTPUT
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
DROP tcp -- anywhere localhost !OWNER UID match
ljtest tcp dpt:11211
goathack:/etc/init.d# iptables-save
# Generated by iptables-save v1.2.8 on Tue Jun 10 00:33:26 2003
*filter
:INPUT ACCEPT [37085:5225985]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [32236:10113869]
-A OUTPUT -d 127.0.0.1 -p tcp -m owner !--uid-owner ljtest -m tcp --dport 11211
-j DROP
C...