I actually opened up replies to see if that was the problem, but nothing changed. If I try to get to a web page it just sits there and never gets anywhere.
Here's my config:
: Saved
: Written by enable_15 at 09:10:29.630 CST Mon Sep 20 2004
PIX Version 6.3(3)
interface ethernet0 auto
interface ethernet1 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xx encrypted
passwd xx encrypted
hostname pix
domain-name x.com
clock timezone CST -6
clock summer-time CST recurring 2 Sat Apr 2:00 last Sat Oct 2:00
fixup protocol dns maximum-length 512
fixup protocol ftp 21
no fixup protocol h323 h225 1720
no fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol rsh 514
fixup protocol rtsp 554
no fixup protocol sip 5060
no fixup protocol sip udp 5060
no fixup protocol skinny 2000
fixup protocol smtp 25
no fixup protocol sqlnet 1521
no fixup protocol tftp 69
names
object-group network vnc_servers
description Servers and workstations that host VNC content
network-object host x.x.x.79
network-object host x.x.x.80
network-object host x.x.x.81
network-object host x.x.x.82
network-object host x.x.x.83
network-object host x.x.x.84
network-object host x.x.x.85
network-object host x.x.x.86
object-group network rdp_servers
description Servers and workstations that require RDP communication
network-object host x.x.x.79
network-object host x.x.x.80
network-object host x.x.x.81
network-object host x.x.x.82
network-object host x.x.x.103
object-group network ping_responders
description Servers and workstations that will respond to pings
network-object host x.x.x.79
network-object host x.x.x.81
network-object host x.x.x.103
object-group network dns_servers
description Servers and workstations that respond to DNS queries
network-object host x.x.x.103
object-group icmp-type icmp_traffic
description Types of ICMP traffic to permit
icmp-object echo-reply
icmp-object source-quench
icmp-object unreachable
icmp-object time-exceeded
access-list PERMIT_IN deny ip any any
access-list PERMIT_IN permit icmp any any
pager lines 24
logging on
logging timestamp
logging console informational
logging buffered critical
logging host inside 192.168.10.62 6/1468
icmp deny any outside
mtu outside 1500
mtu inside 1500
ip address outside x.x.x.123 255.255.255.128
ip address inside 192.168.10.1 255.255.255.0
ip verify reverse-path interface outside
ip verify reverse-path interface inside
ip audit name checkInfo info action alarm
ip audit name checkAttack attack action alarm
ip audit interface outside checkInfo
ip audit interface outside checkAttack
ip audit info action alarm
ip audit attack action alarm
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 x.x.x.10-x.x.x.78
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) x.x.x.79 192.168.10.62 netmask 255.255.255.255 0 0
static (inside,outside) x.x.x.80 192.168.10.63 netmask 255.255.255.255 0 0
static (inside,outside) x.x.x.81 192.168.10.64 netmask 255.255.255.255 0 0
static (inside,outside) x.x.x.82 192.168.10.65 netmask 255.255.255.255 0 0
static (inside,outside) x.x.x.83 192.168.10.66 netmask 255.255.255.255 0 0
static (inside,outside) x.x.x.84 192.168.10.67 netmask 255.255.255.255 0 0
static (inside,outside) x.x.x.85 192.168.10.68 netmask 255.255.255.255 0 0
static (inside,outside) x.x.x.86 192.168.10.69 netmask 255.255.255.255 0 0
static (inside,outside) x.x.x.103 192.168.10.2 netmask 255.255.255.255 0 0
access-group PERMIT_IN in interface outside
route outside 0.0.0.0 0.0.0.0 216.81.173.126 1
timeout xlate 0:05: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 RADIUS protocol radius
aaa-server LOCAL protocol local
ntp server 192.5.41.209 source outside prefer
http server enable
http 192.168.10.0 255.255.255.0 inside
snmp-server location Server Room
snmp-server contact Jason Shuck
snmp-server community x
snmp-server enable traps
floodguard enable
sysopt noproxyarp outside
telnet timeout 5
ssh timeout 5
console timeout 0
terminal width 80
Cryptochecksum:9fcbcabeb08
Main Topics
Browse All Topics





by: lrmoorePosted on 2004-09-20 at 08:41:17ID: 12103131
ICMP echo-replys are blocked by default on the PIX. e.com instead of pinging from a host
Try getting out to a web page like http://www.experts-exchang
Else, you'll have to post up your config..