Internet connection in dab template container (VM90000)

cle.ram

New Member
Jun 15, 2009
17
0
1
I'd like to install packages inside the VM via easy_install (a python-setuptools tool), but I need a network connection in order to do this.
I tried to change the network to bridged mode for that VM (via the Proxmox-Webinterface) but got an error message.

Any suggestions?

EDIT: I solved the problem by adding the following to my makefile (after the "all: info/init_ok" stuff):
Code:
echo 'NETIF="ifname=eth0,mac=00:11:22:33:44:55,host_ifname=veth90000.0,host_mac=00:11:22:33:44:56"' >> /etc/vz/conf/90000.conf
dab exec "dhclient eth0"
 
Last edited: