Lost Access to All APs after Merging Omada
Hi All,
I've exhausted all my current knowladge and can't seem to find a solution on this:
I was trying to migrate my current EAPs from one Omada Controller to another as I've upgraded my current "services" server to a new virtualized ESXi host (yay exciting).
I'm using a docker image from https://hub.docker.com/r/mbentley/omada-controller (so you can see my configuration) (I'm running a minimal CentOS 7 Installation with the latest version of docker)
When I actually initiated the migration... nothing happened. The new Omada controller did not see the APs and just showed them as disconnected, the old Omada controller saw the hosts as migrating. When I went to "unmigrate" the APs they wouldn't reconnect to the original Omada controller. I then reset one of the APs in hopes that I could re-discover them and then re-adopt the AP. No luck. I tried using the discovery toop, I tried the local network of the APs even though they worked before just fine before this.
I then shifted to troubleshooting the UDP port 29810 and the TCP ports 29811-3 as these, I've bee told were for discovery. My netstat -l shows that I am listening on these ports
[root@Omada-Zabbix-Grafana ~]# netstat -l
...
tcp6 0 0 [::]:29811 [::]:* LISTEN
tcp6 0 0 [::]:29812 [::]:* LISTEN
tcp6 0 0 [::]:29813 [::]:* LISTEN
...
udp6 0 0 [::]:29810 [::]:*
...
Odd an frustrating... I thought, maybe it's because it's looking for ipv6 and not ipv4... nope, apparently that doesn't matter because every ipv4 is also technically an ipv6. Cool info to know but, no leads.
I then shifted to tcpdumps to see if the traffic was actually getting there.
I see broadcast traffic from the reset AP on port 29810 but do not see any traffic from the AP on the rest of the ports.
I honestly don't know where to go form here but it MUST be a configuration issue with my Omada system but I just really don't know where!
Help me TP-Link Community, you're my only hope!