You are not logged in.
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
Bonding eth and ppp will not work.
What exactly is your goal here (failover or more throughput)?
Offline
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
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