Has anybody be able to setup an RDP connection trough the Cloudflare Tunnel using the public network?
Ive followed the instructions step by step but cant get it working.
This is the error that I;m getting, any help will be appreciated
2023-04-01T10:21:49Z ERR Error on Websocket listener error=“failed to start forwarding server: listen tcp 127.0.0.1:3389: bind: An attempt was made to access a socket in a way forbidden by its access permissions.”
failed to start forwarding server: listen tcp 127.0.0.1:3389: bind: An attempt was made to access a socket in a way forbidden by its access permissions.
I assume you are following this guide: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/use_cases/rdp/#connect-to-rdp-server-with-cloudflared-access ?
Have you tried using a different local port for starting the cloudflared service on your client device?
It’s possible that you already have something bound to that port especially if it’s Windows.
That,s right, that the guide I have been using but something missing there,
I’m using a different port because the 3389 is already in used but still cannot establish the rdp session.