From owner-freebsd-questions Wed Mar 8 15:14:19 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.atl.bellsouth.net (mail3.atl.bellsouth.net [205.152.0.38]) by hub.freebsd.org (Postfix) with ESMTP id 04D4D37B5D8 for ; Wed, 8 Mar 2000 15:14:12 -0800 (PST) (envelope-from corigan@mindspring.com) Received: from daskip (ifitl-214-101-190.atl.bellsouth.net [209.214.101.190] (may be forged)) by mail3.atl.bellsouth.net (3.3.5alt/0.75.2) with SMTP id SAA04419; Wed, 8 Mar 2000 18:04:10 -0500 (EST) From: "Corigan" To: "Gene Bomgardner" Cc: "FreeBSD Questions List" Subject: RE: DSL,PPPoE, Etc Date: Wed, 8 Mar 2000 18:14:12 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal In-Reply-To: <200003082242.RAA17563@smtp-out1.bellatlantic.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am running 3.4 and am using PPPoE as we speak. Works real well. What you should do is go to the freebsd.org page and search the mailing lists for PPPoE and it will show you exactly what to do. Here is my /etc/options file default: set device PPPoE:mx0 set mru 1492 set mtu 1492 deny pap accept chap set speed sync set cd 5 set authname blahblah@bellsouth.net set authkey enable lqr set redial 0 0 set dial add 0 0 HISADDR and my /etc/ppp.conf file looks exactly the same. I do a ppp -nat -ddial default and presto, your bound to tun0 and rocking.. hope this helps.. Matt Thomas -----Original Message----- I discovered that 3.4 supports PPPoE. So I upgraded to 3.4, followed the setup given in the handbook exactly (substituting as appropriate) and gave it a try. No Dice. I'm using a Westell modem connected via a hub. My ISP is Bell Atlantic. Has anyone out there managed to get PPPoE to work? Anyone use Bell Atlantic.net? Windoze 95 uses dial-up networking to establish a connection via WinPoet. In the dial up window, it displays "VPN Server : 111-1111" where the phone number usually is. Is this something I need to address when setting BSD's ppp.conf file? Are there any additional FAQ's or Howtos? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message