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
Filling a TextBox on a Form with Data from a Field from an SQL Database Table in Visual Studio 2008
Convert Doc files to Docx in SharePoint
To change asni_padding setting of a column.
How to prevent a directory from being deleted
Intel Sata RAID controller on RHEL 4 problem
Roaming Profiles in Windows 7 Pro and SBS 2008
Sending pdf files to client using webmethods
Cisco Unity Express to Trigger MWI on overlay DN
during hibernation, what happens to transactions
Javascript to get <TD> inner text in MSIE, FF and Chrome