|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Multiple network cards
On Thu, Jan 19 '06 at 12:30, Rowan Woodhouse wrote:
> I have a Xen 3 server with two network cards, both of which I want to
> expose to the domUs but I can't find anything in the documentation that
> makes it clear how to do this.
While I'm not sure on how to write the xend config. I've 3 bridges on my
xen server. xenbr0 and xenbr1 are configured using the system config
file (/etc/network/interfaces, it's debian 3.1) and xenbr2 via
xend-config.sxp:
(network-script 'network-bridge bridge=xenbr2 netdev=eth0')
in my domU's I do:
vif = [ 'mac=fe:fd:xx:xx:xx:xx, bridge=xenbr2',
'mac=fe:fd:xx:xx:xx:xx, bridge=xenbr0',
'mac=fe:fd:xx:xx:xx:xx, bridge=xenbr1' ]
to configure the interfaces.
--
/"\ Goetz Bock at blacknet dot de -- secure mobile Linux everNETting
\ / (c) 2006 Creative Commons, Attribution-ShareAlike 2.0 de
X [ 1. Use descriptive subjects - 2. Edit a reply for brevity - ]
/ \ [ 3. Reply to the list - 4. Read the archive *before* you post ]
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|