From owner-freebsd-questions@FreeBSD.ORG Wed Apr 19 06:46:43 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 7607116A401 for ; Wed, 19 Apr 2006 06:46:43 +0000 (UTC) (envelope-from nvass@teledomenet.gr) Received: from matrix.teledomenet.gr (dns1.teledomenet.gr [213.142.128.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id B039943D45 for ; Wed, 19 Apr 2006 06:46:42 +0000 (GMT) (envelope-from nvass@teledomenet.gr) Received: from [192.168.1.71] ([192.168.1.71]) by matrix.teledomenet.gr (8.12.10/8.12.10) with ESMTP id k3J6kedP021003; Wed, 19 Apr 2006 09:46:40 +0300 From: Nikos Vassiliadis To: freebsd-questions@freebsd.org, User Elisej Date: Wed, 19 Apr 2006 09:44:54 +0300 User-Agent: KMail/1.9.1 References: <20060419060648.GB7783@> In-Reply-To: <20060419060648.GB7783@> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-7" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604190944.54737.nvass@teledomenet.gr> Cc: Subject: Re: What is sppp and how can I use it to set up PPP over Ethernet? 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: Wed, 19 Apr 2006 06:46:43 -0000 On Wednesday 19 April 2006 09:06, User Elisej wrote: > What is sppp and how can I use it to set up PPP over Ethernet? That's not what you want for PPPoE. For PPPoE you can use ppp(8) or net/mpd, which is the ppp daemon I choose(and i believe many others). ppp(8) is very simple to setup, mpd is quite simple and quite lighter(mpd handles only the connnection's initiliazation, the rest(more or less) is kernel-based. That's not the case with ppp(8)) Nikos > > I have read sppp(4) and spppcontrol(8) but these two is too superficial. > > Elisej Babenko > a@zeos.net > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"