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

Linux封闭防火墙

2012-06-29 
Linux关闭防火墙在Linux上安装了tomcat后局域网的其它电脑不能访问,这是可以关闭Linux的防火墙,方法如下:?

Linux关闭防火墙

在Linux上安装了tomcat后局域网的其它电脑不能访问,这是可以关闭Linux的防火墙,方法如下:

?

防火墙 永久打开或则关闭
???????? chkconfig iptables on
???????? chkconfig iptables off

即时生效:重启后还原
???????? service iptables start
???????? service iptables stop

热点排行