wiki:iptables_commands
Differences
This shows you the differences between two versions of the page.
| wiki:iptables_commands [2026/05/21 13:46] – created antisa | wiki: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
