This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / ping issue: I'm not a network guy but need to figure this out:On a sco unix box, get error message while trying to "ping host1":
ping: Interrupted while trying to to resolve IP address.
ping: Check domain name resolver(SFF) config?
But "ping -n host1" works fine .
Any idea? Thx.
-sammy(814 days);
2004-11-29
{230}
(#2004271@0)
-
Check your /etc/resolv.conf file to make sure it points to the right DNS server. If you don't use DNS, check your /etc/hosts file to make sure it includes the server you tried to ping.
-secfan(WhoAmI?);
2004-11-29
(#2004275@0)
-
Yes it does. Actually the hostresorder is "bind local", and I can't even ping localhost without a "-n" (/etc/hosts is OK). BTW, there is always a line on top of those two error messge lines :PING host1 (192.168.1.123): 56 data bytes
That's why I'm confused: Doesn't it already resolve the hostname?
-sammy(814 days);
2004-11-29
{113}
(#2004284@0)