Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 2000 12:24:35 -0500
From:      Neill Robins <freebsd@nc.rr.com>
To:        Joey Garcia <gummibear@nettaxi.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: PPP with an Earthlink Account
Message-ID:  <10517.000322@nc.rr.com>
In-Reply-To: <38D8FD1C.4169E942@nettaxi.com>
References:  <38D8FD1C.4169E942@nettaxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Wednesday, March 22, 2000, 12:04:28 PM, you wrote:

JG> Hey all!

JG> I'm wondering if anyone is using user PPP with an Earthlink account. 
JG> I'm having trouble actually getting connected.  I'm pretty sure that
JG> Earthlink uses PAP/CHAP since I don't get a login sequence when I
JG> manually dial into Earthlink using ppp in term mode.

JG> I'm trying to use my work account to access the Internet which is an
JG> Earthlink account.  What I think is the problem is the username sequence
JG> that Earthlink uses: ELN/username.  I think that / is screwing things up
JG> but I'm not sure.  I've tried putting it in quotes and stuff but that
JG> didn't work either.

JG> I was hoping to see an Earthlink ready ppp.conf to go by.  I've printed
JG> out the man page for ppp, the ppp section in the Handbook, and the
JG> Pedantic PPP primer.  I followed the manuals to the letter so I'm not
JG> sure what the deal is.

JG> My ultimate goal is to finally get one modem up on the internet, then
JG> try to get another up on the internet in order to do multi-link ppp with
JG> NAT and some ppp filters.  This is a little project that I have to show
JG> my boss the merits of FreeBSD as well as my own home project.

JG> Any help would be appreciated.  Thanks!

JG> Joey


JG> To Unsubscribe: send mail to majordomo@FreeBSD.org
JG> with "unsubscribe freebsd-questions" in the body of the message

Hello,

This is my ppp.conf that I have had success with since 2.2.5 through
3.4.  My modem was an external on com1 (cuaa0) but it has worked
flawlessly until I switched providers for higher bandwidth.

Good luck

ppp.conf:

default:
   set log Phase Chat LCP IPCP CCP tun command
   set device /dev/cuaa0
   set speed 115200
   # The statement below should all be on one line
   set dial "ABORT BUSY ABORT NO\sCARRIER TIMEOUT 5 \"\" AT OK
       ATE1q\Q0 OK \\dATDT\\T TIMEOUT 40 CONNECT"
isp:
   set phone aaabbbb
   set timeout 0    # never disconnect from timeout
   set authname ELN/username
   set authkey pass
   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
   # change below to allow other users, along with perminssions
   allow users other_users






Anyways, hope that helps, or atleast gets you in the right direction.
Like I said, I never had any problems with this information, even with
the ELN/ part.

--
Best regards,
 Neill <freebsd@nc.rr.com>




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?10517.000322>