I have blown away and done a reconfig on two of the three pix's several times now. I am posting pix1 and pix2 config's. I can't see what the problem is. It looks textbook to me. If you see it, please let me know.
tia
b
pix1(config)# sh run
: Saved
:
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxxxxxxxx encrypted
passwd xxxxxxxxxxx encrypted
hostname pix1
domain-name domainname.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
access-list 100 permit icmp any any unreachable
access-list 100 permit icmp any any echo-reply
access-list 100 permit tcp any host 999.999.999.51 eq 5904
access-list 100 permit tcp any host 999.999.999.51 eq pcanywhere-data
access-list 100 permit udp any host 999.999.999.51 eq pcanywhere-status
access-list vpn_to_city1 permit ip 10.10.20.0 255.255.255.0 10.10.10.0 255.255.255.0
access-list vpn_to_city3 permit ip 10.10.20.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list nonat permit ip 10.10.20.0 255.255.255.0 10.10.10.0 255.255.255.0
access-list nonat permit ip 10.10.20.0 255.255.255.0 192.168.1.0 255.255.255.0
pager lines 24
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside 999.999.999.51 255.255.255.248
ip address inside 10.10.20.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 999.999.999.52-999.999.999.54
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 999.999.999.51 10.10.20.2 netmask 255.255.255.255 0 0
access-group 100 in interface outside
route outside 0.0.0.0 0.0.0.0 999.999.999.49 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 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
http server enable
http 192.168.1.0 255.255.255.0 inside
http 10.10.20.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto map newmap 20 ipsec-isakmp
crypto map newmap 20 match address vpn_to_city1
crypto map newmap 20 set peer 888.888.888.18
crypto map newmap 20 set transform-set myset
crypto map newmap 30 ipsec-isakmp
crypto map newmap 30 match address vpn_to_city3
crypto map newmap 30 set peer 777.777.777.58
crypto map newmap 30 set transform-set myset
crypto map newmap interface outside
isakmp enable outside
isakmp key ******** address 888.888.888.18 netmask 255.255.255.255 no-xauth no-config-mo
de
isakmp key ******** address 777.777.777.58 netmask 255.255.255.255 no-xauth no-config-mo
de
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 1
isakmp policy 10 lifetime 1000
telnet 10.10.20.0 255.255.255.0 inside
telnet timeout 5
ssh 10.10.20.0 255.255.255.0 inside
ssh timeout 60
dhcpd auto_config outside
terminal width 80
Cryptochecksum:d344ed1fec8c4c298371a85b63540ecc
: end
pix2(config)# sh run
: Saved
:
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxxxxxxxxxx encrypted
passwd xxxxxxxxxx encrypted
hostname pix2
domain-name domainname.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
access-list 100 permit tcp any host 888.888.888.19 eq smtp
access-list 100 permit tcp any host 888.888.888.19 eq www
access-list 100 permit tcp any host 888.888.888.19 eq https
access-list 100 permit tcp any host 888.888.888.20 eq citrix-ica
access-list 100 permit tcp any host 888.888.888.20 eq 3389
access-list 100 permit tcp any host 888.888.888.19 eq 3389
access-list 100 permit tcp any host 888.888.888.20 eq 5904
access-list 100 permit icmp any any unreachable
access-list 100 permit icmp any any echo-reply
access-list vpn_to_city2 permit ip 10.10.10.0 255.255.255.0 10.10.20.0 255.255.255
.0
access-list vpn_to_city3 permit ip 10.10.10.0 255.255.255.0 192.168.1.0 255.255.255.
0
access-list nonat permit ip 10.10.10.0 255.255.255.0 10.10.20.0 255.255.255.0
access-list nonat permit ip 10.10.10.0 255.255.255.0 192.168.1.0 255.255.255.0
pager lines 24
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside 888.888.888.18 255.255.255.248
ip address inside 10.10.10.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 888.888.888.21-888.888.888.22
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 888.888.888.19 sp-exchange netmask 255.255.255.255 0 0
static (inside,outside) 888.888.888.20 10.10.10.15 netmask 255.255.255.255 0 0
access-group 100 in interface outside
route outside 0.0.0.0 0.0.0.0 888.888.888.17 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 sip 0:3
0: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
http server enable
http 10.10.10.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto map newmap 10 ipsec-isakmp
crypto map newmap 10 match address vpn_to_city2
crypto map newmap 10 set peer 999.999.999.50
crypto map newmap 10 set transform-set myset
crypto map newmap 30 ipsec-isakmp
crypto map newmap 30 match address vpn_to_irvine
crypto map newmap 30 set peer 777.777.777.58
crypto map newmap 30 set transform-set myset
crypto map newmap interface outside
isakmp enable outside
isakmp key ******** address 999.999.999.50 netmask 255.255.255.255 no-xauth no-config-
mode
isakmp key ******** address 777.777.777.58 netmask 255.255.255.255 no-xauth no-config-
mode
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 1
isakmp policy 10 lifetime 1000
telnet 10.10.10.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 60
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
terminal width 80
Cryptochecksum:eba59f2fc4ad7fabfb3362a9614ec4bd
: end
tia
b
pix1(config)# sh run
: Saved
:
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxxxxxxxx encrypted
passwd xxxxxxxxxxx encrypted
hostname pix1
domain-name domainname.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
access-list 100 permit icmp any any unreachable
access-list 100 permit icmp any any echo-reply
access-list 100 permit tcp any host 999.999.999.51 eq 5904
access-list 100 permit tcp any host 999.999.999.51 eq pcanywhere-data
access-list 100 permit udp any host 999.999.999.51 eq pcanywhere-status
access-list vpn_to_city1 permit ip 10.10.20.0 255.255.255.0 10.10.10.0 255.255.255.0
access-list vpn_to_city3 permit ip 10.10.20.0 255.255.255.0 192.168.1.0 255.255.255.0
access-list nonat permit ip 10.10.20.0 255.255.255.0 10.10.10.0 255.255.255.0
access-list nonat permit ip 10.10.20.0 255.255.255.0 192.168.1.0 255.255.255.0
pager lines 24
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside 999.999.999.51 255.255.255.248
ip address inside 10.10.20.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 999.999.999.52-999.999.999.54
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 999.999.999.51 10.10.20.2 netmask 255.255.255.255 0 0
access-group 100 in interface outside
route outside 0.0.0.0 0.0.0.0 999.999.999.49 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 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
http server enable
http 192.168.1.0 255.255.255.0 inside
http 10.10.20.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto map newmap 20 ipsec-isakmp
crypto map newmap 20 match address vpn_to_city1
crypto map newmap 20 set peer 888.888.888.18
crypto map newmap 20 set transform-set myset
crypto map newmap 30 ipsec-isakmp
crypto map newmap 30 match address vpn_to_city3
crypto map newmap 30 set peer 777.777.777.58
crypto map newmap 30 set transform-set myset
crypto map newmap interface outside
isakmp enable outside
isakmp key ******** address 888.888.888.18 netmask 255.255.255.255 no-xauth no-config-mo
de
isakmp key ******** address 777.777.777.58 netmask 255.255.255.255 no-xauth no-config-mo
de
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 1
isakmp policy 10 lifetime 1000
telnet 10.10.20.0 255.255.255.0 inside
telnet timeout 5
ssh 10.10.20.0 255.255.255.0 inside
ssh timeout 60
dhcpd auto_config outside
terminal width 80
Cryptochecksum:d344ed1fec8c4c298371a85b63540ecc
: end
pix2(config)# sh run
: Saved
:
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password xxxxxxxxxxxxx encrypted
passwd xxxxxxxxxx encrypted
hostname pix2
domain-name domainname.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
access-list 100 permit tcp any host 888.888.888.19 eq smtp
access-list 100 permit tcp any host 888.888.888.19 eq www
access-list 100 permit tcp any host 888.888.888.19 eq https
access-list 100 permit tcp any host 888.888.888.20 eq citrix-ica
access-list 100 permit tcp any host 888.888.888.20 eq 3389
access-list 100 permit tcp any host 888.888.888.19 eq 3389
access-list 100 permit tcp any host 888.888.888.20 eq 5904
access-list 100 permit icmp any any unreachable
access-list 100 permit icmp any any echo-reply
access-list vpn_to_city2 permit ip 10.10.10.0 255.255.255.0 10.10.20.0 255.255.255
.0
access-list vpn_to_city3 permit ip 10.10.10.0 255.255.255.0 192.168.1.0 255.255.255.
0
access-list nonat permit ip 10.10.10.0 255.255.255.0 10.10.20.0 255.255.255.0
access-list nonat permit ip 10.10.10.0 255.255.255.0 192.168.1.0 255.255.255.0
pager lines 24
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside 888.888.888.18 255.255.255.248
ip address inside 10.10.10.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm logging informational 100
pdm history enable
arp timeout 14400
global (outside) 1 888.888.888.21-888.888.888.22
global (outside) 1 interface
nat (inside) 0 access-list nonat
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) 888.888.888.19 sp-exchange netmask 255.255.255.255 0 0
static (inside,outside) 888.888.888.20 10.10.10.15 netmask 255.255.255.255 0 0
access-group 100 in interface outside
route outside 0.0.0.0 0.0.0.0 888.888.888.17 1
timeout xlate 0:05:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 sip 0:3
0: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
http server enable
http 10.10.10.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
sysopt connection permit-ipsec
no sysopt route dnat
crypto ipsec transform-set myset esp-des esp-md5-hmac
crypto map newmap 10 ipsec-isakmp
crypto map newmap 10 match address vpn_to_city2
crypto map newmap 10 set peer 999.999.999.50
crypto map newmap 10 set transform-set myset
crypto map newmap 30 ipsec-isakmp
crypto map newmap 30 match address vpn_to_irvine
crypto map newmap 30 set peer 777.777.777.58
crypto map newmap 30 set transform-set myset
crypto map newmap interface outside
isakmp enable outside
isakmp key ******** address 999.999.999.50 netmask 255.255.255.255 no-xauth no-config-
mode
isakmp key ******** address 777.777.777.58 netmask 255.255.255.255 no-xauth no-config-
mode
isakmp identity address
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption des
isakmp policy 10 hash md5
isakmp policy 10 group 1
isakmp policy 10 lifetime 1000
telnet 10.10.10.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 60
dhcpd lease 3600
dhcpd ping_timeout 750
dhcpd auto_config outside
terminal width 80
Cryptochecksum:eba59f2fc4ad7fabfb3362a9614ec4bd
: end