1、1. 查询防火墙状态:
[root@localhost ~]# service iptables status
2、2. 开启防火墙:
[root@localhost ~]# service iptables start
3、3. 开启防火墙:
[root@localhost ~]# service iptables start
4、4. 关闭防火墙:
[root@localhost ~]# service iptables stop
5、5. 重启防火墙:
[root@localhost ~]# service iptables restart
6、6. 永久关闭防火墙:
[root@localhost ~]# chkconfig iptables off
7、7. 永久关闭后开启防火墙:
[root@localhost ~]# chkconfig iptables off
8、补充
编辑/etc/sysconfig/iptables文件,可以配置不同端口的对外提供服务。