Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Oct 1998 09:04:10 -0400
From:      "Jerry Bell" <jerry@reillyplating.com>
To:        "Mukti Arip" <mukti@pasca.unpad.ac.id>, <freebsd-questions@FreeBSD.ORG>
Cc:        <freebsd-isp@FreeBSD.ORG>
Subject:   Re: ppp daemon problem
Message-ID:  <199810131304.JAA12217@reillyplating.com>

next in thread | raw e-mail | index | archive | help
You'll want to use 'ppp -auto' to automatically redial after a disconnect.

Jerry

----------
> From: Mukti Arip <mukti@pasca.unpad.ac.id>
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810131304.JAA12217>