I have a brand new PIX that is dedicated to a new network that i am putting together that will be exclusively for serving a website. It will be connected to its own cablemodem (once they get it to us) The problem is that i am fairly new to PIX configs and I cannot get traffic through the PIX to the website. Here is my config. please feel free to point out how lame my setup is! Any help is greatly appreciated!
sh run : Saved : PIX Version 6.3(4) interface ethernet0 auto interface ethernet1 auto interface ethernet2 auto shutdown nameif ethernet0 outside security0 nameif ethernet1 inside security100 nameif ethernet2 DMZ security1 enable password passwd hostname 0gzr00 domain-name .dom fixup protocol dns maximum-length 512 fixup protocol ftp 21 fixup protocol h323 h225 1720 fixup protocol h323 ras 1718-1719 fixup protocol http 80 fixup protocol rsh 514 fixup protocol rtsp 554 fixup protocol sip 5060 fixup protocol sip udp 5060 fixup protocol skinny 2000 fixup protocol smtp 25 fixup protocol sqlnet 1521 fixup protocol tftp 69 names name 192.168.10.2 isa access-list 101 permit tcp any host 10.10.10.1 eq https access-list 101 permit tcp any host 10.10.10.1 eq www pager lines 24 mtu outside 1500 mtu inside 1500 mtu DMZ 1500 ip address outside 10.10.10.1 255.255.255.0 ip address inside 192.168.10.1 255.255.255.0 no ip address DMZ ip audit info action alarm ip audit attack action alarm pdm location 192.168.0.0 255.255.0.0 inside pdm logging informational 100 pdm history enable arp timeout 14400 static (inside,outside) 10.10.10.1 isa netmask 255.255.255.255 0 0 access-group 101 in interface outside timeout xlate 3:00:00 timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225
1:00:00 timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00 timeout uauth 0:05:00 absolute aaa-server TACACS+ protocol tacacs+ aaa-server TACACS+ max-failed-attempts 3 aaa-server TACACS+ deadtime 10 aaa-server RADIUS protocol radius aaa-server RADIUS max-failed-attempts 3 aaa-server RADIUS deadtime 10 aaa-server LOCAL protocol local http server enable http 192.168.10.0 255.255.255.0 inside no snmp-server location no snmp-server contact snmp-server community public no snmp-server enable traps tftp-server inside 192.168.10.254 / floodguard enable telnet timeout 5 ssh 192.168.0.0 255.255.0.0 inside ssh timeout 30 console timeout 0 terminal width 80 banner exec ***** Authorized Use ONLY Cryptochecksum:7c1c2612b2bb826cf3633358db78ef3f : end
0gzr00(config)#
thanks in advance.