EAP245 extremely slow with omada server, fast with mobile setup
Hello
I have a weird problem with my EAP245 access point, if i configure the access point directly with app on my cellphone, everything is fine and peachy, and i get my full internet download speed of 400/400mbps on every 5G device i own. But if i configure the access point through the omada server, i get horrible speeds, (20/20 on my laptop and 5/5 on my mobile) how can this be?!?! The cable connecting the AP gives me 400/400 if i plug into it, if i configure it through the app i get 400/400, but the second i configure the AP through the omada dashboard i get 20/20....
The omada server is running through docker with the mbentley/omada-controller with the following composefile:
version: '3.3'
services:
omada-controller:
container_name: omada-controller
restart: unless-stopped
ports:
- '8088:8088'
- '8043:8043'
- '8843:8843'
- '29810:29810'
- '29810:29810/udp'
- '29811:29811'
- '29811:29811/udp'
- '29812:29812'
- '29812:29812/udp'
- '29813:29813'
- '29813:29813/udp'
environment:
- MANAGE_HTTP_PORT=8088
- MANAGE_HTTPS_PORT=8043
- PORTAL_HTTP_PORT=8088
- PORTAL_HTTPS_PORT=8843
- SHOW_SERVER_LOGS=true
- SHOW_MONGODB_LOGS=false
- SSL_CERT_NAME=tls.crt
- SSL_KEY_NAME=tls.key
- TZ=Etc/UTC
volumes:
- ./omada/data:/opt/tplink/EAPController/data
- ./omada/work:/opt/tplink/EAPController/work
- ./omada/logs:/opt/tplink/EAPController/logs
image: "mbentley/omada-controller:4.2"
Just to check it out i tried a Ubiquity AP i loaned from work with a unify docker controller and i get full speed..... I was planning on buying 4 more access points to cover my property, but now i consider just giving away the EAP245 and going with ubiquity...