From info at denisio.net Mon Aug 4 16:08:30 2008 From: info at denisio.net (Denis Beltramo) Date: Mon Aug 4 16:08:36 2008 Subject: Isdnd and data link protocol Message-ID: <27f0c3e40808040840k2c5ea0f7u5b996c72139d521@mail.gmail.com> Hello, I have a problem. I have configured FreeBSD with usb modem isdn. I have see that with an modem router the isdn work if I set the data link protocol: point to point and not point to multipoint. How I must modify isdnd.rc that use also this configuration. I have read the documentation but i haven't found nothing, or I don't undestand. Thanks! -- Denis Beltramo From hselasky at c2i.net Mon Aug 4 16:26:04 2008 From: hselasky at c2i.net (Hans Petter Selasky) Date: Mon Aug 4 16:26:11 2008 Subject: Isdnd and data link protocol In-Reply-To: <27f0c3e40808040840k2c5ea0f7u5b996c72139d521@mail.gmail.com> References: <27f0c3e40808040840k2c5ea0f7u5b996c72139d521@mail.gmail.com> Message-ID: <200808041827.41883.hselasky@c2i.net> On Monday 04 August 2008, Denis Beltramo wrote: > Hello, > > I have a problem. > I have configured FreeBSD with usb modem isdn. I have see that with an > modem router the isdn work if I set the data link protocol: point to > point and not point to multipoint. > > How I must modify isdnd.rc that use also this configuration. > > I have read the documentation but i haven't found nothing, or I don't > undestand. > > > Thanks! Hi, You need to set the configuration from one of the startup scripts under /etc/rc.d . You cannot do this with isdnd.rc --HPS