Haproxy and RDS 2019

Started by CHW1979, August 04, 2020, 09:42:05 AM

Previous topic - Next topic
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


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: 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