From owner-freebsd-questions@FreeBSD.ORG Sun Sep 3 18:37:42 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C789D16A4DF for ; Sun, 3 Sep 2006 18:37:42 +0000 (UTC) (envelope-from matteo.pillon@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E35D43D53 for ; Sun, 3 Sep 2006 18:37:42 +0000 (GMT) (envelope-from matteo.pillon@gmail.com) Received: by nz-out-0102.google.com with SMTP id 13so664104nzn for ; Sun, 03 Sep 2006 11:37:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=ZdUzR+5LSFWA/NZxCEr5gNVZgeOkGHAXcCxbe5L908DNOq+3kJ2ZA7eFvRzbmQv3xibh0Gbro5RuT8SriSmtitZeYUPXawASRxLRyXYrLgl8+Nk54EOS+cqzf8TVsUKe7RwT+KaKU3HfOf5EN7BAQJBrJ+ygcyFYerAGXPfctBk= Received: by 10.64.193.9 with SMTP id q9mr2254445qbf; Sun, 03 Sep 2006 11:37:41 -0700 (PDT) Received: from neptune.octopus ( [80.104.86.190]) by mx.gmail.com with ESMTP id e14sm3137506qbe.2006.09.03.11.37.34; Sun, 03 Sep 2006 11:37:41 -0700 (PDT) Received: by neptune.octopus (Postfix, from userid 1000) id A3AD8C04D; Sun, 3 Sep 2006 20:39:16 +0200 (CEST) Date: Sun, 3 Sep 2006 20:39:16 +0200 From: Matteo Pillon To: Andrew Falanga Message-ID: <20060903183915.GA24744@neptune.octopus> References: <340a29540609021051n50bc066bj63f192f9890f8e5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <340a29540609021051n50bc066bj63f192f9890f8e5@mail.gmail.com> User-Agent: Mutt/1.5.11 Cc: freebsd-questions Subject: Re: Having trouble getting ppp configured on my 6.1 box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Sep 2006 18:37:42 -0000 Hi Andrew. On Sat, Sep 02, 2006 at 11:51:40AM -0600, Andrew Falanga wrote: > ppp works and all, but I can't resolve any DNS hostnames. Everytime I try, > I get something like "no address associated to the name." Or something > similar. Sorry, I'm writing this mail from the Windows OS (one computer > shares the two OS's) and I don't recall the error exactly but that's > basically it. First, verify you're really connected to internet, looking at ifconfig if tun0 has an ip. Then look at the output of netstat -rn if there's a default route, then try to ping a numeric address, like ping 151.1.1.1. This will help you diagnose the problem. ;-) Bye. -- * Pillon Matteo