cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
342
Views
0
Helpful
1
Replies

DNS through Remove VPN on ASA 5510

Administrator
Level 1
Level 1

Hi

We have a ASA 5510 with the latest software and we are connecting to it through Remote VPN.

Everything is working fine except for DNS requests. I can ping all internal IP's but not by name. I have configured the Remove VPN so that it uses two DNS servers on the inside network but it doesn't work.

I guess it's a simple task but I can't figure it out. Can anyone help?

/Lasse

1 Reply 1

mannschaft
Level 1
Level 1

Hi

try to put these lines :

dns domain-lookup inside

dns server-group DefaultDNS

timeout 30

name-server 192.168.*.*

domain-name domCisco.local

same-security-traffic permit inter-interface

group-policy vpn_groupe attributes

default-domain value domCisco.local

crypto dynamic-map dynmap 10 set reverse-route

hope this work for you...

Regards.