search for: real_world_example

Displaying 1 result from an estimated 1 matches for "real_world_example".

2010 Sep 10
1
Setting up virtual ''ethX'' devices in Xen 3.4
...out ''pethX'' without dom0 seeing anything. This is particularly useful in our environment (2-node cluster using DRBD to allow hot-migration and disaster recovery between nodes). Here is what I am talking about, in graph form: http://wiki.alteeve.com/index.php/Networking_in_Xen#Real_World_Example I''d like to keep this setup, but it seems under Xen 3.4 this is no longer the default configuration. I created a simple ''network-script'' with: #!/bin/sh dir=$(dirname "$0") "$dir/network-bridge" "$@" vifnum=0 netdev=eth0 bridge=xenbr0 ......