舉例:
開放10000端口的解決步驟如下:
1、修改/etc/sysconfig/iptables文件,增加如下一行:
-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 10000 -j ACCEPT
重啟 iptables
service iptables restart
2恤磷、重啟防火墻娘锁,這里有兩種方式重啟防火墻 a) 重啟后生效
開啟: chkconfig iptables on
關閉: chkconfig iptables off b) 即時生效比肄,重啟后失效
開啟: service iptables start
關閉: service iptables stop
3忿磅、或者用menu-system-administration-firewall
去添加用戶需要的端口。
By the way:
a. ?netstat -tanp 去顯示端口狀態(tài)盏袄。
/usr/sbin/lsof -i
b. telnet ipaddr port
to check if ip and port is available before making connection.