My wireless on my router quit working for a while. I think it was power cycled and something from the config wasn't written to flash. I spent hours trying to reconfigure it, how hard could setting up WPA be? The examples I found online showed the following and even my old configs had something similar.
interface Dot11Radio0
no ip address
!
encryption vlan 2 mode ciphers tkip
!
ssid dj-ap
vlan 2
max-associations 1
authentication open mac-address 00:00:00:00:00:00
authentication key-management wpa
guest-mode
wpa-psk ascii 7 password_hash
This for some reason was the missing piece. If I recall correctly as soon as I added the world-mode line everything started working. It goes under the Dot11 interface but I always overlooked it because of indentation from the ssid bit above.
world-mode dot11d country US both
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0
station-role root
Separate network SSID instead of bridging it with the ethernet ports like I used to. I plan to add a guest SSID and prevent their traffic from talking to my network.
interface Dot11Radio0.2
encapsulation dot1Q 2
ip address 172.16.2.1 255.255.255.0
ip nat inside
ip virtual-reassembly
No comments:
Post a Comment