No IP address for eth0

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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!