From owner-freebsd-isp Tue Oct 13 06:04:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA20468 for freebsd-isp-outgoing; Tue, 13 Oct 1998 06:04:48 -0700 (PDT) (envelope-from owner-freebsd-isp@FreeBSD.ORG) Received: from mailhost.det.ameritech.net (mpdr0.detroit.mi.ameritech.net [206.141.239.206]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA20463; Tue, 13 Oct 1998 06:04:47 -0700 (PDT) (envelope-from jerry@reillyplating.com) Received: from reillyplating.com ([199.179.189.214]) by mailhost.det.ameritech.net (InterMail v03.02.02 118 115) with SMTP id <19981013140146.CUXB29584@reillyplating.com>; Tue, 13 Oct 1998 09:01:46 -0500 Received: from jerry (jerry [10.0.0.9]) by reillyplating.com (8.8.8/8.8.5) with ESMTP id JAA12217; Tue, 13 Oct 1998 09:04:39 -0400 (EDT) Message-Id: <199810131304.JAA12217@reillyplating.com> From: "Jerry Bell" To: "Mukti Arip" , Cc: Subject: Re: ppp daemon problem Date: Tue, 13 Oct 1998 09:04:10 -0400 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You'll want to use 'ppp -auto' to automatically redial after a disconnect. Jerry ---------- > From: Mukti Arip > To: freebsd-questions@FreeBSD.ORG > Cc: freebsd-isp@FreeBSD.ORG > Subject: ppp daemon problem > Date: Tuesday, October 13, 1998 4:01 AM > > 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message