From owner-freebsd-questions@FreeBSD.ORG Tue May 8 16:29:30 2007 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 A2FC416A402 for ; Tue, 8 May 2007 16:29:30 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from mxout-03.mxes.net (mxout-03.mxes.net [216.86.168.178]) by mx1.freebsd.org (Postfix) with ESMTP id 7CB5213C459 for ; Tue, 8 May 2007 16:29:30 +0000 (UTC) (envelope-from fbsd06@mlists.homeunix.com) Received: from gumby.homeunix.com. (unknown [87.81.140.128]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTP id EECBC51997; Tue, 8 May 2007 12:29:28 -0400 (EDT) Date: Tue, 8 May 2007 17:29:25 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20070508172925.7ba09ee7@gumby.homeunix.com.> In-Reply-To: References: <463F2149.5030101@freemail.hu> X-Mailer: Claws Mail 2.9.1 (GTK+ 2.10.12; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: bob@a1poweruser.com Subject: Re: ppp is broken??? 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: Tue, 08 May 2007 16:29:30 -0000 On Mon, 7 May 2007 10:25:20 -0400 "Bob" wrote: > The format of the statement to add > is ifconfig_xxxx=up where xxxx is the NIC's FBSD interface name used > by PPPoE that you specified in the /etc/ppp/ppp.conf file. > ee /etc/rc.conf # add following statements > ifconfig_xxxx=up I've not needed to do this, > ifconfig_tun0="DHCP" # get your ISP assigned IP address PPP has its own mechanism for getting an IP address and dns server addresses. You don't normally need to specify DHCP for the interface.