From owner-freebsd-questions@FreeBSD.ORG Thu Nov 30 18:41:23 2006 Return-Path: X-Original-To: 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 A81EB16A403 for ; Thu, 30 Nov 2006 18:41:23 +0000 (UTC) (envelope-from infofarmer@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4E9CB43CB8 for ; Thu, 30 Nov 2006 18:41:09 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so1992986uge for ; Thu, 30 Nov 2006 10:41:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=MiUHywvbcqY4qaTy3dYzrubZ9pQLibl8c9SLnS0pJBmC8I7kkD4scI+rmhsj+dGRNmiUhhM/aPKoJiElIxvZnpNhu2nEpldq6BA+89bPtjDQIm/KmKsdvRbv+1ygiOMDcVr/aimbN7iKh3Y14Sdu6xJ1JFPuZCEnd6hKhkylHeE= Received: by 10.78.157.8 with SMTP id f8mr3839659hue.1164912077239; Thu, 30 Nov 2006 10:41:17 -0800 (PST) Received: by 10.78.167.16 with HTTP; Thu, 30 Nov 2006 10:41:17 -0800 (PST) Message-ID: Date: Thu, 30 Nov 2006 21:41:17 +0300 From: "Andrew Pantyukhin" Sender: infofarmer@gmail.com To: perikillo In-Reply-To: <51d7a5160611301018n142ab587t8ee1bb76d6994825@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <51d7a5160611301018n142ab587t8ee1bb76d6994825@mail.gmail.com> X-Google-Sender-Auth: 8b2921890f6eddea Cc: FreeBSD Questions 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 18:41:23 -0000 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!