Condition

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

 



Hi.
 
The string in the Example (iptables -A INPUT -p tcp -m condition --condition web_ok --dport 80 -j ACCEPT)
doesn't work (error: multipe condition),bat if I invert the position of --dport 80 and -m condition --condition web_ok (iptables -A INPUT -p tcp --dport 80 -m condition --condition web_ok -j ACCEPT) it works properly.
 
BY.

[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