Home > other >  Two ec20, how to realize the balanced distribution of double card
Two ec20, how to realize the balanced distribution of double card

Time:09-22

I have 2 ec20 4 g module, dial can be normal, but wants to send data at the same time, increase the bandwidth,
Configure the routing, the destination is the same, does not appear to have much effect, only a ec20.

So what do you want to be a balanced distribution, I use the Bonding driver, dial-up is normal, but not on the net, don't know where is the problem?

Is there and help solve? thank you

CodePudding user response:

Auto wwan0
Iface wwan0 inet manua

Auto wwan1
Iface wwan1 inet manua

The up ifenslave bond0 wwan0 wwan1
The down ifenslave bond0 -d wwan0 wwan1
Bond - mode 0
Bond - miimon 100

Auto bond0
Iface bond0 inet static
Address 192.168.0.201
Netmask 255.255.255.0
Gateway 192.168.0.1
  • Related