From owner-freebsd-questions Thu Nov 19 14:45:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA01147 for freebsd-questions-outgoing; Thu, 19 Nov 1998 14:45:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from clgjlkw1.fairchild.af.mil (clgjlkw1.fairchild.af.mil [131.35.201.75]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA01142 for ; Thu, 19 Nov 1998 14:45:19 -0800 (PST) (envelope-from david.hauan@fairchild.af.mil) Received: by clgjlkw1.fairchild.af.mil with Internet Mail Service (5.5.2232.9) id ; Thu, 19 Nov 1998 14:36:53 -0800 Message-ID: From: Hauan David NFIII 92SVS/SVFS 657-5922 To: Poor Guys Cc: freebsd-questions@FreeBSD.ORG Subject: RE: help get me online....please.... Date: Thu, 19 Nov 1998 14:36:42 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2232.9) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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