Difference between revisions of "Iptables - general"
From MyWiki
(Created page with "Allow incoming ports :<br> iptables -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT<br> iptables -A INPUT -p tcp -m tcp --dport 443 -j ACCEPT<br>") |
(No difference)
|
Revision as of 15:36, 18 July 2016
Allow incoming ports :
iptables -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 443 -j ACCEPT