WEB开发网
开发学院操作系统Linux/Unix 关于Linux操作系统防火墙的进程查看方法 阅读

关于Linux操作系统防火墙的进程查看方法

 2008-04-28 12:02:52 来源:WEB开发网   
核心提示: linux系统启动防火墙 1) 重启后生效 开启: chkconfig iptables on 关闭: chkconfig iptables off 2) 即时生效,重启后失效 开启: service iptables start 关闭: service iptables stop 需要说明的是对于Linux下的其它
 

linux系统启动防火墙

1) 重启后生效

开启: chkconfig iptables on

关闭: chkconfig iptables off

2) 即时生效,重启后失效

开启: service iptables start

关闭: service iptables stop

需要说明的是对于Linux下的其它服务都可以用以上命令执行开启和关闭操作。

在开启了防火墙时,做如下设置,开启相关端口。

修改/etc/sysconfig/iptables 文件,添加以下内容:

-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT

-A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT

查看所有进程,包括服务,命令里ps -aux是netconfig在redhat里面是字符界面下的网卡配置工具。

chkconfig --list

可以列出sysV和xinet服务在各个runlevel的默认启动状态。

service 服务名 参数

查看状态的参数好像是stat 吧。

自启动服务

ntsysv

Tags:关于 Linux 操作系统

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接