LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   resolve.conf (https://www.linuxquestions.org/questions/linux-newbie-8/resolve-conf-63493/)

Tigger 06-03-2003 05:04 PM

resolve.conf
 
Can someone give me an example of what should be in this file?

thanks

acid_kewpie 06-03-2003 05:06 PM

Code:

nameserver 192.168.0.1
search thirtythreeandathird.net

all that mine says.

Tigger 06-04-2003 05:43 AM

chris, what is the nameserver? Is this your dns server? Can it be my ISP? What does the second line mean? Thanks

trickykid 06-04-2003 09:10 AM

Quote:

Originally posted by Tigger
chris, what is the nameserver? Is this your dns server? Can it be my ISP? What does the second line mean? Thanks
Yes that would be his own name server which you most likely couldn't use as yours.

If you don't have your own name server, you would have to put in your own ISP's nameserver or DNS server they provide in that same format..

Usually like this:
Code:

search your-ISP-nameserver
nameserver  xxx.xxx.xxx.xxx
nameserver  xxx.xxx.xxx.xxx

The xxx.xxx.xxx.xxx defined above in the example is where you will want to put your actual IP address of your DNS entries provided by your ISP.


All times are GMT -5. The time now is 04:54 AM.