Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Me..

Status
Not open for further replies.
Mar 14, 2001
48
US
I'm running couple of sun machines. I don't have DNS server. NT machines have DNS server. How can I give DNS name to the system. Is it possible just by creating /etc/defaultdomain? Insted of pinging the system xyz I want it be xyz.com. How can I acheive this?
 
Edit the /etc/resolv.conf file and add the domain name and the nameserver IP address to point to the DNS server that should work. And next time you have a post please put something descriptive in the subject line. "Help Me" doesn't tell us what help you need.

Your /etc/resolv.conf file should look something like this:

search mydomain.com
nameserver 10.10.5.20 #primary DNS server
nameserver 10.10.5.21 #secondary DNS server

Hope this helps. :) d3funct
vanya43@yahoo.com
The software required `Windows 95 or better', so I installed Linux.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top