how can i combine these 2 iprules

Luciano Miguel Ferreira Rocha strange at nsk.no-ip.org
Fri Mar 5 23:16:43 UTC 2004


On Fri, Mar 05, 2004 at 01:27:53PM -0500, Technical wrote:
> -A RH-Firewall-1-INPUT ! -s cnnp1.com  -j LOG --log-prefix "IPTABLES: "
> -A RH-Firewall-1-INPUT ! -s cnnp2.com  -j LOG --log-prefix "IPTABLES: "

-N iptlog
-A iptlog -s cnnp1.com -j RETURN
-A iptlog -s cnnp2.com -j RETURN
-A -j LOG --log-prefix "IPTABLES: "

Should do it.

Regards,
Luciano Rocha





More information about the fedora-list mailing list