On Sun, 2006-02-05 at 17:13 -0800, Scott Taylor wrote:
I have FORWARD_IPV4="yes" in my /etc/sysconfig/network file but /proc/sys/net/ipv4/ip_forward does not = 1 (also tried to set it to ="true" and just =true).
Put:
net.ipv4.ip_forward = 1
in /etc/sysctl.conf
and it should work.
-Steve