Aug 01
# Make a hole into firewall to make your web server visible to others.
iptables -I INPUT 1 -p tcp –dport 80 -j ACCEPT
iptables-save > /etc/sysconfig/iptables
Leave a Reply
You must be logged in to post a comment.
# Make a hole into firewall to make your web server visible to others.
iptables -I INPUT 1 -p tcp –dport 80 -j ACCEPT
iptables-save > /etc/sysconfig/iptables
You must be logged in to post a comment.
Recent Comments