cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
622
Views
5
Helpful
2
Replies

DNS for internal sites in VPN

sandman42
Level 1
Level 1

Hi,

in my setup I have an ASA 5510 that acts as a DHCP server, setting up client's dns correctly, thus allowing to resolve either local addresses, say myhost.mylan.local, and external addresses, say cisco.com.

 

If I connect with VPN client via UMTS, since I have to enable split tunnel, myhost.mylan.local tries to get resolved  by UMTS ISP provider, i.e. it doesn't get resolved. How can I solve the problem, i.e. how can I make addresses resolved by local dns???

 

Thanks

1 Accepted Solution

Accepted Solutions

Jan Rolny
Level 3
Level 3

Hi,

you will need to configure feature called split-dns

Syntax is here:

split-dns {value domain-name1 domain-name2 domain-nameN | none}

Then you will be able to resolve your myhost.mylan.local specified in split-dns and also internet DNS names.

HTH,

Jan

View solution in original post

2 Replies 2

Jan Rolny
Level 3
Level 3

Hi,

you will need to configure feature called split-dns

Syntax is here:

split-dns {value domain-name1 domain-name2 domain-nameN | none}

Then you will be able to resolve your myhost.mylan.local specified in split-dns and also internet DNS names.

HTH,

Jan

Thanks,

 

you're right.

 

BTW for me I've choosen to force all DNS requests to go on the tunnel with:

 

split-tunnel-all-dns enable

 

Ciao