QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 734|回复: 3

有关iptables的一个很简单的问题,请高手指教!

[复制链接]
发表于 2003-5-18 14:12:46 | 显示全部楼层 |阅读模式
我在终端输入:
# echo 1 > /proc/sys/net/ipv4/ip_forward
# iptables -t nat -APOSTROUTING -o eth1/0 -s 192.168.0.0/24 -j SNAT --to 外网地址
客户机能上网了,但是服务器重起一次以后,必需在终端重新输入一次,请问,有什么办法让服务器配置一次iptables就生效了?
谢谢,我新手,对iptables不时很清楚
发表于 2003-5-19 09:34:24 | 显示全部楼层
最简单的方法,就是你把这二句放进以下文件里:
/etc/rc.d/rc.local
回复

使用道具 举报

发表于 2003-5-19 12:09:59 | 显示全部楼层
2003年05月19日下午12时01分57秒[root@shcore txt]# cat /etc/sysctl.conf
# Kernel sysctl configuration file for Red Hat Linux
#
# For binary values, 0 is disabled, 1 is enabled.  See sysctl( and
# sysctl.conf(5) for more details.

# Controls IP packet forwarding
net.ipv4.ip_forward = 1

# Controls source route verification
net.ipv4.conf.default.rp_filter = 1

# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 0

# Controls whether core dumps will append the PID to the core filename.
# Useful for debugging multi-threaded applications.
kernel.core_uses_pid = 1
回复

使用道具 举报

发表于 2003-5-19 14:10:26 | 显示全部楼层
# echo 1 > /proc/sys/net/ipv4/ip_forward 可用公社gugong的方法解决!

执行以下语句
# iptables -t nat -APOSTROUTING -o eth1/0 -s 192.168.0.0/24 -j SNAT --to 外网地址

运行

#iptables-save > /etc/sysconfig/iptables

#chkconfig iptables on

启动即可生效 !
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-11-16 16:40 , Processed in 0.048806 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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