解决:
或者有效
iptables -A INPUT -p tcp --dport 8000 -j ACCEPT
[root@localhost ~]# iptables -A OUTPUT -p tcp --sport 8000 -j ACCEPT
解决:
或者有效
iptables -A INPUT -p tcp --dport 8000 -j ACCEPT
[root@localhost ~]# iptables -A OUTPUT -p tcp --sport 8000 -j ACCEPT