No IP address for eth0

  • Thread starter Thread starter clc
  • Start date Start date
C

clc

Guest
I created a VM using Wordpress 3.1.2-1 template. However, there is no ip address shown for eth0. How do I solve this problem? Thanks.
 
you need to define the IP (venet) via the proxmox ve gui.
 
Thanks, Tom. It worked using venet. However, is there a way to configure this via Bridged Ethernet (veth) and let the VM get IP address from DHCP?
 
if you go for veth you need to configure the network inside. for Debian, you need to create the following file to get dhcp working:

Code:
nano /etc/network/inferfaces

Code:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp