LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   I ping servername failed,but ping ipofservername successfully,Why? (https://www.linuxquestions.org/questions/linux-networking-3/i-ping-servername-failed-but-ping-ipofservername-successfully-why-10414/)

whepin 12-20-2001 07:43 AM

I ping servername failed,but ping ipofservername successfully,Why?
 
I have the same configuration of linux with that of win98,but in win98 all is ok,in linux,i encountered the problem .

d3funct 12-20-2001 09:58 AM

Your DNS is not correct on your linux box. Check /etc/resolv.conf and ensure you have a valid nameserver identified. If you need the IP's of your nameservers, look at the entries for DNS on your Win98 machine.

trickykid 12-20-2001 10:45 AM

in your resolv file.. use this format

nameserver 0.0.0.0 <~~IP of first server
nameserver 0.0.0.0 <~~IP of second server

but without the <~~IP in the file.. etc..


All times are GMT -5. The time now is 06:46 PM.