6,534
edits
Changes
added vzethdev module loading
== Virtual ethernet device usage ==
=== Kernel module ===
First of all, make sure the <code>vzethdev</code> module is loaded:
<pre>
# lsmod | grep vzeth
vzethdev 8224 0
vzmon 35164 5 vzethdev,vznetdev,vzrst,vzcpt
vzdev 3080 4 vzethdev,vznetdev,vzmon,vzdquota
</pre>
In case it is not loaded, load it:
<pre>
# modprobe vzethdev
</pre>
You might want to add the module to <code>/etc/init.d/vz script</code>, so it will be loaded during startup.
=== Adding veth to a VE ===