From owner-freebsd-questions@FreeBSD.ORG Sat Apr 5 07:59:33 2003 Return-Path: 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 3694237B405 for ; Sat, 5 Apr 2003 07:59:33 -0800 (PST) Received: from flamingo.mail.pas.earthlink.net (flamingo.mail.pas.earthlink.net [207.217.120.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB0FE43F3F for ; Sat, 5 Apr 2003 07:59:31 -0800 (PST) (envelope-from rpratt1950@earthlink.net) Received: from user104.net315.fl.sprint-hsd.net ([65.40.0.104] helo=k6-2.weeble.com) by flamingo.mail.pas.earthlink.net with smtp (Exim 3.33 #1) id 191q4o-0003Ct-00; Sat, 05 Apr 2003 07:59:31 -0800 Date: Sat, 5 Apr 2003 10:59:48 -0500 From: Randy Pratt To: Rob Lahaye Message-Id: <20030405105948.3af4b3fa.rpratt1950@earthlink.net> X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@FreeBSD.ORG Subject: Re: PPPoE as installation medium possible? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 15:59:33 -0000 Rob Lahaye wrote: > Hi, > > I usually install FreeBSD via FTP on my PCs at work. These PCs > have a fixed tcp/ip address. > > At home, however, I use PPPoE for my internet connection, without > having a permanent tcp/ip address. Can I install directly via PPPoE > medium too? > > Thanks, > Rob. Yes, it can be done but its not a specific option in Sysinstall. The idea is to configure the interface before you start installation. I have some notes on how it can be accomplished at: http://www.treefort.org/~rpratt/pppoe/article.html I'm sure these could be improved but should be usable. Randy