Configuring an HTTP Server


Now that the PDM is installed, let's see it in action. The PIX first must have the http server enable command set. This command enables the PIX to be a Web server and host PDM Web pages. The next step is to define which managed clients will be allowed HTTPS access to the PIX. This is very similar to the command for enabling Telnet users' access. The following commands are necessary to enable the Web server function and allow a single host access:

 pixfirewall(config)# http server enable pixfirewall(config)# http 192.168.1.2 255.255.255.255 inside pixfirewall(config)# show http http server enabled 192.168.1.2 255.255.255.255 inside 

You can also allow an entire subnet access by using the following commands:

 pixfirewall(config)# http 192.168.1.0 255.255.255.0 inside pixfirewall(config)# show http http server enabled 192.168.1.0 255.255.255.0 inside 192.168.1.2 255.255.255.255 inside 


CSPFA Exam Cram 2 (Exam 642-521)
CCSP CSPFA Exam Cram 2 (Exam Cram 642-521)
ISBN: 0789730235
EAN: 2147483647
Year: 2003
Pages: 218

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net