-
Controller Versionv5.15.20.16 Describe Your Issue or Questionfew days ago after upgrade to the latest controller version v5.15.20.16, my old Omada switch current container running with these ENV and port mapped correctly
log shows
but adopt failed after 3 retries
until then I switched my docker to use host mode instead of bridge, both switch can now be adopted correctly
wonder if anyone run into similar issue and knows what additional port that omada requires now? Expected Behavioradoption should work Steps to Reproduceas written How You're Launching the Container
Container Logs
MongoDB LogsNo response Additional ContextNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Hmm, I don't see any additional ports mentioned in either the changelog or the FAQ. A clean install in a container shows the following:
If I get rid of all of the known ports, I see it's also listening on these:
Checking the startup logs, I see:
On port
I imagine it might be |
Beta Was this translation helpful? Give feedback.
-
Hmm, someone reported something similar in #562. Any chance that just restarting when in bridge mode allows it to work again? The person over in that discussion restarted the controller and it started working again. |
Beta Was this translation helpful? Give feedback.
so I think I stand correctly, I have now changed my omada docker to use macvlan and now my switch can be adopted correctly, it has nothing to do with the port afaik (I specifically tested with the 2 port 9098/19810 removed from network mapping)
mbentley maybe you can update the README and let people know about this weird quirks about adopting Omada switches in particular and see if people run into this issue or not