connlimit
"Ignacio Rodriguez" <[email protected]> Thu, 6 Apr 2006 08:10:00 -0300
| Newsgroups | gmane.linux.network.bridge.ebtables.user |
|---|---|
| Message-ID | <002101c6596a$c787f7a0$fb01a8c0@nacho> |
Hi every one!!! have problems with this iptable command.... iptables -t mangle -A POSTROUTING -p tcp -s 192.168.1.20 -m connlimit --connlimit-above 50 -j DROP But this command works perfect.... iptables -t mangle -A POSTROUTING -s 192.168.1.20 -m layer7 --l7proto bittorrent -j DROP why could be? they are in the same chain... but l7 filter works and conlimit not... have and idea? regards.