From owner-freebsd-questions Fri Feb 4 12:22: 3 2000 Delivered-To: freebsd-questions@freebsd.org Received: from defiant.quansoo.com (defiant.quansoo.com [63.66.225.90]) by builder.freebsd.org (Postfix) with ESMTP id 2A86B4438 for ; Fri, 4 Feb 2000 12:21:27 -0800 (PST) Received: from localhost (cgriffiths@localhost) by defiant.quansoo.com (8.9.3/8.9.3) with ESMTP id OAA03075 for ; Fri, 4 Feb 2000 14:06:31 -0500 (EST) (envelope-from cgriffiths@quansoo.com) X-Authentication-Warning: defiant.quansoo.com: cgriffiths owned process doing -bs Date: Fri, 4 Feb 2000 14:06:31 -0500 (EST) From: "Christopher T. Griffiths" To: FreeBSD Questions List Subject: PPPoE for Bellatlantic.net connection Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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