Network Interface only for internal RDP

ProxHex01

New Member
Jan 26, 2025
8
2
3
Hello,

I would like to create a network interface for a specific VM under Windows 11 to be able to access it in RDP but this VM must not have access to the internet.
I found that if a create a Linux Bridge without IPv4 and IPv6 address it should work (and put a static IP in the VM), maybe I've made a mistake but it's not working for me.

How do you guys do this?

Thanks in advance.
 
do not set gateway ip neither dns ip then VM can't go outside.

or enable Proxmox Firewall at datacenter and at VM level + VM NIC level. then rules to only allow rdp.
I've put nothing in the settings:

1738947896294.png

In my VM:

1738948050161.png

Do I have to edit the : /etc/network/interfaces file?
 
Last edited:
In my VM: 192.169...
Earlier or later you will notice weird malfunctions and have no idea where that comes from.

To avoid that do not use assigned addresses. There are literally millions of IP-addresses you can use without conflicts. See RFC1918 and/or TEST-NET-1/2/3.

Code:
~# whois 192.169.178.99

NetRange:       192.169.128.0 - 192.169.255.255
CIDR:           192.169.128.0/17
NetName:        GO-DADDY-COM-LLC
 
  • Like
Reactions: _gabriel