Hi Phil,

> world. It's as though the wireless side of the router is not
> connected to anything else. All the wired ports work fine. Puzzling.
Puzzling indeed.

What you can try is to install tcpdump to see if anything is received on
the Fonera end. Using the 2.3.7.0 firmware, this is easy. Through SSH,
run the commands "opkg update" and "opkg install tcpdump". Then, run
"tcpdump -i ra0" (this is for 2.0n, for 2.0g replace ra0 with
athsomething, check the "iwconfig" command to see which is which) to
dump the packets on the wireless interface and "tcpdump -i br-lan" to
see packets on the LAN bridge.

Additionally, you can use the brctl command to confirm that right
interfaces are bridged. This is how it should look on 2.0n:

root@Fonera:~# brctl  show
bridge name     bridge id               STP enabled     interfaces
br-lan          8000.00188488d550       no              eth0.1
                                                        ra0

Regards,

Matthijs Kooijman

_______________________________________________
Development mailing list
[email protected]
http://fonosfera.org/mailman/listinfo/development

Reply via email to