cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2233
Views
0
Helpful
2
Replies

Site to Site VPN using DNS name

servnj
Level 1
Level 1

I have 5 ASA5505 connecting to a ASA5510. When creating the crypto map and tunnel-group on the ASA 5505's can I reference a DNS name instead of an IP address?

2 Replies 2

John Blakley
VIP Alumni
VIP Alumni

Yes you can. You'll need to set up a DNS server group with your dns servers, and you'll need to configure domain lookup.

DNS server-group MYDNS

name-server 4.2.2.1

name-server 4.2.2.2

domain-name whatever.com

domain-lookup outside

In your crypto map:

crypto map 1 set peer my.vpn.com

Should work.

HTH,

John

HTH, John *** Please rate all useful posts ***

wei.hu
Level 1
Level 1

Hi,

Did John's response work for you? I have the same question as you.

Thanks,

Wei