Paul Breedlove wrote:

Sounds like it might be a forwarding problem.  Is your kernel set up for
ip forwarding?  (I'm pretty sure it needs to be.)  If so, you should be
able to check that by typing:

$ cat /proc/sys/net/ipv4/ip_forward

If it returns a "1", then ip forwarding is on.  If a "0", then ip
forwarding is off.  If a "file not found", then either I've given you a
typo or ip forwarding isn't enabled for your kernel and you have to fix
that.

If you get the 0, you can fix it by becoming root and doing this:

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

This should turn ip forwarding on.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to