编辑 /etc/sysconfig/iptables 文件。比如要打开8080端口和9990端口
[root@localhost ~]# /etc/sysconfig/iptables
添加8080端口和9990端口
保存/etc/sysconfig/iptables文件,并在终端执行
[root@localhost ~]# service iptables restart
从新查看防火墙状态
[root@localhost ~]# service iptables status
这时候服务器的8080和9990端口就可以对外提供服务了。
其他端口的开放模式同样使用以上操作即可。
[root@localhost ~]# /etc/sysconfig/iptables
添加8080端口和9990端口
保存/etc/sysconfig/iptables文件,并在终端执行
[root@localhost ~]# service iptables restart
从新查看防火墙状态
[root@localhost ~]# service iptables status
这时候服务器的8080和9990端口就可以对外提供服务了。
其他端口的开放模式同样使用以上操作即可。