I'm running Whiterussian RC4 on a LinkSys (WRT54G v2.2) to which I connected a client PC.
The problem is from the client PC I can't reach the neighbouring nodes (wireless) of which the LinkSys can.
A tcpdump on the LinkSys's lan port does show the packets coming in from the PC, however, a tcpdump on the wireless interface side does not show packets going through.

I also tried to use some other wireless node A to reach node C through the LinkSys with no success.

Oh I am running olsrd.

Netstat from the Client shows:

would:/home/socrates/rc4/openwrt/bin# netstat -rt
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
10.1.13.0       *               255.255.255.0   U         0 0          0 eth0 (Lan)
default         10.1.13.1       0.0.0.0         UG        0 0          0 eth0 (Lan)
would:/home/socrates/rc4/openwrt/bin#


Netstat from the LinkSys shows:

root@XYZ:/# netstat -rt
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
10.50.1.1       *               255.255.255.255 UH        0 0          0 eth1  (Wireless)
10.1.13.0       *               255.255.255.0   U         0 0          0 vlan0 (Lan)
10.50.1.0       *               255.255.255.0   U         0 0          0 eth1  (Wireless)
default         10.50.1.1       0.0.0.0         UG        0 0          0 eth1  (Wireless)
default         10.50.1.1       0.0.0.0         UG        0 0          0 eth1  (Wireless)
root@XYZ:/#

sysctl.conf on LinkSys is:
kernel.panic=3
net.ipv4.ip_forward=1
net.ipv4.icmp_echo_ignore_broadcasts=1
net.ipv4.icmp_ignore_bogus_error_responses=1
net.ipv4.tcp_fin_timeout=30
net.ipv4.tcp_keepalive_time=120
net.ipv4.tcp_timestamps=0

root@XYZ:/# nvram show | grep wan
size: 3376 bytes (29392 left)
wan_gateway=10.50.1.1
wan_proto=disabled
wan_ifname=vlan1
wan_hostname=XYZ

root@XYZ:/# nvram show | grep lan
size: 3376 bytes (29392 left)
vlan0ports=1 2 3 4 5*
lan_netmask=255.255.255.0
lan_ifnames=vlan0 vlan2 eth2 eth3
lan_ipaddr=10.1.13.1
lan_proto=static
vlan1hwname=et0
vlan1ports=0 5
lan_ifname=vlan0
wan_ifname=vlan1
ff_lan_proto=1
vlan0hwname=et0
root@XYZ:/#
root@XYZ:/# nvram show | grep wif
size: 3376 bytes (29392 left)
wifi_gateway=10.50.1.1
wifi_netmask=255.255.255.0
wifi_proto=static
wifi_ipaddr=10.50.1.50
wifi_ifname=eth1

What could I've possible gotten wrong?



Will greatly appreciate your help.


Regards;

Soc