[HELP ME] How to connect VMs From Remote Desktop

Rudi182

New Member
May 31, 2015
2
0
1
i am beginner in proxmox.. please help me..

How to connect VMs from IP Public (Remote desktop) ?? please someone write every steps

i have create 2 Vm (vm1=windows,vm2=debian) i have 5ipv4 Ip failover . i want the VM connect from RDP/VNC (windows) with IP failover.

This The Network Interface

# The loopback network interface
auto lo
iface lo inet loopback

# for Routing
auto vmbr1
iface vmbr1 inet manual
post-up /etc/pve/kvm-networking.sh
bridge_ports dummy0
bridge_stp off
bridge_fd 0

# vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you.
auto vmbr0
iface vmbr0 inet static
address 167.214.108.196
netmask 255.255.255.0
network 167.214.208.0
broadcast 167.214.108.255
gateway 167.214.208.254
bridge_ports eth0
bridge_stp off
bridge_fd 0

iface vmbr0 inet6 static
address 2612:5300:60:77c4::
netmask 64
post-up /sbin/ip -f inet6 route add 2612:5300:60:77ff:ff:ff:ff:ff dev v$
post-up /sbin/ip -f inet6 route add default via 2612:5300:60:77ff:ff:ff$
pre-down /sbin/ip -f inet6 route del default via 2612:5300:60:77ff:ff:f$
pre-down /sbin/ip -f inet6 route del 2612:5300:60:77ff:ff:ff:ff:ff dev $

Please Help....
 
Last edited:
you should probably give a little more info than that.

what are you trying to accomplish?

what remote desktop are you talking about? Windows?

how is your ProxMox configured?

What is your networking setup?
 
you should probably give a little more info than that.

what are you trying to accomplish?

what remote desktop are you talking about? Windows?

how is your ProxMox configured?

What is your networking setup?

i have create 2 Vm (vm1=windows,vm2=debian) i have 5ipv4 Ip failover . i want the VM connect from RDP/VNC (windows) with IP failover

This The Network Interface

# The loopback network interface
auto lo
iface lo inet loopback

# for Routing
auto vmbr1
iface vmbr1 inet manual
post-up /etc/pve/kvm-networking.sh
bridge_ports dummy0
bridge_stp off
bridge_fd 0

# vmbr0: Bridging. Make sure to use only MAC adresses that were assigned to you.
auto vmbr0
iface vmbr0 inet static
address 167.214.108.196
netmask 255.255.255.0
network 167.214.208.0
broadcast 167.214.108.255
gateway 167.214.208.254
bridge_ports eth0
bridge_stp off
bridge_fd 0

iface vmbr0 inet6 static
address 2612:5300:60:77c4::
netmask 64
post-up /sbin/ip -f inet6 route add 2612:5300:60:77ff:ff:ff:ff:ff dev v$
post-up /sbin/ip -f inet6 route add default via 2612:5300:60:77ff:ff:ff$
pre-down /sbin/ip -f inet6 route del default via 2612:5300:60:77ff:ff:f$
pre-down /sbin/ip -f inet6 route del 2612:5300:60:77ff:ff:ff:ff:ff dev $

Please Help....
 
Last edited:
i have create 2 Vm (vm1=windows,vm2=debian) i have 5ipv4 Ip failover . i want the VM connect from RDP/VNC (windows) with IP failover
Server Manager:

  1. For most Provider, you must go to their Server Manager then Add Virtual MAC to your IP
  2. Edit your VPS-- replace existing with Virtual MAC from step #1
  3. Stop then Start the VM

Inside Windows VM:
  1. Make sure Remote Desktop = Enable (Windows -- Properties)
  2. Add RDC to Windows Firewall Exceptions (if Windows Firewall was turn ON)
  3. Make sure Windows Users has password (RDC login will not work if the Users password was empty)
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!