Hi, I'm using Linux 2.4.18 + iptables 1.2.6a with mport module. Adding a rule with the mport module seems to work just fine. However, saving that configuration with iptables-save has some odd output:
1) I add the rule like: iptables -I .... -m mport --dports 80,443 -j ACCEPT 2) I save the rules, and I get: -I .... -m mport --dports 80,443,65535:65535,0,0,0,0,0,0,0,0,0,0,0,0 -j ACCEPT Of course, doing an iptables-restore with the above #2 fails, so I can't restore. For now, I'm using 'multiport' which works just fine... but I like some of the features of 'mport'. Anyone know if this is fixed? If so, what patch can I apply to fix this issue? Also, anyone know when iplimit is fixed? Apparently, it will only block the first attempt above the threshold, but subsequent attempts are not blocked and allowed through. Anyone with status about these modules, I'd greatly appreciate any information. Thanks! D. __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/
