LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1577|回复: 4

在FC5里边怎么运行iptables脚本防火墙??

[复制链接]
发表于 2007-5-20 17:01:58 | 显示全部楼层 |阅读模式
我写了一个iptables的脚本文件,但是不知道怎么运行,希望高手解答,最好把答案给的详细点!
发表于 2007-5-21 10:50:31 | 显示全部楼层
如果文件名是iptab.sh,在/etc目录下,则:
chmod a+x iptab.sh
./iptab.sh 可运行 或 /etc/iptab.sh
如果想放在启动脚本中,则在/etc/init.d/rc.local中输入  /etc/iptab.sh
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-5-21 20:48:54 | 显示全部楼层

请问bobkey!

我写的iptables脚本为什么运行之后出现这样的错误
  
  line 2: iptables: command not found   

   line 3: iptables: command not found
   。。。。。
回复 支持 反对

使用道具 举报

发表于 2007-5-21 21:20:29 | 显示全部楼层
没找到这个命令,试试find / -name iptables,然后运行它,
把路径添加到PATH中
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-5-22 15:24:48 | 显示全部楼层
我试过了 ,运行是这样的,现在不知道怎么弄了
[root@localhost rising007]# find / -name iptables
/lib/iptables
/usr/share/logwatch/scripts/services/iptables
find: WARNING: Hard link count is wrong for /selinux: this may be a bug in your filesystem driver.  Automatically turning on find's -noleaf option.  Earlier results may have failed to include directories that should have been searched.
/sbin/iptables
/etc/rc.d/init.d/iptables
/etc/sysconfig/iptables
find: /proc/2087/task: 没有那个文件或目录
find: /proc/2087/fd: 没有那个文件或目录
[root@localhost rising007]#
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表