Issue of Global connectivity of Windows using RDP

Umang_Agarwal

New Member
May 5, 2024
3
0
1
I installed Proxmocx on one of my hardware and created 2 windows VM's using its web interface, now i want to make them available for global connectivity using RDP but i am not able to figureout IP/port with which i can connect that VM , any solution or tutorial for it ?
 
No actually i need them globally accessible, but as my router only have 1 public ip and i want all vms to be accessed globally, so need it like ip:port for global access, how to assign specific ip and port to each vm ?
 
frp will help here...
There are multiple Windows2022 and Ubuntu Destop VMs in my 4-nodes PVE cluster, for security issue I use private IP addresses and a pair of VYOS routers NAT (PAT) them to Internet. An AWS ECS installed FRP runing as frp server, the Windows in PVE installed frp client, then I can RDP://AWS-public-ip:specifiec-port-number to access PVE intranet VMs. Don't forget to allow the "specific-port-number" in AWS VM security-group...