template network issues

adamjseed

New Member
Feb 13, 2012
17
0
1
Hi Everyone, I have create a ubuntu 14.04 template which is working fine. I have then installed libpam-ldap to connect it to an open ldap server and started to get some issues with the network. When I restart the container the network doesnt come up, no ifconfig commands work. I have to issue the following command to get the network to start:
Code:
ifconfig eth0 up

Any ideas?

one small point on all my templates I get this error when i start them but this does not impact the template before the ldap integration.
Code:
vzctl start 108Starting container ...
Container is mounted
Setting CPU units: 1000
Setting CPUs: 2
resolvconf: Error: /run/resolvconf/interface either does not exist or is not a directory
Configure veth devices: veth108.0
Adding interface veth108.0 to bridge vmbr0 on CT0 for CT108
Container start in progress...

Proxmox version is 3.1-3
 
You usually have to manually start ethX with ifconfig if "auto ethX" is missing in the /etc/network/interfaces. May be check that?