Re: how can i combine these 2 iprules

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux