From owner-freebsd-questions@FreeBSD.ORG Tue Oct 16 15:19:32 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8DFBBAB2 for ; Tue, 16 Oct 2012 15:19:32 +0000 (UTC) (envelope-from mark@exonetric.com) Received: from relay.exonetric.net (relay0.exonetric.net [178.250.72.161]) by mx1.freebsd.org (Postfix) with ESMTP id 4B12D8FC0C for ; Tue, 16 Oct 2012 15:19:31 +0000 (UTC) Received: from markimac.fairfx.local (unknown [62.244.179.74]) by relay.exonetric.net (Postfix) with ESMTPSA id 1FDDC2C2A6; Tue, 16 Oct 2012 16:19:25 +0100 (BST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: pppoe configuration and dns name resolution From: Mark Blackman In-Reply-To: Date: Tue, 16 Oct 2012 16:19:24 +0100 Content-Transfer-Encoding: 7bit Message-Id: <5FA507B7-F634-4293-8529-88B5131CDDE9@exonetric.com> References: To: Jack X-Mailer: Apple Mail (2.1499) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 15:19:32 -0000 On 16 Oct 2012, at 16:08, Jack wrote: > Hi > > I'm new as a FreeBSD user, and trying to configure my > pppoe connection. [snip] > > fxp0 is the ethernet interface of my PC via which adsl modem is connected. > > Any suggestions ... Consider using the ports mpd5 daemon for a PPPoE connection instead. I had a lot of trouble getting PPPoE to work with userland 'ppp', but mpd5 worked fine. - Mark