LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   dns config server could be reach (https://www.linuxquestions.org/questions/linux-newbie-8/dns-config-server-could-be-reach-170813/)

butchick 04-16-2004 02:22 AM

dns config server could be reach
 
hi gud day to all, if any one can help me to find the answer to my problem. i newbie in linux. i use redhat 9.0 to set up primary dns, so far i try so many time's install this software, but again i have same prob.

the problem goes like this, when i nslookup or dig command. i have result .....GLOBAL OPTIONS: PRINTCMD, CONNECION TIME OUT; NO SEVERS COULD BE REACH.

thank's i appreciate your concerned.

Mara 04-16-2004 04:15 PM

Do you have a default DNS set in /etc/resolv.conf? It should have a line like
Code:

nameserver XXX.YYY.ZZZ.VVV
Note that you may specify which DNS to ask using dig. Example:
Code:

dig @XXX.YYY.ZZZ.VVV something.org

butchick 04-16-2004 08:31 PM

i have it, actualy i just follow sample configuration in the net....my config on /etc/resolv.conf like this

search mydomain.cxm
search linuxhost.mydomain.cxm linuxhost
namesever 192.168.102.3
nameserver 127.0.0.1



this is no firewall choices during installations


thanks

AutOPSY 04-16-2004 11:02 PM

namesever 192.168.102.3
nameserver 127.0.0.1

These are wrong unless you have a DNS server running on the 192 ip machine or on the localhost.

You should contact your ISP and ask them what are the DNS server names and IP numbers for your connection/ISP/domain, and enter those valeus into the file /etc/resolv.conf

butchick 04-16-2004 11:50 PM

ok i try again ..

thank's


All times are GMT -5. The time now is 05:10 AM.