Fresh out of install trying to setup a VM on my PVE host, however the guest VM never receives any DHCP (DHCP exists on the network - the client I'm writing from has an DHCP IP from the same DHCP server as guest VM ). Setting static IP doesn't work either, it can't ping GW or similar.
Here is my /etc/network/interfaces
From the PVE host I have full access to the network and internet, no problem there.
Running the latest kernel and Promox,
Here is my /etc/network/interfaces
Code:
root@pve:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp1s0f0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.5
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports enp1s0f0
bridge_stp off
bridge_fd 0
iface enp1s0f1 inet manual
root@pve:~#
From the PVE host I have full access to the network and internet, no problem there.
Running the latest kernel and Promox,
Code:
Linux pve 4.10.17-2-pve #1 SMP PVE 4.10.17-20 (Mon, 14 Aug 2017 11:23:37 +0200) x86_64 GNU/Linux
Proxmox Virtual Environment 5.0-30