Hello people-smarter-than-me,
I have a PIX515E that's already configured and fuly functional for corporate use. I recently added a DMZ with a webserver that I want outside access to. For the life of me I cannot get access to it from the Internet. Here are the commands I've run to get where I am:
interface ethernet2 auto
nameif ethernet2 DMZ security60
object-group service webservices tcp
port-object eq www
port-object eq ftp
port-object eq https
access-list dmz_outside permit tcp any host 69.90.xxx.xxx eq www
access-list dmz_inside permit tcp any host 192.168.120.4 eq www
mtu DMZ 1500
ip address DMZ 192.168.120.1 255.255.255.0
static (DMZ,outside) 69.90.xxx.xxx 192.168.120.4 netmask 255.255.255.255 0 0
access-group dmz_outside in interface DMZ
I'm new to the PIX stuff so any help would be GREATLY appreaciated.
Thanks for your time
I have a PIX515E that's already configured and fuly functional for corporate use. I recently added a DMZ with a webserver that I want outside access to. For the life of me I cannot get access to it from the Internet. Here are the commands I've run to get where I am:
interface ethernet2 auto
nameif ethernet2 DMZ security60
object-group service webservices tcp
port-object eq www
port-object eq ftp
port-object eq https
access-list dmz_outside permit tcp any host 69.90.xxx.xxx eq www
access-list dmz_inside permit tcp any host 192.168.120.4 eq www
mtu DMZ 1500
ip address DMZ 192.168.120.1 255.255.255.0
static (DMZ,outside) 69.90.xxx.xxx 192.168.120.4 netmask 255.255.255.255 0 0
access-group dmz_outside in interface DMZ
I'm new to the PIX stuff so any help would be GREATLY appreaciated.
Thanks for your time