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:

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!