Question

setting up windows NT DNS

Asked by: crio

100 big ones for anybody wo can help me to setup my own domain name server. Need a short intro and get it work right away.

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
1999-10-01 at 01:23:21ID10213572
Tags

dns

,

windows

Topic

Windows NT Operating System

Participating Experts
3
Points
200
Comments
6

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. DNS - NT and UNIX
    How does one configure a SCO UNIX to use the NT DNS service?

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: redPosted on 1999-10-01 at 01:42:48ID: 2090168

When a person on a computer enters a name, it is resolved in this way: The local computer first looks into its own short list of known names to see if it knows the address for that name. If it does not, it looks up the address of it’s own DNS server and sends a message to the DNS server asking for the address of the name. If the DNS server knows the address for the name, it sends that information back to the user’s computer. If it does not, then it begins searching the Domain system for the address.

As an example, if the user enters the name WWW.Microsoft.Com, the DNS server will pick a dot server from it’s own list, and will ask for the address of WWW.Microsoft.Com. The dot server will usually respond with a message that means "I don’t know who that is, but go ask the .Com servers at one of these addresses". The DNS server then picks a server from the provided list and asks that server to identify the name. The .Com server will respond with a message saying "I don’t know that particular computer, but go ask the Microsoft.Com servers at one of these addresses". The server then picks a server from the list and asks it. Usually the Network level computer responds "WWW.Microsoft.Com is at this address...". The DNS server passes this address back to the user, and it also places that name and address in it’s own list so that it doesn’t have to go through the whole lengthy process if it get’s asked again any time soon.

In addition to the name and address information, DNS also provides information about how long a name should be remembered before the DNS server should forget it and go ask again. This is because computers do change addresses from time to time. Most names on the DNS system are good for about 8 days, then they expire and must be looked up again.

The Domain name used in this example is WLW.Com
There is a single class C of IP addresses numbered 205.217.146.0
There is a DNS server is named DNS at the IP address 205.217.146.198
There is a DNS server named NS1.Berkeley.Edu that is external to this network which is providing secondary DNS
There is an E-Mail server named MAIL at the IP address 205.217.146.200
There is an E-Mail server named Mail.ATT.Net that is acting as an external mail relay.
There is also a WWW server on the same hardware as the DNS server that should respond to the name WWW.
When you set up your own DNS configuration, you will need to change the specifics of these assumptions for your own setup. In particular:

Do not use the Domain Name WLW.Com
Do not use the IP addresses in 205.217.146.0
Do not use NS1.Berkeley.Edu as a secondary DNS (unless you make arrangements with them)
Do not use Mail.ATT.Net as an E-Mail relay host (unless you make arrangements with them)
Do not use Hostmaster@WLW.Com for your DNS E-Mail contact.
Begin by adding the MS DNS service to the NT Server system that will be hosting the service. Log onto the NT Server system using an ID that has Administrative privileges. Go to Control Panel, Network, select the Services tab, and click on Add. From the Network Services list select Microsoft DNS Server and click OK. The program may prompt you to place the NT 4.0 Server CD into your CD ROM drive. When it has completed loading the service, exit from the Network applet and re-boot your computer system.

When the system has finished re-booting, log on using an ID that has Administrative privileges. Go to the Control Panel, Services applet and verify that the Microsoft DNS Service has started. If it did not start, go to the Event Viewer and look for error messages to see why the service did not start.

To configure the DNS service, go to Start, Programs, Administrative Tools (Common), and select DNS Manager. This should bring up the Domain Name Service Manager window. Initially this should be empty except for a single entry showing Server List. Select the server to administer by going to DNS, New Server, and entering the IP address or Domain Name of the server to be administered, in this example DNS.WLW.Com. This should cause the program to connect to the DNS service that you just created. Highlight the server and double-click, this should bring up another level showing Cache.

The first zone you should create is the Reverse Arpa zone for the network. Hightlight the server name and select DNS, New zone. Select Primary Zone and click on Next. Enter the reverse arpa zone name, 146.217.205.in-addr.arpa, in the Zone Name field. Note that this is the most significant 3 parts of the Network Address in reverse order. Use the Tab key to tab past the Zone File field and accept the default name (146.217.205.in-addr.arpa.dns), and click on Next. Click on Finish and the program should create the reverse arpa zone for you with the proper basic records automatically generated.

The next step is to highlight the server (DNS.WLW.Com) and once again select DNS and New Zone. Select Primary Zone and click on Next. Enter the domain name, WWW.WLW.Com, in the Zone Name field and use the Tab key to tab past the Zone File field and accept the default name (WLW.Com.dns), and click on Next. Click on Finish and the program should create the zone file for you with the proper basic records automatically generated.

To add the host record for DNS.WLW.Com, highlight the WLW.Com zone and select DNS, New Host. Enter DNS in the Host Name field, 204.217.146.198 in the Host IP Address field, check the Create Associated PTR Record box, and click on Add Host. This should add the DNS A record to the WLW.Com database, and add the 198 PTR record to the reverse arpa database.

To add the host record for MAIL.WLW.Com, highlight the WLW.Com zone and select DNS, New Host. Enter MAIL in the Host Name field, 204.217.146.200 in the Host IP Address field, check the Create Associated PTR Record box, and click on Add Host. This should add the MAIL A record to the WLW.Com database, and add the 200 PTR record to the reverse arpa database.

To add the alias record for WWW that will point to DNS.WLW.Com, highlight the WLW.Com zone and select DNS, New Record. Select CNAME Record in the Record Type box, enter WWW in the Alias Name field, enter DNS in the Fort Host DNS Name field, 204.217.146.198 in the Host IP Address field, and click on OK. This should add the WWW CNAME record to the WLW.Com database.

To configure the database so that mail for users on the WLW.Com system is sent to the SMTP server at MAIL.WLW.Com, highlight the WLW.Com zone and select DNS and New Record. Select MX Record in the Record Type box, leave the Host Name field blank, enter MAIL.WLW.Com in the Mail Exchange Server DNS Name field, enter 10 in the Preference Number, and click on OK. This should add an MX record to the WLW.Com database for Mail.WLW.Com

To configure the database so that mail for users on the WLW.Com system can be relayed through the SMTP server at Mail.ATT.Net if Mail.WLW.Com is temporarily unavailable, highlight the WLW.Com zone and select DNS and New Record. Select MX Record in the Record Type box, leave the Host Name field blank, enter Mail.ATT.Net in the Mail Exchange Server DNS Name field, enter 20 in the Preference Number, and click on OK. This should add the MX record to the WLW.Com database for Mail.ATT.Net.

To configure the database to show that there is a secondary DNS server for the zone on NS1.Berkeley.Edu, highlight the WLW.Com zone and select DNS and New Record. Select NS Record in the Record Type box, enter NS1.Berkeley.Edu in the Name Server DNS Name field, and click on OK. This should add the NS record to the WLW.Com database for NS1.Berkeley.Edu.

Once the server is running you can use the program nslookup from the NT Command Prompt to query the server and verify that it is functioning properly.

Invoke nslookup by entering the command "nslookup" and note any error messages. The nslookup program should identify the name and IP address of the default server it is using, which should be the DNS server you have set up and are testing, and then it should display a command prompt ">". If you are testing the server from another system, or if the current system is pointing to another DNS server as it’s primary, use the nslookup command "server" to change servers (e.g. to set the server to DNS.WLW.COM use the command: server dns.wlw.com or server 205.217.146.198).

From the nslookup command prompt enter the command "dns". This will query the selected server for the IP address of the system named dns. On a system configured as shown in the above example the result of this would be:
 
   > dns
   Server:  dns.wlw.com
   Address:  205.217.146.198
 
   Name:   dns.wlw.com
   Address:   205.217.146.198
   Aliases:   www.wlw.com

   >

 
This tells you that the DNS server is responding properly and has the database properly loaded. Next enter the command "www.whitehouse.gov". This will cause the server to query out into the Internet DNS system for the IP address of WWW.Whitehouse.Gov. The result should be something similar to:
 
   > www.whitehouse.gov
   Server:  dns.wlw.com
   Address:  205.217.146.198
 
   Non-authoritative answer:
   Name:    www.whitehouse.gov
   Addresses:  198.137.240.92, 198.137.240.91
   
   >

 
This tells you that the server is able to contact the rest of the Internet and resolve names by communicating with other DNS servers.

To check your Reverse Arpa, enter the nslookup command "set q=any" to display all information that is given as a result of a query. Then enter the nslookup command "198.146.217.205.IN-ADDR.ARPA". On a system with the example configuration files, the result of this would be:
 
 
   > set q=any
   > 198.146.217.205.IN-ADDR.ARPA
   Server:  dns.wlw.com
   Address:  205.217.146.198
 
   198.146.217.205.IN-ADDR.ARPA  name = dns.wlw.com
   146.217.205.IN-ADDR.ARPA  nameserver = dns.wlw.com
   146.217.205.IN-ADDR.ARPA  nameserver = ns1.berkeley.edu
   ns1.berkeley.edu  internet address = 128.32.136.9
   >

 
This tells you that the reverse arpa setup is functioning properly and is resolving PTR lookups.

To exit from the nslookup program use the command "exit".
 

 

by: benstockPosted on 1999-10-01 at 01:48:33ID: 2090175

First off all ensure that your %SystemRoot%\System32\DNS folder (if it exists) is empty.

Then install the DNS Service from Control Panel, Network, Services, Add, DNS.

accept defaults and reboot.

Then

Start Menu, programs, Administrative Tools, DNS Manager.
From the DNS Menu, choose New Server ...

and then type in your DNS Servers IP address.

When it appears in the list, open it up (click on the plus next to it) and then right click on it and choose New Zone ....

Select Primary and choose Next.

Then type in your Domain in the top edit box(such as Mydomain.com), then just click in the edit box beneath it (and a a default entry such as mydomain.com.dns will be enmtered for you)

click Next.  Then click Finish.

Then make sure that you know what your Internal IP Network ID is.  I'll Assume (10.0.0.0  ie a subnet mask of 255.0.0.0).  

Next set up a Revers lookup zone

right click on the DNS computer's IP address on the list again and choose New Zone ....

Select Primary and choose Next.


Then for the domain name type in the network ID in reverse without the zeros, eg in the example above that would be just 10, for a network id of 192.4  it would be 4.192) with in-addr.arpa.  ie in thios example the zone name would be 10.in-addr.arpa.  Again click in the box beneath it to get a default name of the file containg the entries.


To set up WINS INtegration.

Right click on the zone you created earlier and choose Properties, select the WINS Lookup Tab.

Enter the IP addresses of you Internal WINS Servers.  (This theirfor measn that you wont need to add any static entries for your Internal clients AND it will work with DHCP clients.

Click the "Settings affect local Server" Only checkbox if you have other UNIX DNS Servers that will become secondaries.

Then If you are connected to the INternet.

Right Click on the DNS Server IP address in the DNS Manager program.  Choose Properties.

Click on the Forwarders Tab.  Select the USe Forwarders Check Box.  Then add in the IP Addresses of your ISP's DNS Servers.

From the DNS Menu choose Update Server Data Files.

Exit the DNS Manager program.


AND

for good measure.

Reboot the server.

Good Luck

Ben
I Missed (Someone got an asnwer in first), so here's a comment anyhow now that I've typed all this stuff in.

 

by: crioPosted on 1999-10-01 at 02:00:11ID: 2090200

Hi Red, much to do , I rather do this step by step via email i ve this is ok for you. My email info@crio.net
thanks for the quick response
rob

 

by: crioPosted on 1999-10-04 at 01:35:35ID: 2095992

Would like someone (RED) to contact me via email info@crio.net to do a DNS installation step by step

 

by: redPosted on 1999-10-06 at 08:46:33ID: 2103720

I did but I got an autoreply in Dutch??

 

by: MoondancerPosted on 2002-03-12 at 20:03:49ID: 6859445

This question was awarded, but never cleared due to the JSP-500 errors of that time.  It was "stuck" against userID -1 versus the intended expert whom you awarded.  This corrects the problem and the expert will now receive these points; points verified.

Please click on your Member Profile and select "View Question History" to navigate through any open or locked questions you may have to update and finalize them.  If you are an EE Pro user, you can also choose Power Search to find all your open questions.

This is the Community Support link, if help is needed, along with the link to All Topics which reflects many TAs recently added.

http://www.experts-exchange.com/jsp/qList.jsp?ta=commspt
http://www.experts-exchange.com/jsp/zonesAll.jsp
 
Thank you,
Moondancer
Moderator @ Experts Exchange

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...