查看已开放端口
/sbin/iptables -L -n
开放端口命令(比如开放8080端口)
/sbin/iptables -I INPUT -p tcp --dport 8080 -j ACCEPT