VM Network issues on New Proxmox setup

Thorlax

New Member
Apr 10, 2016
1
0
1
39
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!
 

Attachments

  • vmnet.jpg
    vmnet.jpg
    144.7 KB · Views: 4
hi,

Can you ping 192.168.200.1 from the Proxmox Host machine?

Can you ping 192.168.200.64 from the Proxmox Host machine?