Subject: Re: PPP Link respawn
To: Diego Linke <linke@calnet.com.br>
From: Manuel Bouyer <bouyer@antioche.lip6.fr>
List: netbsd-help
Date: 02/22/2001 21:16:23
On Wed, Feb 21, 2001 at 10:56:41PM -0300, Diego Linke wrote:
> Hi All,
> 
> I am migration Server Linux to NetBSD :D
> /etc/inittab:
> P1:2345:respawn:/usr/sbin/pppd file /etc/ppp/polovi.ppp
> 
> /etc/ppp/polovi.ppp:
> 200.203.10.5:200.203.10.12
> nolog
> noauth
> bsdcomp 14,14
> asyncmap 0
> lock
> modem
> proxyarp
> crtscts
> mtu 1500
> mru 1500
> 19200
> -detach
> /dev/ttyS1
> 
> respawn in Inittab, Establish conection case is link down in fast
> minutes... and netbsd how doing ?

Create an /etc/ppp/options with something like:
200.203.10.5:200.203.10.12
nolog
noauth
bsdcomp 14,14
asyncmap 0
lock
modem
proxyarp
crtscts
mtu 1500
mru 1500
19200
/dev/ttyS1
persist

And put
pppd=YES in /etc/rc.conf

that should be enouth.

--
Manuel Bouyer <bouyer@antioche.eu.org>
--