Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Virtual Ethernet device

135 bytes added, 23:21, 9 August 2016
m
Reverted edits by 192.240.191.2 (talk) to last revision by 194.190.52.93
=== Kernel module === <!--T:4-->
The <code>vethvzethdev</code> module should be loaded. You can check it with the following commands.
<pre>
# lsmod | grep vethvzethveth vzethdev 8224 0vzmon 35164 5 vzethdev,vznetdev,vzrst,vzcptvzdev 13491 3080 0 4 vzethdev,vznetdev,vzmon,vzdquota
</pre>
In case it is not loaded, load it:
<pre>
# modprobe vethvzethdev
</pre>