Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Sep 2007 10:30:23 +0300
From:      Nikos Vassiliadis <nvass@teledomenet.gr>
To:        Steve Bertrand <iaccounts@ibctech.ca>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Bonded multilink ADSL connection
Message-ID:  <200709041030.24096.nvass@teledomenet.gr>
In-Reply-To: <46DC3CA0.2070100@ibctech.ca>
References:  <46D58C7A.3070603@ibctech.ca> <200708301149.04157.nvass@teledomenet.gr> <46DC3CA0.2070100@ibctech.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
> I would very much appreciate a working config. I can easily adjust to my
> environment.

I am afraid I cannot find the particular configuration file I was talking
about. But, it should be something like this:

#########################################
#mpd.conf
#########################################
startup:
        set console ip 127.0.0.1
        set console user console_username password
        set console open

default:
        load PPPoE
        open

PPPoE:
        new -i ng0 sam l0 l1
        set auth authname username
        set auth password password
        set bundle enable multilink
        set iface idle 0
        set iface route default

#########################################
#mpd.links
#########################################
l0:
        set link type pppoe
        set pppoe iface fxp0
        set pppoe disable incoming
        set pppoe enable originate

l1:
        set link type pppoe
        set pppoe iface fxp1
        set pppoe disable incoming
        set pppoe enable originate

Update your ports to install the latest mpd4 port.
Copy the two samples (mpd.conf & mpd.links) to
/usr/local/etc/mpd4 and run mpd4. Keep in mind,
that the above sample configuration files are not
tested. Please, tell me and the list if everything
is working as expected. If not, do send mpd4's log.

Hope this helps

Nikos



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