一般如果 服务端程序 如果启动后 仍然无法通过tcp连接 则首先考虑是否关闭了防火墙
CentOS 6X
停止防火墙 service iptable stop
禁用防火墙 chkconfig iptables off
查看防火墙状态 service iptables status
CentOS 7X
停止防火墙 systemctl stop firewalld service
禁用防火墙 systemctl disable firewalld service
一般如果 服务端程序 如果启动后 仍然无法通过tcp连接 则首先考虑是否关闭了防火墙
CentOS 6X
停止防火墙 service iptable stop
禁用防火墙 chkconfig iptables off
查看防火墙状态 service iptables status
CentOS 7X
停止防火墙 systemctl stop firewalld service
禁用防火墙 systemctl disable firewalld service