Re: Problem with mutilink

Hans Petter Selasky <[email protected]> Wed, 11 Jun 2008 11:52:31 +0200
Newsgroups gmane.os.freebsd.devel.isdn
Message-ID <[email protected]>
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?


_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to "[email protected]"