Hey everyone,
I think i'm missing something cause i once got it working, but now im stuck. I will definitely make a course about networking, cause i need to know more but maybe someone can help me out fast for now.
This is my network.
The VM IP is 10.0.0.12
The VM is connected to a VPN Service with Wireguard. I setup portforwarding at the VPN Provider and got Port
54991.
I used the command on the proxmox host machine
like i forward every other port to the specific machine.
But i cant connect with the public vpn ip + port to the Windows VM.. do i need to map 54991 to 54991 or whats my error there?
Cause i tried it to map 54991 to 54991 but the Service is exposed on 3389...
If i dont use VPN i cant portforward easily to 3389 and it just works..
Thanks a lot!
I think i'm missing something cause i once got it working, but now im stuck. I will definitely make a course about networking, cause i need to know more but maybe someone can help me out fast for now.
This is my network.
The VM IP is 10.0.0.12
The VM is connected to a VPN Service with Wireguard. I setup portforwarding at the VPN Provider and got Port
54991.
I used the command on the proxmox host machine
Code:
iptables -t nat -A PREROUTING -i vmbr0 -p tcp --dport 54991 -j DNAT --to 10.0.0.12:3389
But i cant connect with the public vpn ip + port to the Windows VM.. do i need to map 54991 to 54991 or whats my error there?
Cause i tried it to map 54991 to 54991 but the Service is exposed on 3389...
If i dont use VPN i cant portforward easily to 3389 and it just works..
Thanks a lot!
Last edited: