Date: Thu, 09 Jun 2005 14:16:56 +0200 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@cs.tu-berlin.de> To: fbsd_user@a1poweruser.com Cc: joe@gaming-tv.com, freebsd-questions@www.freebsd.org, Allyn Cheney <ac@centurytel.net> Subject: Re: PPPoE Configuration problems Message-ID: <42A83338.9060603@cs.tu-berlin.de> In-Reply-To: <MIEPLLIBMLEEABPDBIEGAEHNHGAA.fbsd_user@a1poweruser.com> References: <MIEPLLIBMLEEABPDBIEGAEHNHGAA.fbsd_user@a1poweruser.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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:<interface> set log Phase IPCP CCP Warning Error Alert add! default HISADDR set authname <name> set authkey <key> ====== 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42A83338.9060603>