Changes

Jump to: navigation, search

Virtual Ethernet device

170 bytes added, 17:11, 31 May 2008
pure speculation after no-one knew on IRC
==== Add veth device to VE ====
== old way ==
<pre>
[host-node] ifconfig eth0
[host-node]# vzctl set 101 --veth_add veth101.0,00:12:34:56:78:9A,eth0,00:12:34:56:78:9B --save
</pre>
 
== new way ==
 
<pre>
[host-node]# vzctl set 101 --netif_add veth101 --save
</pre>
 
This allocates a mac address, and associates it with the host eth0 port
==== Configure devices in CT0 ====
38
edits

Navigation menu