Changes

Jump to navigation Jump to search
Line 153: Line 153:  
Restart Networking with:
 
Restart Networking with:
 
  ifdown venet0 && ifup venet0
 
  ifdown venet0 && ifup venet0
 +
 +
Alternatively, the VLANs can be used:
 +
<pre>
 +
# cat /etc/sysconfig/network-scripts/ifcfg-venet0
 +
DEVICE=venet0
 +
BOOTPROTO=static
 +
ONBOOT=yes
 +
IPADDR=127.0.0.1
 +
NETMASK=255.255.255.255
 +
BROADCAST=0.0.0.0
 +
IPV6INIT="yes"
 +
 +
# cat /etc/sysconfig/network-scripts/ifcfg-venet0:0
 +
DEVICE=venet0:0
 +
ONBOOT=yes
 +
IPADDR=192.168.22.107
 +
NETMASK=255.255.255.255
 +
 +
ifdown venet0 && ifup venet0
 +
ifdown venet0:0 && ifup venet0:0
 +
</pre>
 +
 
Now install the missing packages:
 
Now install the missing packages:
 
  yum install mlocate xz xz-libs \
 
  yum install mlocate xz xz-libs \
137

edits

Navigation menu