User Tools

Site Tools


wiki:iptables_commands

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

wiki:iptables_commands [2026/05/21 13:46] – created antisawiki:iptables_commands [2026/05/27 10:49] (current) – [iptables commands] add allow example antisa
Line 7: Line 7:
   iptables -I INPUT 1 -p tcp --syn -m connlimit --connlimit-above 10 -j DROP   iptables -I INPUT 1 -p tcp --syn -m connlimit --connlimit-above 10 -j DROP
  
 +Allow from IP on port 10050 over TCP protocol
 +
 +  iptables -A INPUT -s 79.137.64.226 -p tcp --dport 10050 -j ACCEPT
 ====== Tested on ====== ====== Tested on ======
   *    * 
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