Anyone already figured out how to control Remote Desktop Gateway with Haproxy ?
I want all traffic to pass 443 towards 3389
Already created wan rules TDP & UDP 3389 but Haproxy won't let traffic pass
Haproxy for 443 webservers is working.
Many thanks
Have you looked at this option?
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-web-client-admin
Bart...
You need a condition with path contains string "remoteDesktopGateway" and a rule to match this condition and execute function "http-request deny".
Then it will work ...
Quote from: bartjsmit on August 04, 2020, 09:45:16 AM
Have you looked at this option?
https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/clients/remote-desktop-web-client-admin
Bart...
Implemented this one - working ;)
Quote from: mimugmail on August 04, 2020, 09:56:27 AM
You need a condition with path contains string "remoteDesktopGateway" and a rule to match this condition and execute function "http-request deny".
Then it will work ...
This was the solution for my problem. Thank you!
https://forum.opnsense.org/index.php?topic=19169