Hello,
I want to allow remote desktop access to one of my VMs (running windows + all the configuration for remote desktop). In proxmox I setup firewall rules at cluster level from the PVE interface using the predefined macro RDP (with both in and out directions). Same at node level. At VM level I did not setup a firewall. All rules and firewall are enabled.
I tried to connect using windows remote desktop to this VM, but it is not working.
1. Is there something else I should configure inside proxmox to make this work? I already have a rule on the vmbr2 bridge to forward traffic to VMs:
auto vmbr2
iface vmbr2 inet static
.......
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '192.168.0.0/24' -o vmbr0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '192.168.0.0/24' -o vmbr0 -j MASQUERADE
2. Are the firewall rules I setup from PVE persistent, if it is to reboot the server?
I want to allow remote desktop access to one of my VMs (running windows + all the configuration for remote desktop). In proxmox I setup firewall rules at cluster level from the PVE interface using the predefined macro RDP (with both in and out directions). Same at node level. At VM level I did not setup a firewall. All rules and firewall are enabled.
I tried to connect using windows remote desktop to this VM, but it is not working.
1. Is there something else I should configure inside proxmox to make this work? I already have a rule on the vmbr2 bridge to forward traffic to VMs:
auto vmbr2
iface vmbr2 inet static
.......
post-up echo 1 > /proc/sys/net/ipv4/ip_forward
post-up iptables -t nat -A POSTROUTING -s '192.168.0.0/24' -o vmbr0 -j MASQUERADE
post-down iptables -t nat -D POSTROUTING -s '192.168.0.0/24' -o vmbr0 -j MASQUERADE
2. Are the firewall rules I setup from PVE persistent, if it is to reboot the server?