Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jun 2008 11:52:31 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-isdn@freebsd.org
Subject:   Re: Problem with mutilink
Message-ID:  <200806111152.33301.hselasky@c2i.net>
In-Reply-To: <27f0c3e40806100747p54e156ffo6f8103ea12542c94@mail.gmail.com>
References:  <27f0c3e40806100747p54e156ffo6f8103ea12542c94@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 10 June 2008, Denis Beltramo wrote:
> Hello,
>
> I have a problem with multilink with isdn4bsd and ppp... simply don't go up
> second channel.
> My configuration are:
>

Hi,

You need to setup two userppp0 entries in isdnd.rc.

And then you need to add some more entries to ppp.conf . I think it should be 
documented on the internet somewhere. I don't have these entries right here 
and now.

--HPS

> isdnd.rc:
>
> system
> acctall= on
> acctfile = /var/log/isdnd.acct
> isdntime = on
> monitor-allowed = no
> entry
> name                    = userppp0
> usrdevicename           = rbch
> usrdeviceunit           = 0
> isdncontroller          = 63
> isdnchannel             = -1
> local-phone-incoming    = 1234567
> remote-phone-incoming   = *
> local-phone-dialout     = 1234567
> remote-phone-dialout    = 07012232343       # ppp(8) will override this
> remdial-handling        = first
> dialin-reaction         = ignore
> dialout-type            = normal
> b1protocol              = hdlc
> idletime-incoming       = 0             # Should be larger than ppps
> timeout idletime-outgoing       = 0             # Should be larger than
> ppps timeout ratetype                = 0
> unitlength              = 90
> unitlengthsrc           = rate
> dialretries             = -1
> dialrandincr            = on
> recoverytime            = 1             # Should be smaller than ppps
> redial usedown                 = off
> downtries               = 2
> downtime                = 30
>
> ppp.conf
>
> default:
>  set cd 180
>  set device /dev/i4brbch0
>  set dial
>  set hangup
>  set login
>  set proctitle ppp-isdn
>  set speed sync
>  nat enable yes
>
> provider:
>  set phone "07012232343"                    # Nummer des Internetproviders
>  set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
>  add default HISADDR
>  enable dns
>  set authname pippo
>  set authkey pluto
>  set mrru 1500
>  set mru 1504
>  clone 1,2
>  link deflink rm
>  link * set mode auto
>  link
>
> You have suggestion?





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