From owner-freebsd-questions Mon Apr 8 11:11:10 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA14015 for questions-outgoing; Mon, 8 Apr 1996 11:11:10 -0700 (PDT) Received: from riley-net170-164.uoregon.edu (riley-net170-164.uoregon.edu [128.223.170.164]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA14006 for ; Mon, 8 Apr 1996 11:11:07 -0700 (PDT) Received: (from dwhite@localhost) by riley-net170-164.uoregon.edu (8.6.12/8.6.12) id LAA04457; Mon, 8 Apr 1996 11:52:32 -0700 Date: Mon, 8 Apr 1996 11:52:31 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Matt Midboe cc: freebsd-questions@freebsd.org Subject: Re: User PPP will not login all the way In-Reply-To: <9604080253.AA24435@fly.HiWAAY.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 7 Apr 1996, Matt Midboe wrote: > Okay I've been trying to setup user ppp for autologin with my ppp > account. I am dialing into an ascend max and have tried doing this > with a script and doing this with PAP either one gets me the same > result. Here is what I get from the login route: > > 04-07 21:44:31 [429] Expecting gin:-BREAK-gin: > 04-07 21:44:31 [429] Wait for (15): gin: --> gin: > 04-07 21:44:36 [429] sending: XXXXXXX > 04-07 21:44:36 [429] Expecting word: > 04-07 21:44:36 [429] Wait for (15): word: --> word: > 04-07 21:44:36 [429] sending: XXXXXXX > 04-07 21:44:36 [429] Expecting AAY> > 04-07 21:44:36 [429] Wait for (15): AAY> --> AAY> > 04-07 21:44:36 [429] sending: ppp > login OK! > 04-07 21:44:36 [429] *Connected! > 04-07 21:44:36 [429] LCP: state change Initial --> Closed > 04-07 21:44:36 [429] LCP: state change Closed --> Stopped > > The thing that seems to be causing me all the problems are these two > lines: > 04-07 21:44:36 [429] lcp: state change initial --> closed > 04-07 21:44:36 [429] lcp: state change closed --> stopped The remote bailed out on you. lcp is Link Control Protocol, and if it's not open, you don't have a connection. Is your modem bailing out on you at that point? > i can't ping anything on the other side at all. eventually it times > out after 300 seconds since i haven't used it, and my ppp disconnects. That is the 'timeout' variable. You can set it to 0 to disable it. I think it's 300 by default. > everything looks right in my routing tables. it works just fine using > pppd, but i'd like to use user ppp. i once did something were i could > telnet to port 3000 and do something to kick user ppp into working but > i don't remember what that was at the moment. Try to figure out why your remote is hanging up on you. Are you forgetting to use PAP or CHAP authentication when it is necessary? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major