[Prism54-users] Re: channel bonding on 802.11g
Margit Schubert-While
margitsw at t-online.de
Thu Sep 16 06:37:05 UTC 2004
That's not going to work.
Bonding relies on changing the mac addresses on
the interfaces so that they are the same. Ooops, what's
your poor access point going to do with that ?!
You cannot just shove any ifenslave package onto any
kernel distro. It has to be compiled against kernel source
relative to the kernel that you are running.
The source for ifenslave is delivered with 2.4/2.6 kernels.
(In .../Documentation/networking)
So, for instance, if your kernel source is in
/usr/src/linux-2.4.26 :
cd /usr/src/linux-2.4.26/Documentation/networking
gcc -O -Wall -Wstrict-prototypes \
-I/usr/src/linux-2.4.26/include \
ifenslave.c -o ifenslave
cp ifenslave /sbin
Margit
More information about the Prism54-users
mailing list