OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Angstrom & OpenZaurus => Topic started by: dansawyer on November 12, 2004, 12:10:56 pm

Title: Z not forwarding through 2.6.9 kernel ?
Post by: dansawyer on November 12, 2004, 12:10:56 pm
All,

I seem to hit a ip forwarding problem occasionally. I updated my Linux interface box from FC1 to FC2 and a 2.6 kernel. Now ip forwarding does not work. I am still using iptables and they are set wide open. Ip forward is set in /proc/sys/../ipv4.

What else changed in 2.6 that could effect this?

WHere else is a good place to look?

Thanks,
Dan
Title: Z not forwarding through 2.6.9 kernel ?
Post by: Elleomea on November 12, 2004, 01:33:27 pm
I'm using the 2.6.9 kernel with no problems with forwarding. Using the following:

echo 1 > /proc/sys/net/ipv4/ip_forward
echo 1 > /proc/sys/net/ipv4/tcp_syncookies
iptables --table nat --append POSTROUTING --out-interface eth0 -j MASQUERADE
iptables --append FORWARD --in-interface usb0 -j ACCEPT