Hi, I have a question:
Is possible to limit the number of TCP connections trought the bridge? E.g.: iptables -A FORWARD -p tcp -s xxx.xxx.xxx.xxx -m state --state STABLISHED -m limit --limit 2 -j ACCEPT iptables -A FORWARD -p tcp -s xxx.xxx.xxx.xxx -m state --state STABLISHED -j DROP Best regards, Carlos Cherem [EMAIL PROTECTED] _______________________________________________ Bridge mailing list [EMAIL PROTECTED] http://www.math.leidenuniv.nl/mailman/listinfo/bridge
