Quote from: meyergru on December 09, 2024, 04:21:14 PM
Port 6690 is a pure TCP port for a Synology-specific cloud service, not HTTP(S).
So you are out of luck for using anything that acts name-based like HAproxy, Caddy and so on. While you could use a TCP reverse proxy, that can only be used to change the source port. If the clients cannot make use of another port, you are at an end here, because the only thing that differentiates two devices then is their IP address.
The only way to expose both devices over an internet connection with only one public IP is a VPN, e.g. wireguard.
In that case, you can access both devices by their respective IPs, using the same port.
Thanks, that confirms what I already thought. 😅
I hope Synology let's me change the port somehow. Thanks for the advice! VPN might be the solution.