Microsoft
Software
Hardware
Network
Question : no GUI for ASA 5505 when IP is changed....
I was configuring an ASA 5505 and I set the inside IP address to be 10.0.0.1 instead of the default 192.168.1.1. Once I did this I cannot reach the GUI anymore. I can still ping it, the interface is up, but I can't manage it via
https://10.0.0.1
. The only thing that seems to work was the original
https://192.168.1.1
How can I get the GUI to listen on the new address? That seems really weird because even a Linksys box will update itself where you can manage it via the new ip address....
Answer : no GUI for ASA 5505 when IP is changed....
Along with changing the IP address, make sure you allow the 10.0.0.0/24 subnet access to manage it.
conf t
http 10.0.0.0 255.255.255.0 inside
Random Solutions
Use of Excel Macro in MS Access 2000
Setting up MPIO for CSV on Failover clustering
Changing src in another page
How to create a self signed certificate on windows XP
Outlook 2007 Out of Office error, but only for ONE user
Looking for help summarizing data... GROUP BY ROLLUP()??
ESX(i) Virtual Servers Do Not Power Back On After Power Outage
C++ uninitialized local variable
What does src="#" mean when used in a bgsound attribute and is it needed?