Hardware: 2x Linksys WRT54G Vers 2.2
Software: White Russian RC5
Encryption: WPA
Hi I have 2 WRT54G one is in AP mode and the other is in wet mode.
If i turn WPA on my client WRT54G can't connect to the AP.
Other Hardware (PDA, Laptop etc..) work perfekt.
It also works if i use WEP.
My Settings:
AP:
mtd -r erase nvram
nvram set wan_hostname="master"
nvram set lan_ipaddr=192.168.1.2
nvram set lan_dns="192.168.1.1"
nvram set lan_gateway="192.168.1.1"
nvram set wl0_mode=ap
nvram set wl0_ssid=OpenWrt
nvram set wl0_channel=4
ipkg update
ipkg install nas
ipkg remove dnsmasq
nvram unset wl0_crypto
nvram set wl0_wpa_psk="63chars"
nvram set wl0_closed="0"
nvram set wl0_crypto="tkip+aes"
nvram set wl0_akm="psk"
nvram set wl0_wep="disabled"
nvram commit
reboot
Client:
mtd -r erase nvram
nvram set wan_hostname="slave"
nvram set lan_ipaddr=192.168.1.3
nvram set lan_dns="192.168.1.1"
nvram set lan_gateway="192.168.1.1"
nvram set wl0_mode=wet
nvram set wl0_ssid=OpenWrt
nvram set wl0_channel=4
ipkg update
ipkg install nas
ipkg remove dnsmasq
nvram unset wl0_crypto
nvram set wl0_wpa_psk="63chars"
nvram set wl0_closed="0"
nvram set wl0_crypto="tkip"
nvram set wl0_akm="psk"
nvram set wl0_wep="disabled"
nvram commit
reboot