Trying to bring up a VPN between two PIX 525's in my lab. Currently topology looks like this
(INSIDE NETWORK)---PIX1 --- Router --- PIX2 --- (INSIDE NETWORK)
I am not the most familiar person with PIX, but I think I got everything configured correctly. I can ping the outside interfaces of the pix from the other pix. But when trying to execute a ping from the pix to the inside network of the other PIX i just get ????? so its not bringing up a VPN tunnel. I'm running OS Ver. 8.0(4). And this is my config... Did i miss anything?
interface Ethernet0
nameif outside
security-level 0
ip address 10.10.200.1 255.255.255.0
!
interface Ethernet4
nameif inside
security-level 100
ip address 10.10.10.1 255.255.255.0
!
ftp mode passive
access-list 101 extended permit ip 10.10.10.0 255.255.255.0 10.10.100.0 255.255.255.0
access-list NoNAT extended permit ip 10.10.10.0 255.255.255.0 10.10.100.0 255.255.255.0
pager lines 24
mtu outside 1500
mtu inside 1500
no failover
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
nat (inside) 0 access-list NoNAT
route outside 0.0.0.0 0.0.0.0 10.10.200.2 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 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
dynamic-access-policy-record DfltAccessPolicy
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set VPN esp-des esp-md5-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map CRYPTO_DYNAMIC_MAP 1 match address 101
crypto dynamic-map CRYPTO_DYNAMIC_MAP 1 set pfs
crypto dynamic-map CRYPTO_DYNAMIC_MAP 1 set peer 192.168.1.1
crypto dynamic-map CRYPTO_DYNAMIC_MAP 1 set transform-set VPN
crypto dynamic-map CRYPTO_DYNAMIC_MAP 1 set security-association lifetime seconds 28800
crypto dynamic-map CRYPTO_DYNAMIC_MAP 1 set security-association lifetime kilobytes 4608000
crypto map CRYPTOMAP 1 ipsec-isakmp dynamic CRYPTO_DYNAMIC_MAP
crypto map CRYPTOMAP interface outside
crypto isakmp enable outside
crypto isakmp policy 1
authentication pre-share
encryption des
hash md5
group 1
lifetime 1000
telnet timeout 5
ssh timeout 5
console timeout 0
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
tunnel-group 192.168.1.1 type ipsec-l2l
tunnel-group 192.168.1.1 ipsec-attributes
pre-shared-key *