Avatar of cuadmin
cuadmin
 asked on

Pix 501 - Cannot access web interface

I've configured my Pix501 with a console cable and am now finished and would like to put it into testing. I assume I still should be able to Cisco PIX Device Manager via https, but for some reason I cannot.
Any idea why? Do I have to 'turn it on'?

Thanks!
Cisco

Avatar of undefined
Last Comment
cuadmin

8/22/2022 - Mon
mkielar

Yes, it needs to be turned on. Look for code similar to this:
http enable <address-range> <address netmask> inside

Where if you wanted any pc on the 192.168.1.0 255.255.255.0 network to be able to web access the command would be:
http enable 192.168.1.0 255.255.255.0 inside

Or if you wanted just one particular pc to be able to access, it might look like this:
http enable 192.168.1.200 255.255.255.255 inside
mkielar

Actually here's more:
http server enable
http xxx.xxx.xxx.xxx 255.xxx.xxx.xxx [outside|inside]
pdm location xxx.xxx.xxx.xxx 255.255.255.255 [outside | inside]
The http server enable turns the web server on.
ASKER CERTIFIED SOLUTION
mkielar

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
cuadmin

ASKER
Thanks a bunch!
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck