首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

linux防火墙平添例外端口

2013-07-09 
linux防火墙添加例外端口/sbin/iptables -I INPUT -p tcp --dport 9000 -j ACCEPT #开启9000端口 /etc/rc.

linux防火墙添加例外端口
/sbin/iptables -I INPUT -p tcp --dport 9000 -j ACCEPT #开启9000端口
/etc/rc.d/init.d/iptables save #保存配置
/etc/rc.d/init.d/iptables restart #重启服务

热点排行