-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 08 Aug 2003 16:47:05 -0400, Colburn wrote: > iptables-save produced (I added the line between each actual line of > code for ease of reading): > > #Generated by iptables-save v1.2.7a on Fri Aug 8 16:26:33 2003 - -snip- Expected output. This is what you have in /etc/sysconfig/iptables (except for the packet/byte counters). The two iptables commands executed by "ifup" are: iptables -I RH-Lokkit-0-50-INPUT -m udp -s 0/0 --sport 53 -d 0/0 --dport 1025:65535 -p udp -j ACCEPT iptables -D RH-Lokkit-0-50-INPUT -m udp -s 0/0 --sport 53 -d 0/0 --dport 1025:65535 -p udp -j ACCEPT First one to insert the rule, second to remove it again. Both should not give an error since as you can see in output of iptables-save, you do have the RH-Lokkit-0-50-INPUT chain. I don't see why you would get the two errors discussed before. If it were my machine and I got errors, I would find out. - -- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/NBOP0iMVcrivHFQRArYTAJwJTuIxNpzxQYDnbJWzX8wO9nU/aACeOyM+ 2X4pars+fhJSXH0h3AEv7aE= =EQbM -----END PGP SIGNATURE----- -- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list