From owner-freebsd-questions Fri Feb 4 23:53:48 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp13.bellglobal.com (smtp13.bellglobal.com [204.101.251.52]) by builder.freebsd.org (Postfix) with ESMTP id 56802455F for ; Fri, 4 Feb 2000 23:53:44 -0800 (PST) Received: from magus (HSE-Toronto-ppp89223.sympatico.ca [216.209.33.220]) by smtp13.bellglobal.com (8.8.5/8.8.5) with SMTP id CAA04416; Sat, 5 Feb 2000 02:56:52 -0500 (EST) Message-ID: <004601bf6fae$2c8883c0$0300a8c0@anime.ca> From: "William Wong" To: "Christopher T. Griffiths" , "FreeBSD Questions List" References: Subject: Re: PPPoE for Bellatlantic.net connection Date: Sat, 5 Feb 2000 02:54:04 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG An old version of a pppoe faq can be found at: http://www.gtabug.org/lists/chatlist/0053.html The newer version ain't archived yet anywhere though...(but this might help) - Will ----- Original Message ----- From: "Christopher T. Griffiths" To: "FreeBSD Questions List" Sent: Friday, February 04, 2000 2:06 PM Subject: PPPoE for Bellatlantic.net connection > Hello, > > I am currently trying to connect up to my temporary ISP (bellatlantic.net) > until I get my new one who does not use pppoe. For the time being though > I am trying to get my laptop to connect up using freebsd ppp to connect > via pppoe. > > I have added the netgraph lines in my kernel and am running 3.4 -stable as > of two days ago cvsup. > > My current config looks like the following: > > ppp.conf: > > !include ~/.ppp.conf > > default: > allow user cgriffiths > set timeout 0 > set redial 3 10 > set log connect phase chat lcp ipcp ccp tun command > set device /dev/cuaa2 > set speed 57600 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0 > OK \\ > dATDT\\T TIMEOUT 40 CONNECT" > enable dns > > > my .ppp.conf: > > pppoe: > set device PPPoE:xe0:bellatlantic.net > set mru 1492 > set mtu 1492 > set speed sync > enable lqr > set cd 5 > set dial > set login > set redial 0 0 > set authname username > set authkey password > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > add default HISADDR > enable dns > > > >From what I can tell they are using pap authentication on their side, and > they are also using WINPOET as a connector on the windows side. > > Any suggestions would help > > > Thanks > > Chris > --- > Christopher T. Griffiths > Engineering Department > Quansoo Group Inc. > cgriffiths@quansoo.com > Phone: (302) 777-4141 > Fax: (302) 777-4142 > Mobile: (302) 521-3436 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message