bonding interface wireless

Someone please help me…i try bonding 2 interface wlan using RB433GL and 2 R2N but troughput not higher.
this is my configuration

RB 1

and my configuration
IP address Configuration
[admin@mikrotik] >/ip address add 192.168.0.1/24 interface=ether1
[admin@mikrotik] >/ip address add 192.168.1.1/24 interface=wlan1
[admin@mikrotik] >/ip address add 192.168.2.1/24 interface=wlan2
[admin@mikrotik] >/ip address add 10.10.100.1/24 interface=ether2
[admin@mikrotik] >/ip address add 10.10.0.1/24 interface=bonding1

Bonding Configuration
[admin@mikrotik] >/interface bonding add slaves = eoip1-tunnel1, eoip2-tunnel1 mode=balance-rr arp-ip-targets=10.10.0.2

Eoip Configuration
[admin@mikrotik] >/interface eoip add remote-address=192.168.1.2 tunnel-id=1
[admin@mikrotik] >/interface eoip add remote-address=192.168.2.2 tunnel-id=2

Bridge Configuration
[admin@mikrotik] >/ interface bridge add name=bridge1
[admin@mikrotik] >/ interface bridge port add interface=ether1 bridge=bridge1
[admin@mikrotik] >/ interface bridge port add interface=bonding1 bridge=bridge1


Wireless Configuration as AP-Bridge,
[admin@mikrotik] >/interface wireless set 0 name=wlan1 mode=ap-bridge band=2ghz-onlyn frequency=2412 ssid=b1 security-profiles=default ht-guard-interval=any ht-rxchain=0,1 ht-txchain=0,1 ht-extension-channel=disabled
[admin@mikrotik] >/interface wireless set 1 name=wlan2 mode=ap-bridge band=2ghz-onlyn frequency=2462 ssid=b2 security-profiles=default ht-guard-interval=any ht-rxchain=0,1 ht-txchain=0,1 ht-extension-channel=disabled



RB 2

and my configuration

IP address Configuration
[admin@mikrotik] >/ip address add 192.168.0.2/24 interface=ether1
[admin@mikrotik] >/ip address add 192.168.2.2/24 interface=wlan1
[admin@mikrotik] >/ip address add 192.168.2.2/24 interface=wlan2
[admin@mikrotik] >/ip address add 10.10.0.2/24 interface=bonding1

Bonding Configuration
[admin@mikrotik] >/interface bonding add slaves = eoip1-tunnel1, eoip2-tunnel1 mode=balance-rr arp-ip-targets=10.10.0.1


Eoip Configuration
[admin@mikrotik] >/interface eoip add remote-address=192.168.1.1 tunnel-id=1
[admin@mikrotik] >/interface eoip add remote-address=192.168.2.1 tunnel-id=2

Bridge Configuration
[admin@mikrotik] >/ interface bridge add name=bridge1
[admin@mikrotik] >/ interface bridge port add interface=ether1 bridge=bridge1
[admin@mikrotik] >/ interface bridge port add interface=bonding1 bridge=bridge1

Wireless Configuration as Station
[admin@mikrotik] >/interface wireless set 0 name=wlan1 mode=station band=2ghz-onlyn frequency=2412 ssid=b1 security-profiles=default ht-guard-interval=any ht-rxchain=0,1 ht-txchain=0,1 ht-extension-channel=above-control
[admin@mikrotik] >/interface wireless set 1 name=wlan2 mode=station band=2ghz-onlyn frequency=2462 ssid=b2 security-profiles=default ht-guard-interval=any ht-rxchain=0,1 ht-txchain=0,1 ht-extension-channel=disabled

i’m succes ping from RB 1 and RB 2,so i tray using PC 1 connect to RB 1 and PC 2 connect to RB 2 for copy data / transfer data..i hope this troghput is higher, but when i tray this data speed is 341 KB/s..i can’t believed that..someone please tell my why ? thaks lot of

Looking at your screen shots it appears that you have setup the bonding correctly. You could be interfering with yourself. Running multiple cards on the same band on the same board is generally a bad idea. What is your CCQ on each card?

Are you making this test on the desk, or in outdoor enviroment (aith connected antennas etc.)?

i try this desk/PC, not yet in outdoor inviroment..

i used same band, but not same frequency…
can you explain consequently ? :smiley: :smiley:

this is my CCQ

Especially doing an indoor test you need to separate your frequencies as much as possible and turn your power down until you signal strengths are in the 50’s. Even though you may not have used the same frequencies there is still going to be noise from the other radios when they are that close.

@cbrown ::: :slight_smile: is it possible bonding 2 interface wireless without eoip interface ?

Sure.

They used 2 SXTs but with your setup you might be able to achieve the same using a L2 wireless mode like station-bridge.
http://forum.mikrotik.com/t/bonding-wireless/54769/1

You might also be interested in something like this.
http://wiki.mikrotik.com/wiki/OSPF_to_simulate_full_duplex_links_with_redundancy