name servers


 
Thread Tools Search this Thread
Special Forums IP Networking name servers
# 1  
Old 02-07-2002
Question name servers

ok, I chose dhcp when I set up my first solaris box. I can ping ip addresses. If I do a nslookup on a domain name and enter the ip address in my browser I get a web page. I want to know how and where to specify what dns servers to look @. thanks
# 2  
Old 02-07-2002
You specify the name servers to use in /etc/resolv.conf.

Format:

domainname yourdomain.com
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx


You can have up to three nameservers listed. Check out http://www.acmebw.com/askmrdns/
thehoghunter
# 3  
Old 02-07-2002
Many DHCP clients have configuration switches that instruct the DHCP client not to use the nameserver(s) provided by the DHCP process. If you manually enter nameservers in /etc/resolv.conf, these are often overwritten by the DHCP process. So, be sure to check your DHCP configuration and make sure that your DHCP process is configured not to accept or request nameserver information from the DHCP server(s) if you want to use your own set of nameserver addresses.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Mapping Servers

Hi All, I need an urgent assistance please . My case below: I have a list of 500 IP addresses. All These ip addresses are mapped/connected to different machine kinds : NT, Linux, Switch, Router ,FW, and so on. My Requirement is to filter from all this ip address only the Linux machines.... (2 Replies)
Discussion started by: James Stone
2 Replies

2. UNIX for Dummies Questions & Answers

Linked Servers

Hi, We have 2 UNIX Servers, say test1 and test2. Here, if I create a file or folder/delete a file or folder in the 1st server, it gets reflected automatically in the 2nd server. I don't think any links are established between these 2 servers. Both these have 2 different hostnames. How... (1 Reply)
Discussion started by: Dev_Dev
1 Replies

3. Solaris

sun servers currently used

can anybody give me a list of sun servers currently being used in the industry (5 Replies)
Discussion started by: veritas
5 Replies

4. Solaris

New to servers

Hey guys, I'm new to servers ( quite honestly, I'm not sure what i'm doing). Recently, I bought a Sunfire V100 to get me started. My goal is to learn how to set up a stable web hosting server where I can hold my clients' websites and also to learn a new field in Computer Science. I have a copy... (8 Replies)
Discussion started by: linuxleopard
8 Replies

5. Solaris

Servers and about them?

I want to learn about servers . I configured 3 virtual machines (Solaris , Linux and Windows) . I think this could be some kind of exchange of knowledge , and of course this could be a some kind of classroom for noobies :D! Ok now to the work ! My question is : what a server should... (9 Replies)
Discussion started by: solaris_user
9 Replies

6. Shell Programming and Scripting

Scp between two servers

Is there a way to connect betwwen two servers A and B without using prompting for a password ..... I am writing a script which includes picking up files from and puts them to B. using mget .. To make the script fully automable I am looking for a passwordless authentication... Any... (2 Replies)
Discussion started by: ultimatix
2 Replies

7. UNIX for Dummies Questions & Answers

connecting servers

Please help me out i want to know how to send email from unix machine to any email-id. mail to be sent is web based mail. (1 Reply)
Discussion started by: parmeet
1 Replies

8. UNIX for Dummies Questions & Answers

wc -l across two servers

Hello everyone, I am new to this forum so I dont really know how things work around here in terms of posting questions and getting answers. Anyway I have a question and I hop someone can help. Here is the scenario. I have a script that counts the amount of lines in serial files as well as multi... (0 Replies)
Discussion started by: Ecclesiastes
0 Replies

9. UNIX for Dummies Questions & Answers

mail servers

What protocol would i use to transfer mail between two UNIX mail servers? (1 Reply)
Discussion started by: agoemann23
1 Replies
Login or Register to Ask a Question