TechSupp Posted January 4, 2012 Posted January 4, 2012 I want to add our old server to our new servers dns so that we can refference it with its name rather than having to use its ip address. Dns is all set up on the new server but just wondering if there is an idiots guide as how to do it? The old server does nothing much these days (server 2003) apart from wsus and file storage.
glennda Posted January 4, 2012 Posted January 4, 2012 DHCP or Static? If dhcp you can do ipconfig /registerdns if static if you go onto the new server and open the dns (administrative tools) forward lookup zones / domain.local right click create new a record. 1
TechSupp Posted January 4, 2012 Author Posted January 4, 2012 Thanks will look at that in morn. Is the change instant or is there a refresh time etc for it to take effect?
glennda Posted January 4, 2012 Posted January 4, 2012 should be instant you should then be able to do from the command line nslookup servername and it will return the ip address.
TechSupp Posted January 5, 2012 Author Posted January 5, 2012 DHCP or Static? If dhcp you can do ipconfig /registerdns if static if you go onto the new server and open the dns (administrative tools) forward lookup zones / domain.local right click create new a record. Right having a look at it now and gone to dns and right clicked the domain.local but its giving me all sorts of options for new that I could ever wish for! Which one should I select?Host, Alias, Other New Records? or a choice from any other? Thanks
glennda Posted January 5, 2012 Posted January 5, 2012 New Host (A or AAAA) will give you a record Alias is for when you are giving a machine a second alias which tends to be used for webservices most.
TechSupp Posted January 5, 2012 Author Posted January 5, 2012 Next question...do i tick the box to create a pointer PTR record and allow any authenticated user to update? Srry for the dumb questions but never messed with DNS before and it needs doing now rather than when I have the time to look at it a bit more as usual. Relies really appreciated.
glennda Posted January 5, 2012 Posted January 5, 2012 Yes create a PTR record (will help if you need to resolve IP to a Hostname rather then Hostname - IP) and it shouldn't matter about the auth user. 1
TechSupp Posted January 5, 2012 Author Posted January 5, 2012 (edited) Right done that and here are the scores on the doors, said it created the record sucessfully, opened a cmd window and can ping the old server by name and ip, can browse a share folder on the old server but \\ip address\folder but nbot by \\name\folder Any ideas, tried on a client and the same. Should I need to reboot or anything or is there anything else I need to do? Think I just spotted the error, its saying its clock is out of sync with the main server (notr slowing up to read error messages properly!) Going to just reset the time manually but how do I get it to sync up? Edited January 5, 2012 by TechSupp
TechSupp Posted January 5, 2012 Author Posted January 5, 2012 Whooooooooooo! Thats a good start to the day, changed the time and Bam...Bingo! It works! Many thanks glannda!
glennda Posted January 5, 2012 Posted January 5, 2012 Whooooooooooo! Thats a good start to the day, changed the time and Bam...Bingo! It works! Many thanks glannda! Clocks need to be within 5 mins of the Primary Domain Controller for Kerberos
Firefox Posted January 5, 2012 Posted January 5, 2012 Glad to see the above worked. Also for future reference, the updates on both the DNS server and client machines may not always be instant If you create the record on a server and it does not instantly ping - From within DNS clear the Cache (This can be done by right clicking the DNS server name then "Clear Cache" Then from the command prompt type ipconfig /flushdns From a client, you should only need to do ipconfig /flushdns As a last note, if you have a large number of DNS servers and Clients a change within DNS can take some time to traverse your network 1
TechSupp Posted January 5, 2012 Author Posted January 5, 2012 Thanks, usefull info that. Checked out from clients and evertything now up and running again phew!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now