Greg Blakely wrote:
> Now, in the old versions of Linux, there was a compile option named
> IP_FORWARDING, which I always had to compile in every time I upgraded the
> kernel.
>
> Now, I don't find the option in the compile process. And, just as I would
> expect, I find that my kernel can talk to my TNOS, and my TNOS can talk to
> my Linux kernel, but nothing gets forwarded beyond the kernel....
Since kernel 2.2.x you'll have to enable it in /proc
This is what I have in my rc.ham file.
#
echo "enable ip_forward..."
echo 1 > /proc/sys/net/ipv4/ip_forward
#
73, Arno pe1icq