18 Sep
2024
18 Sep
'24
10:14 a.m.
The only thing you can do is the following:
* run both servers
* the new one is the default server, and does authentication for all new devices
* the new one is also configured as a proxy, to send some packets to the old server
* list the MAC addresses the broken devices on the proxy (SQL, or "users" file)
* if a request comes in with a matching MAC, proxy it to the old
* the old server only handles the old devices
That should work.
Oh, that will help, thanks!!