Hi Guys
I have been deploying MikroTik for 10 years now and I have hit a brick wall.
All ROS is running 6.4
The client antenna is in WDS mode connected to the repeater that is in WDS bridged mode to another repeater.
Customer logins in with a Netgear Router and PPPoE.
When I add a PPPoE client directly to the antenna, it can download at 40 Mbps to my core router.
When I do a speedtest.net via the customers Internet it comes back at 2-3 Mbps each way. No queues set.
Other customers on my network can download 30Mbps.
Has anyone else had this issue and been able to resolve?
Cheers
Here is the export compact config:
/interface bridge
add l2mtu=1526 name=bridge1
/interface wireless security-profiles
set [ find default=yes ] group-ciphers=“” supplicant-identity=MikroTik unicast-ciphers=“”
add authentication-types=wpa-psk,wpa2-psk eap-methods=“” group-ciphers=tkip management-protection=allowed mode=
dynamic-keys name=wpa-www supplicant-identity=“” unicast-ciphers=tkip wpa-pre-shared-key=“" wpa2-pre-shared-key=“**************”
add authentication-types=wpa-psk,wpa2-psk eap-methods=“” management-protection=allowed mode=dynamic-keys name=wpa-aes
supplicant-identity=“” wpa-pre-shared-key="” wpa2-pre-shared-key=“************”
/interface wireless
set 0 band=5ghz-a/n channel-width=20/40mhz-ht-above disabled=no frequency=5300 frequency-mode=superchannel ht-basic-mcs=
mcs-0 ht-rxchains=0,1 ht-supported-mcs=
mcs-0,mcs-1,mcs-2,mcs-3,mcs-4,mcs-5,mcs-16,mcs-17,mcs-18,mcs-19,mcs-20,mcs-21,mcs-22,mcs-23 ht-txchains=0,1 l2mtu=
2290 mode=station-wds name=5ghz-uplink nv2-preshared-key=“" nv2-security=enabled radio-name=
bb-holmesrd-roll rate-set=configured scan-list=5300 security-profile=wpa-www ssid=ma1-roll supported-rates-b=1Mbps
wds-default-bridge=bridge1 wds-mode=dynamic
set 1 band=5ghz-a/n channel-width=20/40mhz-ht-above disabled=no frequency=5745 ht-ampdu-priorities=0,1,2,3,4,5,7
ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 mode=ap-bridge name=local-access nv2-preshared-key=
"” nv2-security=enabled radio-name=ma-holmesrd-1
security-profile=wpa-aes ssid=ma-holmesrd-1
wds-default-bridge=bridge1 wds-mode=dynamic wireless-protocol=nv2
/ip hotspot user profile
set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d
/port
set 0 name=serial0
/system logging action
set 0 memory-lines=100
set 1 disk-lines-per-file=100
/interface bridge port
add bridge=bridge1 interface=local-access
add bridge=bridge1 interface=5ghz-uplink
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether1
/ip dns
set max-udp-packet-size=512 servers=202.37.101.1,202.37.101.2
/ip service
set api disabled=yes
/queue interface
set ether1 queue=ethernet-default
set ether2 queue=ethernet-default
set ether3 queue=ethernet-default