Jeffrey’s Blog

Multiple network cards and bridges in Xen[zz]

@ 阅读全文 | 2008/05/30 05:36pm | Category: 系统管理 | 898 views  

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 ...

京ICP备06038449号