04-10-2013 08:30 AM - edited 03-11-2019 06:26 PM
I'm trying to access our ASA 5512-X via the Management port, but the address https://192.168.1.1/admin can't be displayed.
Any ideas on how I can fix this?
Thanks.
Solved! Go to Solution.
04-10-2013 11:36 AM
Hello Michael,
My pleasure to help just remember to rate all of the helpful posts and mark the question as answered if you do not mind
Regards
Julio Carvajal
04-10-2013 01:39 PM
Julio:
I've hit another problem with the Management console. I changed the IP to one on our network and the same issue happens with not being able to display the console.
I checked the SSL settings and they remain the same after we changed them.
Any idea why changing the IP would prevent access?
04-10-2013 01:48 PM
http nameif new_subnet new_netmask
example
http inside 192.168.10.0 255.255.255.0
Regards
04-11-2013 08:41 AM
Well, I'm trying to connect to the console and now it's a dead connection. It's connected via HyperTerminal, but hitting Enter does nothing.
Any ideas, or does it need to reset?
04-11-2013 08:52 AM
Okay, had to power cycle it to regain a connection.
I tried entering http inside 172.16.x.x 255.255.255.0 and I get an error saying Invalid Hostname
Do I need to replace inside with something else?
04-11-2013 09:01 AM
Hi,
The correct configuration format for what you are trying to do is
http
So
http 172.16.x.x 255.255.255.0 inside
- Jouni
04-11-2013 09:11 AM
Jouni:
When I entered that, I received an error saying Invalid input detected at ^ marker, and the marker was underneath the first i in inside
04-11-2013 09:33 AM
Hello Michael,
My bad, as Jouni said the commands are :
http 0 0 inside
but you have to be on configuration mode
config te
http 0 0 inside
Regards,
Julio
04-11-2013 10:19 AM
I was in config when I typed the http 0 0 inside and received the Invalid input message.
Do I need to change to the management port then try the http?
04-11-2013 10:24 AM
Okay, figured part of it out. I had to put in http
It comes back with a warning saying IP address and netmask inconsistent
04-11-2013 10:32 AM
show us the exact command you are typing:
Why dont you set it like this:
http 0 0 managment
04-11-2013 10:34 AM
I typed in http 172.16.x.x 255.255.255.0 management
That's when I get the IP address and netmask inconsistent message
04-11-2013 10:42 AM
Hello Michael,
I need the full output not x.x
I would say you are entering your pc address, if that is the case the netmask should be 255.255.255.255
04-11-2013 10:42 AM
Hi,
You still arent showing us the complete command
If I would have to guess you ARE NOT using the network address but a single host IP address
If your network is for example 172.16.1.0/24 then use the command
http 172.16.1.0 255.255.255.0 management
You are probably trying to enter something like
http 172.16.1.1 255.255.255.0 management
Which the ASA wont accept
- Jouni
04-11-2013 10:45 AM
Oh...sorry
I'm typing in
http 172.16.1.3 255.255.255.0 management
How would I assign the port a static address then? Would http 172.16.1.0 255.255.255.0 management give it a static ip?
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