From owner-freebsd-questions Wed Mar 22 9:28:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from emu.prod.itd.earthlink.net (emu.prod.itd.earthlink.net [207.217.121.31]) by hub.freebsd.org (Postfix) with ESMTP id 72E6637BEDF for ; Wed, 22 Mar 2000 09:28:31 -0800 (PST) (envelope-from bduk@arthlink.net) Received: from arthlink.net (sdn-ar-006orportP047.dialsprint.net [63.178.66.159]) by emu.prod.itd.earthlink.net (8.9.3/8.9.3) with ESMTP id JAA13296; Wed, 22 Mar 2000 09:28:28 -0800 (PST) Received: (from bduk@localhost) by arthlink.net (8.9.3/8.9.3) id JAA00635; Wed, 22 Mar 2000 09:23:35 -0800 (PST) (envelope-from bduk) Date: Wed, 22 Mar 2000 09:23:35 -0800 (PST) Message-Id: <200003221723.JAA00635@arthlink.net> From: Derrick Baumer To: gummibear@nettaxi.com Cc: questions@FreeBSD.ORG In-reply-to: <38D8FD1C.4169E942@nettaxi.com> (message from Joey Garcia on Wed, 22 Mar 2000 09:04:28 -0800) Subject: Re: PPP with an Earthlink Account Reply-To: bduk@earthlink.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > From: Joey Garcia > > Hey all! > > I'm wondering if anyone is using user PPP with an Earthlink account. > I'm having trouble actually getting connected. I'm pretty sure that > Earthlink uses PAP/CHAP since I don't get a login sequence when I > manually dial into Earthlink using ppp in term mode. It uses PAP, but logging in via the ppp terminal should have given you a login prompt, too. It did for me anyway. > I'm trying to use my work account to access the Internet which is an > Earthlink account. What I think is the problem is the username sequence > that Earthlink uses: ELN/username. I think that / is screwing things up > but I'm not sure. I've tried putting it in quotes and stuff but that > didn't work either. > > I was hoping to see an Earthlink ready ppp.conf to go by. I've printed > out the man page for ppp, the ppp section in the Handbook, and the > Pedantic PPP primer. I followed the manuals to the letter so I'm not > sure what the deal is. I'm using kernel ppp and pppd, not user ppp. They use different file names, but the information in them should be similar. Hopefully you can extract what you need from here. Here's my setup, for better or worse: /etc/ppp/options: auth defaultroute crtscts 115200 modem /dev/cuaa0 lock idle 300 user ELN/ /etc/ppp/peers/earthlink: noauth connect '/usr/bin/chat -v -f /etc/ppp/earthlink.chat' domain earthlink.net /etc/ppp/earthlink.chat: ABORT 'NO CARRIER' ABORT 'NO DIALTONE' ABORT ERROR ABORT 'NO ANSWER' ABORT BUSY ABORT 'Username/Password Incorrect' TIMEOUT 5 '' ATZ OK ATDT TIMEOUT 40 CONNECT TIMEOUT 5 /etc/ppp/pap-secrets: ELN/ * No quotes. You need to compile ppp into the kernel, but I think the default kernel has it already compiled in. With those files in place, I just dial "pppd call earthlink" and it dials up and puts me on. -- Derrick Baumer bduk@earthlink.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message