Ok I feel really dumb!
I read this post by Tom from 2008: (I found it by searching for "has no veth interface configured./usr/sbin/vznetcfg exited with error") with Google
http://www.proxmox.com/forum/showpost.php?p=1718&postcount=5
after trying to add eth0 in the container with the following the command:
I got:
I needed to shut down the guest first and then enable eth0 in the web gui!!
I was not shutting down the guest and therefore the settings for eth0 where to not holding.
Perhaps you guys can add an error message when someone tries to configure bridged networking in a running container.
Would it be possible to add a FAQ in the Wiki? I propose this issue as a FAQ candidate.
I read this post by Tom from 2008: (I found it by searching for "has no veth interface configured./usr/sbin/vznetcfg exited with error") with Google
http://www.proxmox.com/forum/showpost.php?p=1718&postcount=5
after trying to add eth0 in the container with the following the command:
Code:
vzctl set 107 --netif_add eth0 --save
Configure veth devices: veth107
According to /etc/vz/conf/107.conf VE107 has no veth interface configured.
/usr/sbin/vznetcfg exited with error
Saved parameters for CT 107
I needed to shut down the guest first and then enable eth0 in the web gui!!
I was not shutting down the guest and therefore the settings for eth0 where to not holding.
Perhaps you guys can add an error message when someone tries to configure bridged networking in a running container.
Would it be possible to add a FAQ in the Wiki? I propose this issue as a FAQ candidate.