03-23-2006 09:16 PM - edited 02-21-2020 12:47 AM
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!
03-24-2006 04:27 AM
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..
regds
03-28-2006 08:24 PM
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
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