From owner-freebsd-questions@FreeBSD.ORG Thu Jun 9 12:18:29 2005 Return-Path: X-Original-To: freebsd-questions@www.freebsd.org Delivered-To: freebsd-questions@www.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE08616A41C for ; Thu, 9 Jun 2005 12:18:29 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41E8E43D49 for ; Thu, 9 Jun 2005 12:18:29 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from eurystheus.local (port-212-202-39-149.dynamic.qsc.de [212.202.39.149]) by mail.efacilitas.de (Postfix) with ESMTP id 761AA123969; Thu, 9 Jun 2005 14:16:56 +0200 (CEST) Received: from localhost (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 8427212B0BA; Thu, 9 Jun 2005 14:17:01 +0200 (CEST) Received: from eurystheus.local ([192.168.1.67]) by localhost (eurystheus.locaL [192.168.1.67]) (amavisd-new, port 10024) with ESMTP id 56835-01; Thu, 9 Jun 2005 14:16:56 +0200 (CEST) Received: from [192.168.1.67] (eurystheus.local [192.168.1.67]) by eurystheus.local (Postfix) with ESMTP id 8526A12B09A; Thu, 9 Jun 2005 14:16:56 +0200 (CEST) Message-ID: <42A83338.9060603@cs.tu-berlin.de> Date: Thu, 09 Jun 2005 14:16:56 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.8) Gecko/20050517 X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at example.com Cc: joe@gaming-tv.com, freebsd-questions@www.freebsd.org, Allyn Cheney Subject: Re: PPPoE Configuration problems 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, 09 Jun 2005 12:18:29 -0000 Hello, I don't know exactly if different ISP need different configuration, but the following minimal configuration worked always for me: # cat /etc/ppp/ppp.conf myisp: set device PPPoE: set log Phase IPCP CCP Warning Error Alert add! default HISADDR set authname set authkey ====== excerpt from rc.conf ===== ppp_enable="YES" ppp_mode="ddial" ppp_profile="myisp" ====== I don't need to add lines like ifconfig_xxxx=up ifconfig_tun0="DHCP" Regards Björn