From owner-freebsd-questions Wed Jun 7 20:11:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from homer.bus.miami.edu (homer.bus.miami.edu [129.171.39.247]) by hub.freebsd.org (Postfix) with ESMTP id 34E0F37B9BF for ; Wed, 7 Jun 2000 20:11:40 -0700 (PDT) (envelope-from blake@sba.miami.edu) Received: from localhost by homer.bus.miami.edu (8.8.8/1.1.19.2/08Mar98-0513AM) id XAA0000005115; Wed, 7 Jun 2000 23:11:37 -0400 (EDT) Date: Wed, 7 Jun 2000 23:11:37 -0400 (EDT) From: Adam Blake X-Sender: blake@homer.bus.miami.edu To: Dima Dorfman Cc: freebsd-questions@freebsd.org Subject: Re: PPPoE and ed1 device problems In-Reply-To: <20000608025615.0CD5E1F11@static.unixfreak.org> 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 If I could get a copy of ppp.conf that would be great! I will test it tomorrow and let you know how it turns out. thank you Adam On Wed, 7 Jun 2000, Dima Dorfman wrote: > The OTHER part of my PPPoE problem is... > > I have only been able to get the connection to work once out of > many tries and iterations... > > I compiled my kernel properly wo\ith all of the netgraph options > I created my ppp.conf with all of the proper settings > > put it never connects... I'm not exactly sure what the errors in the log symbolize (why is it saying "dial" when it's PPPoE, anyway?), but I set up PPPoE to connect to Pacific Bell just last week, so I'll briefly go through the steps, just in case you missed something: - Compile the kernel with NETGRAPH, NETGRAPH_PPPOE, and NETGRAPH_SOCKET. - Configure the "outside" interface: ifconfig dc0 inet 1.1.1.1 netmask 255.0.0.0 -arp up - Edit ppp.conf (actually, I rewrote it for the most part). I don't remember what I changed, but I have all of the PPPoE settings under "default" and the authentication info under "papchap". If you want a copy, let me know. - Start ppp. I use: "ppp -background -nat -quiet papchap". The first time you start it you may want to omit the background, nat, and quiet options. - Enjoy! Hope this helps --dima > > In /var/log/ppp.log I allways see lines like the following... > (please excuse me I am reciting this from memory) > Connected! > dial -> disconnected > waiting 5 seconds... > Connected! > dial -> disconnected > > waiting 30 seconds... > > and it goes on and on and on like that. > > I will send another e-mail and write down the exact output of the log. > I appoligize for being so ambiguous. > > Any takers on this PPPoE issue? > > ADam > > > On Wed, 7 Jun 2000, Dima Dorfman wrote: > > > Hello All. > > > > I am trying ti get PPPoE up and running using pacbell's DSL service and > > I am having some problems. Here's the story... > > > > First off, I have 2 netgear ISA NIC's installed. At boot they show up as > > ed1 and ed2. ifconfig also sees these 2 devices. > > > > However, > > > > These devices are NOT listed in the /dev directory and when I attempt to > > run MAKEDEV ed1 from the /dev directory I get the error > > ed1 - no such device name > > I don't believe they are supposed to be in /dev. None of my network > interfaces are (I checked on 3.4-S and 4.0-S). > > If the kernel detects them correctly and you can use ifconfig to > configure them, everything should work properly. > > > > > ALL of my kernel sources are installed and the directory > > /usr/src/sys/dev/ed does indeed exist and it has the ".c" files for > > the isa version. What am I doing wrong? > > > > Any help would be appreciated. > > Other than the fact that they don't show up in /dev, what's the > problem? > > --dima > > > > > Adam > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-questions" in the body of the message > > > > > -- > Dima Dorfman - Enriched/HTML messages > /dev/null > PGP Fingerprint: CC 2A DD 54 12 85 7D 8B B3 CE B3 10 9C BE D5 69 > Finger dima@unixfreak.org for public PGP key. > > "To repeat what others have said, requires education; to challenge it, > requires brains." > -- Mary Poole > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > > -- Dima Dorfman - Enriched/HTML messages > /dev/null PGP Fingerprint: CC 2A DD 54 12 85 7D 8B B3 CE B3 10 9C BE D5 69 Finger dima@unixfreak.org for public PGP key. "If you understand everything, you must be misinformed." -- Japanese Proverb 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