Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 1998 14:36:42 -0800
From:      Hauan David NFIII 92SVS/SVFS 657-5922 <david.hauan@fairchild.af.mil>
To:        Poor Guys <dustpan@earthlink.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   RE: help get me online....please....
Message-ID:  <C1D0942CA0FDD11181DD00A0C98994CCF9DE57@clgjlkw1.fairchild.af.mil>

next in thread | raw e-mail | index | archive | help


try this in your ppp.conf  (edit as required)

Then...   #ppp -auto el    (or whatever)!

An effective debug is to tail -f your ppp log file, where and whatever that
may be.

An aside..   knock your mtu down someplace below a 1000 or your news may not
work.


dave

default:
 set log Phase Chat Connect Carrier LCP IPCP CCP tun command
 set device /dev/cuaa1
 set speed 38400
 deny lqr
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK ATE1Q0
OK \\dATDT\\T TIMEOUT 40 CONNECT"

el:
 set phone 123-4567
 set login "TIMEOUT 5 ogin:--ogin: username word: password
 set timeout 120
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
 delete ALL
 add 0 0 HISADDR

> On Wed, 18 Nov 1998, Poor Guys wrote:
> 
> > Ok, One more time.
> > 
> > I believe I can fix my Video card problem if I can only get my connected
> > online to get the new files.  I looked at the tutorial and I thought I
> got
> > it alright.  It said to use 10.0.0.1/0 and 10.0.0.0/2 if you were unsure
> or
> > unaware of your IP settings.  I went to my provider (Earthlink) and all
> I
> > could get were:
> > IP (server assigned) 0.0.0.0
> > DNS (Primary) 207.217.126.81
> > DNS (Secondary) 207.217.77.82 or 207.217.120.83
> 
> Okay, that's fine.
> 
> > which I am not sure fit into my setup here.
> 
> They don't, you retrieve them automatically.
> 
> > 
> > [PPP.CONF]
> > 
> > default:
> >   set device /dev/cuaa1
> >   set speed 38400
> >   set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK
> > \\T TIMEOUT 40 CONNECT"
> > ISP:
> >   set phone "number"
> >   set login "TIMEOUT 10 \"\" \"\" gin:--gin: username word: pass col:
> ppp"
> >   set timeout 120
> 
> Okay.
> 
> >   set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
> 
> If you aren't using -auto or -ddial you don't need this line.
> 
> >   add default HISADDR
> >   authname username
> >   authkey pass
> > 
> > [PPP.LINKUP]
> > 
> > ISP:
> >   delete ALL
> >   add default HISADDR
> >  
> > 
> > >From then on after I type ppp I get:
> > # ppp
> > User process PPP. Written by Toshiharu OHNO.
> > Using interface: tun0
> > ppp ON myname>dial ISP
> > Dial attempt 1 of 1
> > Phone: number
> > Dial OK!
> > ModemDial:  Login Failed
> 
> Instead of typing 'dial isp', try typing 'term' and see if you can dial
> the modem manually.  if you can't, check that your modem is being found on
> sio1 (== COM2) and that it can handle a baudrate of 38400.
> 
> Doug White                               
> Internet:  dwhite@resnet.uoregon.edu    | FreeBSD: The Power to Serve
> http://gladstone.uoregon.edu/~dwhite    | www.freebsd.org
> 
> 
> 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



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