I cannot get the site to come up. I do believe that I should be using a dynamic map but I also tried and it fails as well. It looks like it fails within phase 1.
Remote A - internal net - 172.16.0.0/20 and 10.0.3.0/24
Remote B - internal net - 192.168.12.0/24
I also have set both sides to aggressive mode.
Can someone show me a proper config with the informations below?
##########
Remote A
##########
isakmp enable outside
isakmp identity auto
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption aes
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
access-list outside_cryptomap_20 permit ip 10.0.3.0 255.255.255.0 192.168.12.0 255.255.255.0
access-list outside_cryptomap_20 permit ip 172.16.0.0 255.255.240.0 192.168.12.0 255.255.255.0
crypto ipsec transform-set Site2Site esp-3des esp-sha-hmac
crypto map StaticMap 20 match address outside_cryptomap_20
crypto map StaticMap 20 set peer 0.0.0.0 [Not sure as I do not see this in the config after I enter it]
crypto map StaticMap 20 set transform-set Site2Site
isakmp key presharekey 0.0.0.0 netmask 0.0.0.0 no-xauth
crypto map StaticMap interface outside
access-list nonat extended permit ip 10.0.3.0 255.255.255.0 192.168.12.0 255.255.255.0
access-list nonat extended permit ip 172.16.0.0 255.255.240.0 192.168.12.0 255.255.255.0
nat (inside) 0 access-list nonat
#########
REMOTE B
#########
isakmp enable outside
isakmp identity auto
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption aes
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
access-list outside_cryptomap_20 permit ip 192.168.12.0 255.255.255.0 10.0.3.0 255.255.255.0
access-list outside_cryptomap_20 permit ip 192.168.12.0 255.255.255.0 172.16.0.0 255.255.240.0
crypto ipsec transform-set Site2Site esp-3des esp-sha-hmac
crypto map StaticMap 20 match address outside_cryptomap_20
crypto map StaticMap 20 set peer XXX.XXX.XXX.XXX
crypto map StaticMap 20 set transform-set Site2Site
isakmp key presharekey address XXX.XXX.XXX.XXX netmask 255.255.255.255 no-xauth
crypto map StaticMap interface outside
access-list nonat extended permit ip 192.168.12.0 255.255.255.0 10.0.3.0 255.255.255.0
access-list nonat extended permit ip 192.168.12.0 255.255.255.0 172.16.0.0 255.255.240.0
nat (inside) 0 access-list nonat
Remote A - internal net - 172.16.0.0/20 and 10.0.3.0/24
Remote B - internal net - 192.168.12.0/24
I also have set both sides to aggressive mode.
Can someone show me a proper config with the informations below?
##########
Remote A
##########
isakmp enable outside
isakmp identity auto
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption aes
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
access-list outside_cryptomap_20 permit ip 10.0.3.0 255.255.255.0 192.168.12.0 255.255.255.0
access-list outside_cryptomap_20 permit ip 172.16.0.0 255.255.240.0 192.168.12.0 255.255.255.0
crypto ipsec transform-set Site2Site esp-3des esp-sha-hmac
crypto map StaticMap 20 match address outside_cryptomap_20
crypto map StaticMap 20 set peer 0.0.0.0 [Not sure as I do not see this in the config after I enter it]
crypto map StaticMap 20 set transform-set Site2Site
isakmp key presharekey 0.0.0.0 netmask 0.0.0.0 no-xauth
crypto map StaticMap interface outside
access-list nonat extended permit ip 10.0.3.0 255.255.255.0 192.168.12.0 255.255.255.0
access-list nonat extended permit ip 172.16.0.0 255.255.240.0 192.168.12.0 255.255.255.0
nat (inside) 0 access-list nonat
#########
REMOTE B
#########
isakmp enable outside
isakmp identity auto
isakmp policy 10 authentication pre-share
isakmp policy 10 encryption aes
isakmp policy 10 hash sha
isakmp policy 10 group 2
isakmp policy 10 lifetime 86400
access-list outside_cryptomap_20 permit ip 192.168.12.0 255.255.255.0 10.0.3.0 255.255.255.0
access-list outside_cryptomap_20 permit ip 192.168.12.0 255.255.255.0 172.16.0.0 255.255.240.0
crypto ipsec transform-set Site2Site esp-3des esp-sha-hmac
crypto map StaticMap 20 match address outside_cryptomap_20
crypto map StaticMap 20 set peer XXX.XXX.XXX.XXX
crypto map StaticMap 20 set transform-set Site2Site
isakmp key presharekey address XXX.XXX.XXX.XXX netmask 255.255.255.255 no-xauth
crypto map StaticMap interface outside
access-list nonat extended permit ip 192.168.12.0 255.255.255.0 10.0.3.0 255.255.255.0
access-list nonat extended permit ip 192.168.12.0 255.255.255.0 172.16.0.0 255.255.240.0
nat (inside) 0 access-list nonat