You are not logged in.

#1 2014-06-12 06:17:58

mafrek
Member
Registered: 2013-09-05
Posts: 9

bonding not working? Profile 'bonding' does not specify an interface

I followed https://wiki.archlinux.org/index.php/netctl#Bonding to bonding eth0 and ppp0.

# modprobe bonding

cat /etc/netctl/bonding
Description='Bond Interface'
Interface='bond0'
Connection=bond
BindsToInterfaces=(eth0 ppp0)
IP=static
Address="10.0.0.1/8"

# netctl switch-to bonding
    Profile 'bonding' does not specify an interface

pls help me
thank u

Offline

#2 2014-06-12 08:04:49

teekay
Member
Registered: 2011-10-26
Posts: 271

Re: bonding not working? Profile 'bonding' does not specify an interface

Bonding eth and ppp will not work.

What exactly is your goal here (failover or more throughput)?

Offline

#3 2014-06-12 13:06:19

mafrek
Member
Registered: 2013-09-05
Posts: 9

Re: bonding not working? Profile 'bonding' does not specify an interface

Thank you for your interest -teekay-
my goal (merge two internet connection (load balancer) for more throughput).

Is there any idea to do this?
thank you

Offline

#4 2014-06-18 11:31:53

teekay
Member
Registered: 2011-10-26
Posts: 271

Re: bonding not working? Profile 'bonding' does not specify an interface

For your case you could try iptables load balancing using policy based routing. Quick googling brings up this howto: http://www.diegolima.org/wordpress/?p=36 which seems to come close.
It does loadbalancing across different networks. Not sure if ppp would work here, too.

But for bonding in balance mode you need your physical network devices to be connected to the same switch (or different switches that support ISL).

Offline

Board footer

Powered by FluxBB