08-07-2006 11:02 PM - edited 03-03-2019 04:24 AM
Hi All,
I would like to find out if there is some way our sattelite sites can register with Microsoft's AD integrated DNS services when the clients at this location use DHCP delivered by a Cisco 800 series router.
Is there some sort of helper address or similar command that we could add to the routers to assist with this (currently the workstations are in a single workgroup, but we are looking to rollout AD to them all).
If you have any suggestions, I would appreciate your feedback.
Cheers,
Luke
08-08-2006 04:18 AM
use the 'ip name-server' command to have your router redirect dns requests to a NS server specified.
dns spoofing can also be used in this case to assist with isp link failures.
see this link for more info:
08-08-2006 07:15 AM
It sounds like your trying to utilize the DDNS Feature in AD, usually this is accomplished via DHCP dynamically creating forward and reverse look-up entries in DNS dynamically on a per lease basis.
If the DHCP server does not make this connection then the entries in the DNS Server will not be automatically created. To forward on DHCP request to a DHCP server you would want to impliment the DHCP Relay client ont he router (AKA "IP Helper"). This will allow you to forward dhcp request on to the specified DHCP Server and and normal DHCP and DDNS operations would take place.
Windows however has always had a feature that allows you to manually push the DNS registration from the client to the DNS server.
NIC Properties--> TCP/IP Properties --> Advanced --> DNS --> "Register this connections address in DNS"
This combined with seting the DNS Server Option in your DHCP Pool config ( http://www.cisco.com/en/US/customer/tech/tk648/tk361/technologies_configuration_example09186a0080094a52.shtml ) You should have no problem with your AD DNS Services.
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