Editing Virtual Ethernet device

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 16: Line 16:
  
 
=== Kernel module === <!--T:4-->
 
=== Kernel module === <!--T:4-->
The <code>vzethdev</code> module should be loaded. You can check it with the following commands.
+
The <code>veth</code> module should be loaded. You can check it with the following commands.
 
<pre>
 
<pre>
# lsmod | grep vzeth
+
# lsmod | grep veth
vzethdev                8224 0
+
veth                  13491 0  
vzmon                  35164  5 vzethdev,vznetdev,vzrst,vzcpt
 
vzdev                  3080  4 vzethdev,vznetdev,vzmon,vzdquota
 
 
</pre>
 
</pre>
  
Line 27: Line 25:
 
In case it is not loaded, load it:
 
In case it is not loaded, load it:
 
<pre>
 
<pre>
# modprobe vzethdev
+
# modprobe veth
 
</pre>
 
</pre>
  

Please note that all contributions to OpenVZ Virtuozzo Containers Wiki may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here.
If you are going to add external links to an article, read the External links policy first!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Template used on this page: