Please take a look at this ?

sanam

Active Member
Mar 22, 2002
32
0
306
hi,
My resolv.conf and /etc/hosts looks like this. could you tell me if its ok ?

etc/resolv.conf
+++++++++++
domain darkorb.net
search darkorb.net
nameserver 205.162.50.248
nameserver 66.96.193.2
nameserver 66.96.194.2

etc/hosts/
+++++++++++
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 hostname.domain.net hostname localhost.localdomain localhost


Thank Youuuu
 

rpmws

Well-Known Member
Aug 14, 2001
1,787
10
318
back woods of NC, USA
It will be just fine as long as burst.net nameservers don't die.
 

shaun

Well-Known Member
PartnerNOC
Verifed Vendor
Nov 9, 2001
702
1
318
San Clemente, Ca
cPanel Access Level
DataCenter Provider
Twitter
Those will work but i dont recommend using them, change them to what ever your NOC recommends you set yours to or run named on your server and use your own system to resolve domains. You'll notice that WHM and connections are much faster.

Oh... and for /etc/hosts if everything is working ok them leave it alone but i beleive it should be 127.0.0.1 localhost on the first line
 

TRAIN YARD SOFTWARE

Well-Known Member
Dec 20, 2001
222
0
316
resolv.conf

can this be setup to use our own dns? any pro or cons to this vs the DC dns
 

shaun

Well-Known Member
PartnerNOC
Verifed Vendor
Nov 9, 2001
702
1
318
San Clemente, Ca
cPanel Access Level
DataCenter Provider
Twitter
well you can use multiple nameservers. If you want to use your own machine then i recommend doing this in your resolv.conf


domain yourdomain.com
search yourdomain.com
nameserver yourbaseip
nameserver yourDataCenterNameServer1
nameserver yourDataCenterNameserver2