From owner-freebsd-questions Tue Apr 16 06:39:39 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA12069 for questions-outgoing; Tue, 16 Apr 1996 06:39:39 -0700 (PDT) Received: from flopsy.hobart.tased.edu.au (root@flopsy.hobart.tased.edu.au [147.41.41.100]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA12064 for ; Tue, 16 Apr 1996 06:39:35 -0700 (PDT) Received: (from root@localhost) by flopsy.hobart.tased.edu.au (8.6.12/8.6.12) id XAA02113; Tue, 16 Apr 1996 23:39:37 +1000 Date: Tue, 16 Apr 1996 23:39:35 +1000 (EST) From: Andrew To: freebsd-questions@freebsd.org Subject: ijPPP server and Link Dead Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all, I'm trying to get ijppp going, I created an entery for everybody in ppp.secret in the format like: username password 147.41.41.101 My ppp.conf looks like: default: disable chap enable pap enable proxy set debug phase chat lcp set ifaddr 147.41.41.104/24 147.41.41.106/24 The idea was that using a login script the users would login and run ppp -direct they would then authenticate by PAP and get their own IP number. This worked fine for about half a day, and then it stopped. I don't think I'd changed anything other than the logging options (which I was trying to turn off because I didn't understand the logs anyway) but I cant get it to work again. I dial in and the login script part works fine, ppp starts, I authenticate OK and the server says "Greetings!!!", then a few seconds later the modem hangs up and i get a link dead message. If anyone has any ideas or if the ppp.log would be of help to anyone.... Thanks, Andrew