首先要知道CentOS 7 采用了 firewalld 防火墙,而在linux中其他版本大多是通过编辑iptables的配置文件来修改。
# firewall-cmd --add-port=9000/tcp
# firewall-cmd --query-port=9000/tcp