Subject: Re: PPP Daemon
To: None <emil@iramasuka.org>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-help
Date: 01/07/2002 19:44:11
On Mon, Jan 07, 2002 at 10:39:26AM +0700, emil@iramasuka.org wrote:
> Dear All,
> 
> I need to configure my NetBSD 1.5.2, can answer
> for ppp connection.
> 
> Would some people tell to me, where to start ..

If you just need to anserw on a call and start pppd, pppd+chat shoud be enouth.
You can use a chat script like:
ABORT ERROR
ABORT BUSY
ABORT 'NO CARRIER'
ABORT 'NO DIALTONE'
'' 
at OK
''
RING ata CONNECT

Then setup /etc/ppp/options as usual, e.g:
/dev/tty00 115200 modem debug
connect "/usr/sbin/chat -v -t 1800 -f /etc/ppp/wait.chat"
netmask 255.255.255.254
proxy arp
<local_ip_addr>:<remote_ip_addr>

Eventually you need to setup pap or chap if you need authentification.

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