User Tools

Site Tools


wiki:iptables_commands

iptables commands

Drop new TCP connection from single IP if it exceeds 10 simultaneous connections.

iptables -I INPUT 1 -p tcp --syn -m connlimit --connlimit-above 10 -j DROP

Tested on

See also

References

wiki/iptables_commands.txt · Last modified: by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki