Recent content by IzaacJ

  1. I

    RDP into VMs from external IP

    That could work, but then all those RDP sessions depend on the router and not on the server. Oh, is it possible to do something like that using haproxy? Already using it to proxy requests depending on subdomain and some requests are only allowed within the internal network.
  2. I

    RDP into VMs from external IP

    Hello. Situation is this, I've got a few Windows VMs setup that I would love to have RDP access to through, if possible, something like this: Connection url: rdp://[name].domain.tld -> Routing the RDP connection to VM1 Connection url: rdp://[anothername].domain.tld -> Routing the RDP...