Since networking and sshd will not be working, ssh into the ProxmoxVE host and use '''vzctl enter <VEID>''' to work further. Edit the file /etc/sysconfig/network-scripts/ifcfg-venet0:
+
<pre>
+
DEVICE=venet0
+
BOOTPROTO=static
+
ONBOOT=yes
+
IPADDR=127.0.0.1
+
NETMASK=255.255.255.255
+
BROADCAST=0.0.0.0
+
IPV6INIT="yes"
+
</pre>
+
to be something like:
+
<pre>
+
DEVICE=venet0
+
BOOTPROTO=static
+
ONBOOT=yes
+
IPADDR=192.168.60.110
+
NETMASK=255.255.255.0
+
GATEWAY=192.168.60.1
+
NETWORK=192.1683.60.0
+
BROADCAST=192.168.60.255
+
IPV6INIT="yes"
+
</pre>
+
+
Now install the missing packages:
yum install mlocate xz xz-utils \
yum install mlocate xz xz-utils \
zip unzip which vixie-cron vim-enhanced vim-common usbutils traceroute tnef time telnet tcpdump \
zip unzip which vixie-cron vim-enhanced vim-common usbutils traceroute tnef time telnet tcpdump \