iptables_addport
This is an old revision of the document!
Add port 80
iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT
service iptables save
iptables_addport.1428771162.txt.gz · Last modified: 2024/05/23 07:26 (external edit)
This is an old revision of the document!
Add port 80
iptables -I INPUT 1 -p tcp --dport 80 -j ACCEPT
service iptables save