We have a 5200 gateway and a Smart-1 410 security management server
We have two AD Domain Controllers that have our ISP’s DNS servers and Google DNS servers in their forwarder lists.
All DNS queries originating from any network devices inside our enterprise point at those two Domain Controllers only.
Hence, we set up the gateway and the management servers in the Gaia web gui to point to them as primary and secondary DNS servers (no tertiary)
For obfuscation purposes, lets say the primary DC is 172.16.30.10 and the secondary is 172.16.30.11
An example:
nslookup from expert mode command line on both gateway and management server resolve correctly:
Reverse lookup:
[Expert@FLIGateway:0]# nslookup 136.147.177.171
Server: 172.16.30.11
Address: 172.16.30.11#53
Non-authoritative answer:
171.177.147.136.in-addr.arpa name = mta2.e-vanguard.com.
Authoritative answers can be found from:
[Expert@FLI-Smart01:0]# nslookup 136.147.177.171
Server: 172.16.30.10
Address: 172.16.30.10#53
Non-authoritative answer:
171.177.147.136.in-addr.arpa name = mta2.e-vanguard.com.
Authoritative answers can be found from:
Forward Lookup:
[Expert@FLIGateway:0]# nslookup mta2.e-vanguard.com.
Server: 172.16.30.11
Address: 172.16.30.11#53
Non-authoritative answer:
Name: mta2.e-vanguard.com
Address: 136.147.177.171
[Expert@FLI-Smart01:0]# nslookup mta2.e-vanguard.com.
Server: 172.16.30.10
Address: 172.16.30.10#53
Non-authoritative answer:
Name: mta2.e-vanguard.com
Address: 136.147.177.171
Resolv.conf files contain:
Gateway:
# This file was AUTOMATICALLY GENERATED
# Generated by /bin/resolv_xlate on Tue Jul 3 17:25:55 2018
#
# DO NOT EDIT
#
search corp.fliinvestors.com
nameserver 172.16.30.11
nameserver 172.16.30.10
#start SSLVPN name servers from Smart Dashboard
nameserver 172.16.30.10
nameserver 172.16.30.11
#end SSLVPN name servers from Smart Dashboard
Management Server
# This file was AUTOMATICALLY GENERATED
# Generated by /bin/resolv_xlate on Tue Jul 3 18:25:51 2018
#
# DO NOT EDIT
#
search corp.fliinvestors.com
nameserver 172.16.30.10
nameserver 172.16.30.11