cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
681
Views
0
Helpful
2
Replies

cannot access ADSM Interface for ASA

d_unafraid
Level 1
Level 1

HI All

I am trying to allow my local LAN to access the GUI interface of my ASA, which happen to be on the Management Interace of the ASA 5510 IP 192.168.2.1

Anyone has any ideas how to go about with it?

Thank you!

2 Replies 2

spremkumar
Level 9
Level 9

Hi

To access the same via ASDM you need to have HTTPS services enabled in the ASA box.

you can do the same using the following config lines..

hostname(config)# crypto key generate rsa modulus 1024

hostname(config)# write mem

hostname(config)# http server enable

hostname(config)# http 192.168.2.0 255.255.255.0 inside

the last line which indicates that you can (from 192.168.2.0/24) can acesse the ASA thru ASDM.

also refer this link for more info on the same..

http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a008054d863.html#wp1047288

regds

Hi There

Thank you for your reply.

that was the exact command i use for configuration

My inside interface of the PIX is 192.168.200.x

regards to this line

hostname(config)# http 192.168.2.0 255.255.255.0 inside

If my LAN ip range is 172.21.0.0 255.255.0.0 and we are sitting behind a ISA proxy server

should the command line look like this?

http 172.21.0.0 255.255.0.0 inside

Review Cisco Networking for a $25 gift card