I just replaced our old firewall with a Cisco PIX 515e.
Now our webserver on the dmz is not accessible. The Ip address of the webserver is 192.168.1.2 255.255.255.0 and default gateway = 192.168.1.1
Here is the current firewall configuration:
PIX Version 7.0(2)
names
!
interface Ethernet0
nameif outside
security-level 0
ip address 209.112.168.194 255.255.255.240
!
interface Ethernet1
nameif inside
security-level 100
ip address 192.168.0.1 255.255.255.0
!
interface Ethernet2
nameif dmz
security-level 50
ip address 192.168.1.1 255.255.255.0
!
enable password 8Ry2YjIyt7RRXU24 encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname CoSPIX
domain-name ci.soldotna.ak.us.local
ftp mode passive
clock timezone GMT -9
access-list ping_acl extended permit ip any any
access-list outside_access_in extended permit tcp any host 209.122.168.196 eq www
pager lines 24 logging asdm informational
mtu inside 1500
mtu outside 1500
mtu dmz 1500
monitor-interface inside
monitor-interface outside
monitor-interface dmz
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0
nat (dmz) 2 0.0.0.0 0.0.0.0
static (dmz,outside) 209.112.168.196 192.168.1.2 netmask 255.255.255.255
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 209.112.168.193 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00
timeout mgcp-pat 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
http 192.168.1.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp
telnet timeout 5
ssh timeout 5
console timeout 0
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map global_policy
class inspection_default
inspect dns maximum-length 512
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
!
service-policy global_policy global
Cryptochecksum:37f9681fbaa
c87dd4f714
a25e35dae1
c
: end
CoSPIX(config)#
This is very urgent! Thanks for any help.
Start Free Trial