On Wed, 20 Feb 2002 14:36:47 +0800
Kevin Chan <[EMAIL PROTECTED]> wrote:

> Dear all,
> 
> I would like to know where I can set the IP Forwarding in RH 7.2 and why I
> can't use the "netcfg" under Xwindow ?  Does anyone can teach me how to do
> it ?

Hi, Kevin. In RH 7.2, most of the sysctl functions are set in the /etc/sysctl.conf 
file. This way you don't have to mess around with rc.local. Here is mine below 
(comments massaged from default). Note that 1==enable and 0==disable.

# Disable/enable packet forwarding
net.ipv4.ip_forward = 1
# Disable/enable source route verification
net.ipv4.conf.default.rp_filter = 1
# Disable/enable the magic-sysrq key
kernel.sysrq = 0
#Disable/enable tcp_ecn
net.ipv4.tcp_ecn = 0


jb



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to