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-11-2013 10:49 AM
Hi,
You are not configuring an interface IP address with that command.
It only defines the source network/address from where ASDM management connections are allowed from.
To configure an interface you will first have to move under that interfaces configuration mode and then enter the command
"ip address
- Jouni
04-11-2013 11:32 AM
After typing in
http 172.16.1.0 255.255.255.0 management
Then I went to the managament interface and typed in
ip address 172.16.1.3 255.255.255.0
and now I get an error: Interface address is not on same subnet as DHCP pool
04-11-2013 11:51 AM
Hmm,
Maybe we should take a step back and really look at what you are trying to achieve.
This would probably be solved the fastest and easiest way by you sharing your current configurations and clearly stating what you want to configure or change in the configuration.
If you indeed just want to change the interface IP address/subnet of the Management interface then you will probably need to remove the DHCP Pool for that interface from the ASA before you can change the interface IP address.
- Jouni
04-11-2013 11:58 AM
What I'm trying to do is get the firewall configured for our network so I can connect to it and configure the rest of the settings.
I'm trying to give the management port an IP of 172.16.1.3 and the firewall itself the IP of 172.16.1.2.
We have another server handling DHCP, so the firewall doesn't need to do that.
I hope that clears things up.
~ Michael
04-11-2013 12:07 PM
Was there a particular reason you needed to change the IP address of the interface?
If you do want to change the interface IP address you would have to remove the DHCP configuration of the interface for which you are trying to change the IP address for.
There are 2 options
Then you are free to change the IP address of the ASA interface
And also make sure you have the configurations
http server enable
http 172.16.1.0 255.255.255.0
So you can access the ASDM
- Jouni
04-15-2013 10:47 AM
I was thinking of changing the management IP address since the ASA IP needs to be changed. Plus, whenever I needed to access the console, I could plug it into the switch and access it from anywhere on the network.
Is that advisable?
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