Hi all!
I recently setup a new proxmox configuration that will eventually consist of 2-3 VMs running linux(debian 8).I used the default bridging network setup on install. I'm running into issues getting the VMs online. I never had this issue before with proxmox deployments so I'm trying to nail down what I'm missing. My goal is for each VM to have its own static IP from the router.
First off, here is the network information,
Gateway/Router:192.168.200.1
subnet mask: 255.255.255.0
----/etc/network/interface from the Proxmox Host machine:192.168.200.69
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.200.69
netmask 255.255.255.0
bridge_ports eth0
bridge_stp off
bridge_fd 0
-----------------
----/etc/network/interface from the first Debian VM
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.200.64
netmask 255.255.255.0
broadcast 192.168.200.255
gateway 192.168.200.1
I have attached a screen shot of the IFCONFIG for the VM. Any help is greatly appreciated!
I recently setup a new proxmox configuration that will eventually consist of 2-3 VMs running linux(debian 8).I used the default bridging network setup on install. I'm running into issues getting the VMs online. I never had this issue before with proxmox deployments so I'm trying to nail down what I'm missing. My goal is for each VM to have its own static IP from the router.
First off, here is the network information,
Gateway/Router:192.168.200.1
subnet mask: 255.255.255.0
----/etc/network/interface from the Proxmox Host machine:192.168.200.69
auto lo
iface lo inet loopback
iface eth0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.200.69
netmask 255.255.255.0
bridge_ports eth0
bridge_stp off
bridge_fd 0
-----------------
----/etc/network/interface from the first Debian VM
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.200.64
netmask 255.255.255.0
broadcast 192.168.200.255
gateway 192.168.200.1
I have attached a screen shot of the IFCONFIG for the VM. Any help is greatly appreciated!