请各位高手帮忙,是关于配置防火墙的

由 bulebell2222 在 05-19-2003 22:33 发表:

请各位高手帮忙,是关于配置防火墙的

我在用iptabes 配置防火墙时有一些错误,向大家求救

打开保护ip 欺骗并打开源地址验证实现的脚本的语句:

for f in /proc/sys/net/ipv4/conf/*/accept_redirects;do

echo 0>$f

done

错误显示如下:/proc/sys/net/ipv4/conf/*/accept_redirects:no such of file or directory

关闭源路由包实现的脚本如下:for f in /proc/sys/net/ipv4/conf/*/accept_source_route;do

echo 0>$f

done

错误如下:proc/sys/net/ipv4/conf/*/accept_source_route:no such of file or directory

探测用于地址转换的几个功能模块:

/sbin/modprobe ip_nat_core.o

Published At
Categories with 服务器类
Tagged with
comments powered by Disqus