On Mon, 22 Nov 1999, Ricardo Denis wrote:
>greetings,
>
>i issued "cat /proc/sys/net/ipv4/ip_forward" to find out the ip forwarding 
>status of my system and it returned a value of 0 (zero). i want to turn ip 
>forwarding on but apparently i did not compile it into the kernel. i then 
>proceeded to do so but when i reached the "make menuconfig" step there is 
>no option to turn ip forward on! so, how can i compile ip forwarding into 
>the kernel if it's not included in the Makefile generated by make 
>menuconfig? i have kernel 2.2.10. thanks for any help

Nothing is generated in the Makefile, your personal preferances shown
in make menuconfig are saved to ./linux/.config but that is irelavant
against what you want.

ip_forwarding is set at boot time, or at least redhat does, its done
in /etc/sysconfig/network

FORWARD_IPV4=true

or at the command line, you can issue the following command.

echo 1 >/proc/sys/net/ipv4/ip_forward

>rick
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/

Reply via email to