From owner-freebsd-questions@FreeBSD.ORG Thu Nov 30 20:28:57 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 3DAFF16A492 for ; Thu, 30 Nov 2006 20:28:57 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9572C43ED9 for ; Thu, 30 Nov 2006 20:25:21 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so3164645nfc for ; Thu, 30 Nov 2006 12:24:58 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=lsHeQw01Fpz7GUrdr7YH6L8RoqYfc/sJlvRtbIxNm9BTUrJxqqorxuOM7RACU5PuRwmoVGbSLlt319sP4f41QMqkAiJgD9votPOZpL9RFz+wkewCtCkTrJ5rNbl+ae5CENBxmGcYeXj8CygFAhvTPbip7Z1EF6b1WuXC28F10/0= Received: by 10.82.113.6 with SMTP id l6mr908614buc.1164918298013; Thu, 30 Nov 2006 12:24:58 -0800 (PST) Received: by 10.82.179.12 with HTTP; Thu, 30 Nov 2006 12:24:57 -0800 (PST) Message-ID: <51d7a5160611301224x1f1c99cfs5992cc4723ee52c1@mail.gmail.com> Date: Thu, 30 Nov 2006 12:24:57 -0800 From: perikillo To: "FreeBSD Mailing List" In-Reply-To: MIME-Version: 1.0 References: <51d7a5160611301018n142ab587t8ee1bb76d6994825@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: MPD vs Freebsd Internal PPPoE support? 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: Thu, 30 Nov 2006 20:28:57 -0000 On 11/30/06, Andrew Pantyukhin wrote: > > On 11/30/06, perikillo wrote: > > Now, my current internet service is ADSL, my doubt is: > > > > Right now, is better to use freebsd internal PPPoE module > > or we got better support with mpd port? > > Coincidentally, mpd uses FreeBSD's "internal" PPPoE > netgraph module. Both ppp(8) (which in 7.x also seems > to use ng_pppoe, and I don't remember if it does in > 6.x) and mpd do a great job. You can try whichever > you want to learn better, and their configs are > somewhat alike. > > Good luck! > I will try that port, thanks Andrew !!!