How can I rate limit client connections in Vuurmuur? Like I do in iptables with:
iptables -I INPUT 1 -p udp --dport 27050 -m connlimit --connlimit-above 2 -j REJECT iptables -I INPUT 1 -p tcp --dport 80 -m connlimit --connlimit-above 2 -j REJECT How can I do the same as avove but limiting by client's MAC address? How do I block by string pattern in Vuurmuur? Thanks, Javier. ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Vuurmuur-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vuurmuur-users
