iptables -I INPUT -p tcp --dport 8000 -j ACCEPT
复制,修改 tcp 和端口号即可。
查看当前iptables 规则:
iptables -L
保存当前的规则: 基于centos7
service iptables save
iptables: Saving firewall rules to /etc/sysconfig/iptables:[ OK ]
查看开机服务有哪些:
ls /usr/lib/systemd/system/
查看以iptable开头的服务,用来判断iptables是否开机启动
ls /usr/lib/systemd/system/iptable*
/usr/lib/systemd/system/ip6tables.service /usr/lib/systemd/system/iprupdate.service
/usr/lib/systemd/system/iprdump.service /usr/lib/systemd/system/iprutils.target
/usr/lib/systemd/system/iprinit.service /usr/lib/systemd/system/iptables.service