From owner-freebsd-questions Tue Aug 25 16:08:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA27295 for freebsd-questions-outgoing; Tue, 25 Aug 1998 16:08:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from laker.net (jet.laker.net [205.245.74.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA27286 for ; Tue, 25 Aug 1998 16:08:13 -0700 (PDT) (envelope-from sfriedri@laker.net) Received: from nt (digital-pbi-161.laker.net [208.0.233.61]) by laker.net (8.9.0/8.9.LAKERNET.NO-SPAM.SPAMMERS.AND.RELAYS.WILL.BE.TRACKED.AND.PROSECUTED.) with SMTP id TAA02335; Tue, 25 Aug 1998 19:07:18 -0400 Message-Id: <199808252307.TAA02335@laker.net> From: "Steve Friedrich" To: "philuint@erols.com" Cc: "FreeBSD Questions" Date: Tue, 25 Aug 1998 19:07:53 -0500 Reply-To: "Steve Friedrich" X-Mailer: PMMail 98 Professional (2.00.1500) For Windows NT (4.0.1381;3) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: Q: cannot resolv: .... Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 25 Aug 1998 12:05:54 -0500, philuint@erols.com wrote: > cannot resolve: Host name lookup failure. > > I did create /etc/resolv.conf file and /etc/hosts, /etc/host.conf You should know two IP addresses: (you can call your ISP on the voice line to get this info) What is the IP address of your ISP ? What is the IP address of your ISPs nameserver ? Use the IP address of your ISP and ping it: ping xxx.xxx.xxx.xxx that avoids using the nameserver and verifies that your ppp connection is in fact connected... if the ping packets are 100% lost, then you don't have a good ppp connection... then make sure nameserver xxx.xxx.xxx.xxx (the second IP address from above) is in your resolv.conf ping that IP address to make sure it's valid and alive. then try host xxx.xxx.xxx.xxx with the first IP address and then with the other. the host command will cause a name lookup at the nameserver. hope this helps a little... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message