Displaying 1 result from an estimated 1 matches for "in_throttl".
Did you mean:
in_throttle
2010 Jun 22
1
iptables and kvm
...lowing rules in /etc/sysconfig/iptables:
. . .
-A GENERAL -m comment ! -i bridge0 -j ACCEPT
. . .
-A GENERAL -m comment -m state -i bridge0 --state NEW -j KNOCKD
-A GENERAL -p tcp -m comment -m tcp -m multiport -m state -m recent
-i bridge0 --state NEW --dports 20,21,22,23,110,143 --set --name
IN_THROTTLE --rsource
and so forth. But when I reload the config file and do an iptables
--list | grep bridge then I see nothing. I cannot discern what it is
that I am doing wrong. Obviously there is something about bridge0
as an interface option that iptables does not like but it is not
giving me any erro...