So mini HOW-TO install on ProxMox OpenVZ container :
- First of all download ProxMox template http://download.openvz.org/template/precreated/centos-6-x86_64.tar.gz put in into Template dir /vz/template/cache , do not unpack! Then create CT in ProxMox using this template.
- Login to SSH : and yum install yum-utils && yum-complete-transaction && yum update
- Reboot
- Login to SSH : and yum localinstall -y http://mirror.nethserver.org/nethserver/nethserver-release-6.6.rpm && yum update
- nethserver-install
- Reboot
- login to WEB interface with root and U password for root that U set when create virtual mashine.
- Be HAPPY!
Update
- So when U create OpenVZ U should check bridged mode
- then login to U ProxmoxShell and make ifcfg-eth0 file in Root DIR of U container
cat << EOF > /vz/root/102/etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
HOSTNAME=centos6
IPV6INIT=no
MTU=1500
TYPE=Ethernet
ONBOOT=yes
BOOTPROTO=static
IPADDR=192.168.1.2
NETMASK=255.255.255.0
GATEWAY=192.168.1.1
EOF
3.Then reboot OpenVZ and U be able to login U container though SSH
4.Then install NethServer and repeat Step 2 ones more
5.Login to U Nethserver and make :
db networks set eth0 ethernet role green hwaddr 5A:E4:97:D9:C4:6F ipaddr 192.168.1.2 netmask 255.255.255.0 network 192.168.1.0 gateway 192.168.1.1 onboot yes bootproto static
6.Install all U need from WEB Interface
P.S. it is not best way and i Recomed to Use QEMU but still