Re: IP forwarding problems

2001-12-29 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 29 December 2001 10:04 pm, Art Ross wrote: > Devon, > Thanks for the answer. It works fine now with your assistance. The > delay in my returning thanks was because of the Holidays. Glad I could help. Take care, - -D - -- pgp key

Re: IP forwarding problems

2001-12-29 Thread Art Ross
Devon wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Friday 21 December 2001 03:38 pm, Art Ross wrote: > > > Thanks your answer worked just fine. Do you happen to know why that > > wasn't getting set by 'echo 1 > /proc/sys/net/ipv4/ip_forward'? What > > RedHat utility sets th

Re: IP forwarding problems

2001-12-21 Thread Devon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 21 December 2001 03:38 pm, Art Ross wrote: > Thanks your answer worked just fine. Do you happen to know why that > wasn't getting set by 'echo 1 > /proc/sys/net/ipv4/ip_forward'? What > RedHat utility sets this variable? I'm fine with

Re: IP forwarding problems

2001-12-21 Thread Art Ross
tc lewis wrote: > check out /etc/sysctl.conf > there's probably a line in there like: > net.ipv4.ip_forward = 0 > change it to: > net.ipv4.ip_forward = 1 > that should take care of it for you as long as redhat's > /etc/rc.d/rc.sysinit file is still in place (rc.sysinit is run at boot -- > inside

Re: IP forwarding problems

2001-12-20 Thread tc lewis
check out /etc/sysctl.conf there's probably a line in there like: net.ipv4.ip_forward = 0 change it to: net.ipv4.ip_forward = 1 that should take care of it for you as long as redhat's /etc/rc.d/rc.sysinit file is still in place (rc.sysinit is run at boot -- inside that file, "sysctl -e -p /etc/sy

IP forwarding problems

2001-12-20 Thread Art Ross
I've transfered my home network router from one RH6.2 box to a new RH6.2 box. The new box is just the canned RedHat Server installation. I've managed to get the two interfaces working (eth0 and a modem) and ipchains up. There is a variable that must be set to the value of '1' to forward ip requ