Hi, we’re in the process of load balancing print servers. This works fine with Windows 10 clients, but not Windows 11.
On closer inspection during packet capture, it seems that Windows 10 uses 135 and 445, but Windows 11 uses dynamic ports (49152-65535) to complete the transaction. I then found an article mentioning that Windows 11 has switched to use RPC over TCP.
Is it possible to have the communication on the dynamic ports routed through HAProxy to the backend server?
Regards,
… Alex …