Can Ping Ip Address But Not The Domain Name

RegisterLogin
Can Ping Ip Address But Not The Domain Name
Post Description: My Question Here Is Regarding A Problem I Am Having With My Linux Server That I Cant Seem To Be Able To Ping Domain But Ip Address Yes
Tags: Can, Ping, Ip, Address, But, Not, The, Domain, Name
This Post Was Posted On Oct 10, 2009 By Larksup #2530
thank your Webune Support for all your help. here i need your help again, this time im having trouble with my linux server, when i login to the shell, i can ping dns server but not the domain name. also i cant ping the ip address successfully but i cannot ping the domain name. for some reason i am getting reply back on the ip address but not the domain name. i have to be honest with you. i have been doing alot of changes that i dont know what could have caused the problem.
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
webune
#2544 1
check your /etc/resolv.conf file.

cat /etc/resolv.conf


be sure to have something like this on it:

search yourdomain.com
nameserver 202.54.1.10
nameserver 202.54.1.1


NOTE: be sure that you have the nameserver ip address correctly

explanation:
* search domain.com: The search list is normally determined from the local domain name; by default, it contains only the local domain name. So when you type nslookup www, it will be matched to www.yourdomain.com

* nameserver Name-server-IP-address: Point out to your your own nameserver or to ISP�s name server. Up to 3 name servers may be listed.


Oct 10, 2009 Reply Report abuse
©2011 Webune Forums - Mon Dec 19, 2011 2:54 am
Powered by: Webune Forums V3