LinuxSir.cn,穿越时空的Linuxsir!

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

我在用iptables 做防火墙时遇到一些问题,请大家帮忙了

[复制链接]
发表于 2003-5-20 10:27:16 | 显示全部楼层 |阅读模式
我在用iptables 做防火墙时遇到一些问题
我是这样做iptables  -A INPUT -i eth1 -s <address/mask> -j DROP
错误是这样的:address mask :no such file or directory
iptables -A INPUT -i eth1 -p icmp -s 0.0.0.0 --sport 4 -d 192.168.19.41 -j ACCEPT
错误是这样的:unknown arg '--sport'
我是这样做:iptables -A OUPUT -i eth1 -p icmp -s 192.168.19.41 --dport 3 -d 0.0.0.0 -j ACCEPT fragmentation-needed -d 0.0.0.0 -j ACCEPT
错误是这样的:bad argument fragmentation-needed
发表于 2003-5-20 16:09:58 | 显示全部楼层
I am not sure the first problem. the second might becuase of icmp does not have --sport or --dport options. It is only for tcp protocol. see man iptables
发表于 2003-5-20 16:23:38 | 显示全部楼层
the last one is because of the --icmp-type option not present.
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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