07-29-2015 06:15 AM - edited 03-11-2019 11:21 PM
Hello,
I have problems getting to the webinterface for configuring the ASA5506W wifi.
According to the documentation, the access point should get the IP-address 192.168.10.2.
I can't reach that IP from a computer on the "inside"-interface of the ASA. Pinging the IP from the ASA does not work either.
I read somewhere that reseting the wifi-device using
hw-module module wlan recover configuration
would help, but it didn't do anything for me.
Anyone got any suggestions?
/Erik
09-16-2015 06:03 AM
Hi Erik.
Did you solve this issue ?
I'm in the same situation.
/Henrik
09-17-2015 03:54 AM
Hi,
Can you post the config from the ASA device ?
Thanks and Regards,
Vibhor Amrodia
09-17-2015 06:06 AM
10-28-2015 06:27 AM
Have you solved this?
My main problem was that I had not configured correct NAT properly between the interfaces.
11-26-2015 12:05 AM
Hi erikorrsjo.
No unfurtunaly not.
Can you specify the solution you found?
Best regards
Henrik
11-26-2015 12:30 AM
Hi Henrik,
11-26-2015 01:16 AM
Thanks R.Seth.
But I have tried that and onces again right now.
I not able to open the GUI in any way I have found in the documentation.
http://192.168.10.1
https://192.168.10.1
http://192.168.10.1:1065
http://192.168.10.2
https://192.168.10.2
http://192.168.10.2:1065
I'm out of ideas now.
/Henrik
09-17-2015 06:57 AM
Hi Enrik,
Try following:
hw-module module wlan recover configuration
asa# session wlan console
ap>enable
Password: Cisco
ap#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
ap(config)#ip default-gateway 192.168.10.1
ap#copy run start
Then try accessing the wlan GUI.
Hope it helps!!!
Thanks,
R.Seth
09-17-2015 01:53 PM
Thanks R.Seth
I'll try this on monday then I'm at the office again.
/Henrik
11-25-2015 03:08 PM
Hi, I have a problem, I don't know if my asa 5506 is wireless, in the chasis have the logo of wifi and have the leyend the "wifi model only", but i don't see the G1/9 and the command: "hw-module module wlan recover configuration" isn't accepted.
I need help, please!
Thanks
11-26-2015 12:04 AM
Hi tadashikanamori, the white label on the buttom of the chassis, should say ASA5506W if it has the WIFI option.
Best regards
Henrik.
07-31-2020 10:42 PM
The problem is that http server is not enable by default.
From the asa, console to AP
ciscoasa# Session wlan console
Ap> enable secret (you must change the default secret to configure)
Ap# conf t
Ap# ip http server
Ap# ip default-gateway 192.168.10.1
Copy run start
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide
Try following:
hw-module module wlan recover configuration
asa# session wlan console
ap>enable
Password: Cisco
ap#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
ap(config)#ip default-gateway 192.168.10.1
ap#copy run start
Then try accessing the wlan GUI.
Hope it helps!!!
Thanks,
R.Seth