Advertisement
alex1984vn

sysconfig iptables

May 19th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. sudo vi /etc/sysconfig/iptables
  2. -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 443 -j ACCEPT
  3. sudo /etc/init.d/iptables restart
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement