skyuck 发表于 2013-1-31 00:31:44

linux防火墙设置

linux开启和关闭防火墙的两种方式

1.重启之后永久生效

开启:chkconfig iptables on

关闭: chkconfig iptables off

2.及时生效,重启之后失效

开启: service iptables start

关闭: service iptables stop
页: [1]
查看完整版本: linux防火墙设置