From owner-freebsd-questions Wed May 3 7:39:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from chi1.nucleusconsulting.com (chi1.nucleusconsulting.com [207.250.168.11]) by hub.freebsd.org (Postfix) with ESMTP id 2A96F37B9E7 for ; Wed, 3 May 2000 07:39:27 -0700 (PDT) (envelope-from parrothd@midwest.net) Received: from zippy2 (labntserver1.nucleusconsulting.com [207.250.168.3]) by chi1.nucleusconsulting.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id JS1Y9NX6; Wed, 3 May 2000 09:37:03 -0500 Message-Id: <3.0.5.32.20000503093845.0123ec30@midwest.net> X-Sender: parrothd@midwest.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Wed, 03 May 2000 09:38:45 -0500 To: Mikhail Teterin , questions@FreeBSD.ORG From: "Jonathan E. Lyons" Subject: Re: BellAtlantic's DSL (PPPoE) and 4.x-STABLE In-Reply-To: <200005021906.PAA71106@misha.privatelabs.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Here's my DSL setup for mindspring, besure to change the PPPoe device in the ppp.conf for your setup, on my system I have to "load netgraph" during bootup, or "kldload netgraph (not sure about this one)" I haven't had time to figure that part out yet. Then I invoke ppp with ppp -nat -ddial test. Also if you are using NAT and PPPoE and windows boxes you have to change MTUMAX rate in the registy, otherwise some web pages/games/internet programs will Hang/lock the windows machines!!!! http://www.freebsd.org/FAQ/ppp.html#PPPoEwithNAT http://www.freebsd.org/handbook/pppoe.html ifconfig 10:59am@/<3%i386/conf#ifconfig -a ed1: flags=8843 mtu 1500 inet 10.10.10.1 netmask 0xff000000 broadcast 10.255.255.255 ether 00:40:05:49:3a:00 lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 ppp0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 tun0: flags=8051 mtu 1490 inet 165.121.XXX.27 --> Kernel File options NETGRAPH options NETGRAPH_PPPOE ppp.conf ################################################################# # PPP Sample Configuration File # Originally written by Toshiharu OHNO # Simplified 5/14/1999 by wself@cdrom.com # # $FreeBSD: src/etc/ppp/ppp.conf,v 1.1.2.2 1999/08/29 14:19:56 peter Exp $ ################################################################# # # Make sure that "device" references the correct serial port # for your modem. (cuaa0 = COM1, cuaa1 = COM2) # test: set device PPPoE:ed1 #change ed1 set MTU 1490 set authname USER set authkey PASS set log phase tun command set dial set login "TIMEOUT 1.2" set ifaddr 10.0.0.1/0 10.0.0.2/0 add default HISADDR set cd 5 set crtscts off papchap: set authname USER set authkey PASS # # edit the next three lines and replace the items in caps with # the values which have been assigned by your ISP. # At 03:06 PM 5/2/00 -0400, Mikhail Teterin wrote: >Hello! AFAIK, it is possible to use the PPPoE service as pushed by ADSL >vendors such as BellAtlantic with FreeBSD-4. Unfortunately, the pppoe >manual is rather tiny and lacks examples. Could anyone, please, provide >the details of their setup? I already jumped through the hoops needed to >create the user-name/password pair and am currently using the LinkSys' >"DSL router", but I want to give it back and plug the DSL modem directly >into the Ethernet card. > > Thanks! > > -mi > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Jonathan E. Lyons Nucleus Consulting parrothd@midwest.net www.nucleusconsulting.com ICQ # 14226912 A+, MCSE, CCNA, FreeBSD! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message