Hello,
I have my own local DNS server which serve for file server and AD. In MKT I configure:
admin@Router >
ip dhcp-server network add address=192.168.1.0/24 gateway
=192.168.1.1 dns-server=192.168.1.3 domain=mydomain.local
ip dns set servers=208.67.222.222,208.67.220.220 allow-re
mote-requests=no
I want all my client get DNS from these 208.67.222.222,208.67.220.220 not 192.168.1.3 (my local dns) but if I configure as above description all my client get local dns instead. If I delete
dns-server=192.168.1.3
out than my client log into their user AD account take long long time to login and folder shared from server also not recognize until I reconfigure
dns-server=192.168.1.3
again.
My question is how I use third party DNS
ip dns set servers=208.67.222.222,208.67.220.220 allow-re
mote-requests=no
for my client with no problem as I mention above?