Oh, thank you, this would be great.
But I'm sitting now the whole day solving this really simple problem: 2 WRT54GL, one as AP, one as client.
I configured the AP with 192.168.1.10 (everything else default settings) and the client with 192.168.0.12 (eveything else defaultsettings).
The only things I changed are /etc/config/wireless.
The AP:
config wifi-device wl0
option type broadcom
option channel 5
config wifi-iface
option device wl0
option network lan
option mode ap
option ssid test
option encryption psk
option key 123456789
And the client:
config wifi-device wl0
option type broadcom
option channel 5
config wifi-iface
option device wl0
option network lan
option mode sta
option ssid test
option encryption psk
option key 123456789
The AP works - I can connect with my laptop successfully.
But the clients does not seem to work! I can't ping each other :-(
Do you have any ideas what would be the problem?
divB