05-08-2012 06:40 AM - edited 03-07-2019 06:35 AM
I have recently inherited a few networking responsibilities in an SMB network. Nothing overly complicated. Here's my issue, there is an ASA 5505 used for VPN and in the near future a DMZ. I can connect via the console but I'd rather use ASDM. The problem is that I can't get it to connect. VLAN 1 (Inside) has an address of 192.168.200.254. This is in ethernet 0/0. I have a laptop plugged into ethernet 0/4 and the laptop has an address on the same x.x.200 VLAN. I can ping the VLAN1 address, but I can't use http://192.168.200.254/admin to get to ASDM.
Any thoughts on how I can do this? What I should check? Can the internal webserver that hosts the ASDM be turned off?
Thanks for any help. If you need any more information just let me know. This is my first real network wrangle so bear with me on this.
Thanks
Bryce
Solved! Go to Solution.
05-08-2012 06:56 AM
you will need to configure the subnet you have configured on e0/4 as a management subnet in CLI before you can access ASDM from this subnet.
lets say you have called e0/4 DMZ and have allocated 10.10.200.0/24
enter the following config;
http server enable
http 10.10.200.0 255.255.255.0 DMZ
this will allow http access from 10.10.200.0/25 via interface DMZ
the following doc is a good reference;
Please rate is useful
05-08-2012 06:56 AM
you will need to configure the subnet you have configured on e0/4 as a management subnet in CLI before you can access ASDM from this subnet.
lets say you have called e0/4 DMZ and have allocated 10.10.200.0/24
enter the following config;
http server enable
http 10.10.200.0 255.255.255.0 DMZ
this will allow http access from 10.10.200.0/25 via interface DMZ
the following doc is a good reference;
Please rate is useful
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: