From owner-freebsd-questions Tue Oct 13 00:46:11 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA15724 for freebsd-questions-outgoing; Tue, 13 Oct 1998 00:46:11 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from pasca2.unpad.ac.id ([167.205.206.198]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA15666; Tue, 13 Oct 1998 00:46:00 -0700 (PDT) (envelope-from mukti@pasca.unpad.ac.id) Received: from localhost (mukti@localhost) by pasca2.unpad.ac.id (8.8.5/8.8.5) with SMTP id PAA01373; Tue, 13 Oct 1998 15:01:14 +0700 (JAVT) Date: Tue, 13 Oct 1998 15:01:14 +0700 (JAVT) From: Mukti Arip X-Sender: mukti@pasca2.unpad.ac.id To: freebsd-questions@FreeBSD.ORG cc: freebsd-isp@FreeBSD.ORG Subject: ppp daemon problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi everyone! I'm setting up my FreeBSD box (at my office) to act as ppp server using user ppp (aka. iijppp). Now I can connect my computer (at home) to that FreeBSD box. But I have a little bit problem on my ppp server. Sometimes, ppp daemon at server side keep running, although the link has disconnected by the client. Hence, the client can't reconnect to the server until I stop that ppp daemon manually. Here are the excerpts of my FreeBSD's configuration files. - /etc/rc.serial /bin/stty -f /dev/ttyid1 38400 crtscts - /etc/ttys ttyd1 "/usr/libexec/getty std.38400" dialup on insecure - /etc/ppp/ppp.conf default: disable lqr set log phase lcp chat set timeout 30 mukti: set ifaddr 167.205.206.193 167.205.206.194 255.255.255.0 enable proxy - /etc/ppp/ppp-shell (the shell to bring up ppp link) #!/bin/sh IDENT=`echo $0 | sed -e 's/^.*-\(.*-\)$/\1/'` CALLEDAS="$IDENT" TTY=`tty` if [ x$IDENT = xdialup ]; then IDENT=`basename $TTY` fi exec /usr/sbin/ppp -direct $IDENT My modem is Microcom DeskPorte 28.8S Hayes Compatible. Does anyone know how to solve this problem? Thanks in advance. Mukti A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message