Open main menu

OpenVZ Virtuozzo Containers Wiki β

Changes

Virtual Ethernet device

14 bytes added, 10:39, 7 May 2007
m
syntax vzctl version >= 3.0.14
==== syntax vzctl version >= 3.0.14 ====
<pre>
vzctl set <VEID> --netif_del <dev_name>|<all>
</pre>
Here
* <ttcode>dev_name</ttcode> is the ethernet device name in the [[VE]].
{{Note|If you want to remove all ethernet devices in VE, use <code>all</code>.}}
Example:
vzctl set 101 --netif_del eth0 --save
</pre>
 
== Common configurations with virtual ethernet devices ==