When I play games online, I experience several delays almost every minute. Take for example FIFA 20, when I play a match the whole picture / game freezes for 2-3 seconds. I can not control anything and the control does not respond. Then it releases and everything goes very fast for the game to "catch up". Then it can take 30 seconds and then it starts again. So it goes on all the time. I then tried to set up a wAP ac in a standalone mode which is then not controlled by CAPsMAN. When I use this, all the symptoms disappear. What could it be due to? Am I missing something in the configuration?
Here is the configutation of CAPsMAN (don't know if providing the CAPsMAN part is enough or whole router config is needed?):
Code: Select all
# aug/03/2020 15:04:34 by RouterOS 6.47
# software id = BUC2-6Z6M
#
# model = RouterBOARD 3011UiAS
# serial number = 783D075A0C9F
/caps-man channel
add band=2ghz-g/n control-channel-width=20mhz extension-channel=disabled frequency=2412,2437,2462 name=2.4GHz reselect-interval=20m
add band=5ghz-n/ac control-channel-width=20mhz extension-channel=XX name=5GHz reselect-interval=20m skip-dfs-channels=yes
/caps-man datapath
add bridge=bridge bridge-horizon=1 client-to-client-forwarding=yes name=capsman
/caps-man security
add authentication-types=wpa2-psk encryption=aes-ccm group-encryption=aes-ccm name=capsman
/caps-man configuration
add channel=2.4GHz country=sweden datapath=capsman multicast-helper=full name=capsman2.4 security=capsman ssid="MikroTik CAPsMAN 2.4GHz"
add channel=5GHz country=sweden datapath=capsman multicast-helper=full name=capsman5 security=capsman ssid="MikroTik CAPsMAN 5GHz"
/caps-man interface
add channel.frequency=2412,2437,2462 configuration=capsman2.4 disabled=no l2mtu=1600 mac-address=E4:8D:8C:72:D3:C2 master-interface=none name="2.4GHz-wAP ac-1" radio-mac=E4:8D:8C:72:D3:C2 radio-name=E48D8C72D3C2
add configuration=capsman5 disabled=no l2mtu=1600 mac-address=E4:8D:8C:72:D3:C1 master-interface=none name="5GHz-wAP ac-1" radio-mac=E4:8D:8C:72:D3:C1 radio-name=E48D8C72D3C1
/interface wireless security-profiles
/caps-man manager
set enabled=yes
/caps-man provisioning
add action=create-dynamic-enabled hw-supported-modes=gn master-configuration=capsman2.4 name-format=prefix-identity name-prefix=2.4GHz
add action=create-dynamic-enabled hw-supported-modes=ac master-configuration=capsman5 name-format=prefix-identity name-prefix=5GHz
Can anyone help me?