networking - bond two wifi interfaces with dhcp - Ask Ubuntu
i want round-robin (mode 0) 2 wifi interfaces increase overall bandwidth. i've tried using command line or using network manager. command line using following /etc/network/interfaces
auto lo iface lo inet loopback auto wlan0 iface wlan0 inet dhcp bond-master bond0 auto wlan1 iface wlan1 inet dhcp bond-master bond0 # bonding interface auto bond0 iface bond0 inet dhcp bond-mode 0 bond-slaves none
and running
ifup wlan0 ifup wlan1 ifup bond0
i try , run dhclient ip lease, never works, or if both interfaces not receive data (according speedometer). if use network manager i'm able create bonded interface 2 vlan connections of 2 wifi cards. seem have use nmcli in order connect, , although shows many interfaces connected (nmcli connect/nmcli devices), again doens't show both interfaces receiving data.
i believe problems 1 or more of
- my /etc/network/interfaces file
- my connection procedure (when run dhclient)
- my testing procedure (using speedometer)
does have suggestions or woking configs they'd willing share? thanks.
Comments
Post a Comment