[Idea]: K8S deployment using RPI4s - I created a udp broadcast proxy #712
chrstnwhlrt
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the Feature/Enhancement/Idea
I am running the version 5.14 currently in an rpi 4 k8s cluster and my aps wouldn't connect even though the load balancer was configured correctly. The udp broadcast the eaps sent wasn´t received because I was not using the hostnetwork.
To fix this I created a small udp broadcast proxy: https://github.com/chrstnwhlrt/omada-discovery-proxy
It receives the eaps broadcast packages and forwards them to a specified address, relying the answers of the connector using the spoofed IP of the load balancer endpoint. I run this as a systemd service on one host directly and everything works fine.
I am still not sure if this is totally necessary but the inform adress wasn´t enough in my case.
Maybe it helps someone in the same situation :)
cheers
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions