Date: Tue, 7 Mar 2000 18:42:19 +0000 From: Mark Ovens <mark@ukug.uk.freebsd.org> To: Michael Lewis <m1ewis@hotmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: ppp chat script fails Message-ID: <20000307184219.A234@parish> In-Reply-To: <20000307173940.91818.qmail@hotmail.com>; from m1ewis@hotmail.com on Tue, Mar 07, 2000 at 09:39:40AM -0800 References: <20000307173940.91818.qmail@hotmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 07, 2000 at 09:39:40AM -0800, Michael Lewis wrote: > Hello, > > I'm running v3.4 on a Cyrix P166 with 96MB RAM and two dedicated hard > drives. I'm trying to connect to my ISP via an internal 56K ISA modem. > > I'm getting most of the way through in establishing the connection, but the > chat string fails near the very end. Can anyone tell me what's wrong? > > thanks, Mike Lewis > > > > 1. From my ppp.conf > > default: > set device /dev/cuaa1 > set speed 115200 > set log phase chat connect lcp ipcp ccp command > set dial "ABORT BUSY ABORT NO//sCARRIER TIMEOUT 5 \"\" AT \ > OK-AT-OK ATE1Q0 OK \\dATDT\\T TIMEOUT 40 C0NNECT" > > ISP: > set phone 2081234 > set login "TIMEOUT 10 \"\" \"\" gin--gin: mlewis1 word: xxxxxxxx col: ppp" [snip] > Chat: Received: Login: > Chat: Send: mlewis1^M > Chat: Expect(10: word: > Chat: Received: mlewis1^M > Chat: Received: Password: > Chat: Send: xxxxxxxxx^M > Chat: Expect(10): col: The peer never sends ``col:'' I presume you've used the example in the docs which show the peer sending ``protocol: ``? Just trim your login line and try again: set login "TIMEOUT 10 \"\" \"\" gin--gin: mlewis1 word: xxxxxxxx" > Chat: Received: ^M > Chat: Received: Entering PPP Session.^M > Chat: Received: IP address is 216.224.178.214^M > Chat: Received: MTU is 1524.^M (what's an MTU?) > Chat: Expect timeout > Warning: Chat script failed > Phase: deflink: login -> hangup > Phase: deflink: Disconnected! > . > . > . > ______________________________________________________ > Get Your Private, Free Email at http://www.hotmail.com > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Microsoft: Where do you want to go today? Linux: Where do you want to go tomorrow? BSD: Are you guys coming, or what? -Poster at LinuxWorld 2000 ________________________________________________________________ FreeBSD - The Power To Serve http://www.freebsd.org My Webpage http://ukug.uk.freebsd.org/~mark/ mailto:mark@ukug.uk.freebsd.org http://www.radan.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?20000307184219.A234>