本地虚拟机,ubuntu16.4,使用如下命令打开端口
sudo iptables -I INPUT -p tcp --dport 9000 -j ACCEPT
然后使用netstat -an | grep 9000 查看并没有打开端口
netstat -an | grep 9000
相关分类