Multiple network cards and bridges in Xen[zz]
XEN下的多网桥配置, 这篇文章写得比较清楚了
Using multiple network cards associated to different bridges in Xen is quite easy. By default Xen uses ony one bridge.
Create custom network-script which works as a wrapper and calls network-bridge from it.
/etc/xen/scripts/multi-network-bridge:
(for Xen 3.1 and earlier)
#!/bin/sh
dir=$(dirname “$0″)
Continue Reading ...
