[OpenWrt-Users] Help routing between wireless and wired segments

Benoît GANNE benoit.ganne at gmail.com
Thu Dec 14 10:09:49 CET 2006


Hi,

> It seems like the 54G is not forwarding packets
> between the to network segments.  Is that true?  Is
> there additional configuration that needs to be done? 
> Or something else I can try?

Well, have you activated packet forwarding ?
Look at the output of:
cat /proc/sys/net/ipv4/ip_forward
if it's '0', packet forwarding is not activated.
To activate it, do:
echo 1 > /proc/sys/net/ipv4/ip_forward

If it didn't solve your problem, please send the output of:
ip route show all
iptables -L
iptable -t nat -L
iptables -t mangle -L

Regards,
Ben.


More information about the openwrt-users mailing list