doctorj227
IS-IT--Management
Hello all
I have a question, that maybe someone can answer or point me to the correct solution. Anyway I have a 4 sites using pix firewalls, the main site has a T1 line to the internet, and a 506e pix, the other 3 remote sites have dsl connections to the internet and they are using 501 pix. The main site has static IP's and of course the remote sites are dynamic. All the sites are up and running, but now they want to implement VPN access from remote to main.
I know how to setup VPN access back to main, using static IP's all around. But since the remote sites are using Dynamic IP's, I am a little confused. Do I need to setup multiple isakmp key's. For example
isakmp key "key1" address 0.0.0.0 netmask 0.0.0.0
isakmp key "key2" address 0.0.0.0 netmask 0.0.0.0
isakmp key "key3" address 0.0.0.0 netmask 0.0.0.0
And how about my crypto map? Will this work?
crypto ipsec transform-set doset esp-des esp-md5-hmac
crypto dynamic-map mymap 1 set-transform doset
crypto map dyn-map 20 ipsec-isakmp dynamic myset
crypto map dyn-map 30 ipsec-isakmp dynamic myset
crypto map dyn-map 40 ipsec-isakmp dynamic myset
Any help or comments will be helpful.
Thanks
I have a question, that maybe someone can answer or point me to the correct solution. Anyway I have a 4 sites using pix firewalls, the main site has a T1 line to the internet, and a 506e pix, the other 3 remote sites have dsl connections to the internet and they are using 501 pix. The main site has static IP's and of course the remote sites are dynamic. All the sites are up and running, but now they want to implement VPN access from remote to main.
I know how to setup VPN access back to main, using static IP's all around. But since the remote sites are using Dynamic IP's, I am a little confused. Do I need to setup multiple isakmp key's. For example
isakmp key "key1" address 0.0.0.0 netmask 0.0.0.0
isakmp key "key2" address 0.0.0.0 netmask 0.0.0.0
isakmp key "key3" address 0.0.0.0 netmask 0.0.0.0
And how about my crypto map? Will this work?
crypto ipsec transform-set doset esp-des esp-md5-hmac
crypto dynamic-map mymap 1 set-transform doset
crypto map dyn-map 20 ipsec-isakmp dynamic myset
crypto map dyn-map 30 ipsec-isakmp dynamic myset
crypto map dyn-map 40 ipsec-isakmp dynamic myset
Any help or comments will be helpful.
Thanks