Has anyone managed to get rport working behind traefik as a external non docker app? all i get is 404 no matter what i try. Here is my dynamic yml for it.
What are you trying to achieve? Will Traefik and your service run on the same node? If so, if you install your service on the host, the ports will probably be open already.
What ports of your service do you want to expose? Do you want to run both ports 5000+8000 through Traefik? Do you need ports 2000-2500 to run through Traefik? Are they http or TCP, are they TLS encrypted, is your service creating own certs? With LetsEncrypt?
What i want to do is reverse proxy rport so i can have access to it from the outside using my domain. I want to connect my remote servers to it. This is to replace my guacamole.
It is running on the same host as traefik. 5000 is the Web internface. 8000 is used to connect the client machine to server. Here is the diagram from there instructions for on-prem install
Also when i trying to connect the client to my server, it was looking to connect via http://rport.domain.com:8000 (but i think in the config i can fix it to point https URL which could be RP to port 8000 internal.
It does create self-signed certs in /etc/rport/ssl
My understanding is you only want to access the GUI from external through Traefik. Do you want to use the custom cert or do you want to use a LetsEncrypt signed cert for the external connection?
Installing rport client
Detected Linux Distribution: Ubuntu 20.04.5 LTS
* Trying 175.93.245.90:8001... (represents my home ip)
* TCP_NODELAY set
* Connection timed out after 5000 milliseconds
* Closing connection 0
Testing the connection to the RPort server on http://rport.domain.com:8001 failed.
* Check your internet connection and firewall rules.
* Check if a transparent HTTP proxy is sniffing and blocking connections.
* Check if a virus scanner is inspecting HTTP connections.
FATAL: No connection to the RPort server. Exit!