Subject: Re: isdn: ippp or pppd
To: None <netbsd-users@netbsd.org>
From: Martin Husemann <martin@duskware.de>
List: netbsd-users
Date: 03/13/2004 07:09:54
On Sat, Mar 13, 2004 at 12:16:34AM +0100, Hanspeter Roth wrote:
> can pppd be run with isdnd? If yes are there any example
> configuration files?

This is not the normal mode of operation.
See http://www.netbsd.org/Documentation/network/isdn/

> Are up-/down-hooks available for ippp? If yes how are they
> configured?

Sure, see "man isdnd.rc" and look for "connectprog" and "disconnectprog".

For example I used this:

connectprog             = "online"

And /etc/isdn/online was a shell script to restart ntpd.

> Can two channels be bundled with one or the other?

You need pkgsrc/net/userppp for that.

Martin