Hi, I have created a bonding with two interfaces through a wireless link, it works approximately traffic 500mb Ubiquiti airFiber 5xHD (Distance 1.5km).
Bonding works but some of the other end services stop working. For example:
- Netflix services.
- PlayStation services.
- Mobile phones indicate that they do not have internet and disconnect from WiFi.
- Smart TV does not connect via wi-fi and internal services do not work.
- Check for updates from winbox does not work.
From a PC everything works fine, you can open Netflix you can browse any internet site you can even watch a streaming without any problem.
Tests were performed modifying the bonding settings and no improvement was found. Testing outside of bonding the internet service works correctly.
The basic configuration that was carried out is a bonding interface within two slave ethernet interfaces and a static IP on each side. The internet service enters through a vlan interface with a public IP. From the other end is delivered to clients by static IP. There is no type of firewall applied. Google’s dns and also those of the provider were used.
CONFIG. A:
/interface vlan
add comment="WAN VLAN | XXX" interface=ether1 name=VLAN_PUBLIC vlan-id=100
/interface bonding
add comment="BONDING | ETH2+ETH3 | RR | L2+L3" name=bonding1 slaves=\
ether2,ether3 transmit-hash-policy=layer-2-and-3
/ip address
add address=IP-PUBLIC comment="WAN VLAN | XXX" interface=VLAN_PUBLIC network=XXXX
add address=10.10.11.1/30 comment=BONDING interface=bonding1 network=10.10.11.0
/ip dns
set allow-remote-requests=yes max-udp-packet-size=512 servers=\
xx.xx.xx.xx,xx.xx.xx.xx,1.1.1.1,8.8.8.8
/ip route
add distance=1 gateway=xx.xx.xx.xx
/ip firewall nat
add action=masquerade chain=srcnat comment=WAN out-interface=VLAN_PUBLIC
/tool romon
set enabled=yes
CONFIG. B:
/interface bonding
add comment="BONDING | ETH2+ETH3 | RR | L2+L3" name=bonding1 slaves=\
ether2,ether3 transmit-hash-policy=layer-2-and-3
/ip address
add address=10.10.11.2/30 comment=BONDING interface=bonding1 network=10.10.11.0
add address=192.168.60.1/24 comment=LAN interface=ether2 network=192.168.60.0
/ip dns
set allow-remote-requests=yes max-udp-packet-size=512 servers=\
xx.xx.xx.xx,xx.xx.xx.xx,1.1.1.1,8.8.8.8
/ip route
add distance=1 gateway=10.10.11.1
/tool romon
set enabled=yes
Point A - RB3011UiAS - RouterOS v6.49.6 & Point B - RB3011UiAS - RouterOS v6.49
Is there any chance it will work properly =?