Hello, I have looked around for external access to each VMs using VNC. I played around with handful of guides but still unable to get it to work.
I think the difference is that most of people asking about business/enterprise related network. I am using Proxmox in my home network just a standard network topology. Modem > Router > Switch > Clients including the computer running Proxmox.
I have the following set up:
Router is 192.168.1.1
Netmask is 255.255.255.0
I have Proxmox set to 192.168.1.90 as static IP.
Here is the configuration I have in /etc/network/interfaces:
Any idea how can I get VMs accessible to external for VNC?
I am a bit confused. Are the VMs I created in Proxmox get DHCP from my router or is the DHCP done by Proxmox?
How does one port forward VNC for VMs?
I think the difference is that most of people asking about business/enterprise related network. I am using Proxmox in my home network just a standard network topology. Modem > Router > Switch > Clients including the computer running Proxmox.
I have the following set up:
Router is 192.168.1.1
Netmask is 255.255.255.0
I have Proxmox set to 192.168.1.90 as static IP.
Here is the configuration I have in /etc/network/interfaces:
Code:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.90
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports eno1
bridge_stp off
bridge_fd 0
iface enp3s0f1 inet manual
Any idea how can I get VMs accessible to external for VNC?
I am a bit confused. Are the VMs I created in Proxmox get DHCP from my router or is the DHCP done by Proxmox?
How does one port forward VNC for VMs?