Date: Tue, 13 Oct 1998 15:01:14 +0700 (JAVT) From: Mukti Arip <mukti@pasca.unpad.ac.id> To: freebsd-questions@FreeBSD.ORG Cc: freebsd-isp@FreeBSD.ORG Subject: ppp daemon problem Message-ID: <Pine.BSF.3.96.981013144332.1345A-100000@pasca2.unpad.ac.id>
next in thread | raw e-mail | index | archive | help
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-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981013144332.1345A-100000>