Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem with mutilink

0 views
Skip to first unread message

Denis Beltramo

unread,
Jun 10, 2008, 10:47:29 AM6/10/08
to freebs...@freebsd.org
Hello,

I have a problem with multilink with isdn4bsd and ppp... simply don't go up
second channel.
My configuration are:

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?
--
Denis Beltramo

Hans Petter Selasky

unread,
Jun 11, 2008, 5:52:31 AM6/11/08
to freebs...@freebsd.org
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

0 new messages