I tried your above, lgarner, but the PIX threw errors saying ip address invalid at eq. I did some more searching and got the PIX to accept this, but pings still didn't work:
access-list acl_inside permit icmp any any echo-reply
access-list acl_inside permit icmp any host <public IP> echo
access-list acl_inside permit icmp any host <public IP2> echo
access-list acl_inside permit icmp any host <public IP3> echo
access-list acl_outside permit icmp any any echo-reply
access-list acl_outside permit icmp any host <public IP> echo
access-list acl_outside permit icmp any host <public IP2> echo
access-list acl_outside permit icmp any host <public IP3> echo
----
Here's my firewall config (with certain sections edited of course)
I'm not responsible for setting this up.
Code:
PIX Version 6.3(3)
interface ethernet0 100full
interface ethernet1 100full
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password <password>
passwd <password>
hostname pixfirewall
domain-name ciscopix.com
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
access-list acl_inside permit tcp any any
access-list acl_inside permit udp any any
access-list acl_outside permit tcp any any
access-list acl_outside permit udp any any
pager lines 24
mtu outside 1500
mtu inside 1500
ip address outside <public pat> 255.255.255.0
ip address inside <inside range> 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
failover
failover timeout 0:00:00
failover poll 15
failover ip address outside <public IP>
failover ip address inside <inside IP>
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group acl_outside in interface outside
access-group acl_inside in interface inside
rip outside passive version 2
route outside 0.0.0.0 0.0.0.0 0.0.0.0 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
url-server (outside) vendor websense host 0.0.0.0 timeout 5 protocol TCP version 1
url-cache dst 128KB
filter url http 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
filter url 8080-8099 0.0.0.0 0.0.0.0 0.0.0.0 0.0.0.0
http server enable
http <inside address> 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd address <inside range> inside
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
dhcprelay server <inside dhcp server> inside
url-block url-mempool 2500
url-block url-size 4
terminal width 80
----------------------------
"Will work for bandwidth" - Thinkgeek T-shirt