T
TonyB
We use DHCP to allocate the primary DNS suffix (domain name) to clients. The
clients then dynamically create the search list for our active directory
domain. Example search list;
child.parent.co.uk
parent.co.uk
co.uk
Is there any way to stop the clients adding the "co.uk" top level domain to
the search list??? This is causing DNS resolution problems as if the clients
fail to resolve internally, they will try to resolve at the top level domain
which we don't want. For example, if they try to resolve the host 'host1',
and host1 is not on the local network, they will try and resolve host1.co.uk
(which could be a valid domain).
If this could be done automatically (e.g. group policy) that would be
excellent. I don't fancy having to manually create the DNS search list on
hundreds of clients!
Thanks
clients then dynamically create the search list for our active directory
domain. Example search list;
child.parent.co.uk
parent.co.uk
co.uk
Is there any way to stop the clients adding the "co.uk" top level domain to
the search list??? This is causing DNS resolution problems as if the clients
fail to resolve internally, they will try to resolve at the top level domain
which we don't want. For example, if they try to resolve the host 'host1',
and host1 is not on the local network, they will try and resolve host1.co.uk
(which could be a valid domain).
If this could be done automatically (e.g. group policy) that would be
excellent. I don't fancy having to manually create the DNS search list on
hundreds of clients!
Thanks