From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S9xad-0003O3-FL for garchives@archives.gentoo.org; Tue, 20 Mar 2012 11:50:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0D48E08C6; Tue, 20 Mar 2012 11:50:47 +0000 (UTC) Received: from ksp.sk (element.ksp.sk [158.195.16.154]) by pigeon.gentoo.org (Postfix) with ESMTP id 4940BE0793 for ; Tue, 20 Mar 2012 11:49:32 +0000 (UTC) Received: by ksp.sk (Postfix, from userid 1004) id 4A6DA4C089; Tue, 20 Mar 2012 12:49:31 +0100 (CET) Date: Tue, 20 Mar 2012 12:49:50 +0100 From: YoYo Siska To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] ppp-gentoo woes cont'd Message-ID: <20120320114949.GF31232@ksp.sk> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-YoYo: 47 X-Exotic-Header-Data: 47/2 User-Agent: Mutt/1.5.21 (2010-09-15) X-Archives-Salt: cd4d31b9-7098-4bd8-9aab-899a045139fb X-Archives-Hash: 69f9b2250fa1556beb27d71fa75ba4c2 On Mon, Mar 19, 2012 at 10:33:27AM -0600, Maxim Wexler wrote: > Just got back from gentoo land. > > Arrrgh, gmail won't let me attach files, just sits there spinning. > > So I'll have to make do with pastebin. > > http://paste.ubuntu.com/890854/ hmm, pppd seems to bring the connection up ok and also to get the DNS servers, however it might not set them correctly... what's in /etc/resolv.conf after you connect ? can you ping directly the other side of the ppp connection (ie 161.184.0.199 according to your logs): ping 161.184.0.199 can you ping anything on internet through ip addresss: ping 8.8.8.8 (8.8.8.8 are the google public dns servers) > 30-wins.sh > http://paste.ubuntu.com/890854/ > > 40-dns.sh > http://paste.ubuntu.com/890857/ > > 50-initd.sh > http://paste.ubuntu.com/890857/ > > 90-ntpd.sh > http://paste.ubuntu.com/890857/ > The first two don't apply. 50-initd.sh, I don't quite grok. you gave the same link for the last 3 ;) but 50-initd.sh takes care of the case, when pppd is run through gentoo scrips... in that case, when you run /etc/init.d/net.ppp0 start, the net.ppp0 service is marked as 'inactive' istead of 'started' because pppd didn't connect yet... when it connects, this script marks the net.ppp0 service as started... btw, i newer used pon, i either used gentoo initscripts, or directly started pppd ;), or sometimes used kppp from kde3 but if your problem is with dns, maybe the pon script / program doesn't start pppd with the usepeerdns option... (you might consider also adding the debug options to pppd options..., but you have to find out how to do that with pon) yoyo