07-03-2019 01:56 AM
Hello!
I make multiple dns server groups for ASA5525 asa991-smp-k8.bin like this:
dns domain-lookup outside dns domain-lookup inside ! dns server-group DefaultDNS name-server 192.168.1.1 name-server 192.168.1.2 domain-name dns1.com ! dns server-group DNS2 name-server 192.168.2.1 name-server 192.168.2.2 domain-name dns2.com
Dns server-group DefaultDNS work fine, but dns server-group DNS2 does not work.
sh dns host host2.dns2.com Name: host2.dns2.com (unresolved)
host2.dns2.com exists and nslookup is working from the network inside.
What is the problem?
Solved! Go to Solution.
07-04-2019 04:31 AM
I assume you have the wrong expectation on what the server-groups do. For each given function, only one server-group is used. The ASA uses the DefaultDNS group. The aim of having a second or more of these groups is to have different functions use different servers.
Example:
The ASA itself used DefaultDNS. But you host a clientless VPN-portal for two different customers. For each customer, you can configure one DNS-group so that they can access their internal resources.
07-04-2019 04:31 AM
I assume you have the wrong expectation on what the server-groups do. For each given function, only one server-group is used. The ASA uses the DefaultDNS group. The aim of having a second or more of these groups is to have different functions use different servers.
Example:
The ASA itself used DefaultDNS. But you host a clientless VPN-portal for two different customers. For each customer, you can configure one DNS-group so that they can access their internal resources.
07-04-2019 06:21 AM
OK. If I add all servers for different domains in Default DNS, will it work?
07-04-2019 07:57 AM
07-04-2019 09:23 AM
Thanks a lot!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide