Hi, 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. Does anyone have any docs on how to get this going. I had a go with wrapping network-brige and vif-bridge calling both twice with netdev=eth[0|1] bridge=xenbr[0|1] but this does not seem to work. If anyone could give me some pointers I would be very grateful. I''m using Debian 3.1 (Sarge). Regards, Rowan _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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@lists.xensource.com http://lists.xensource.com/xen-users
Hi there, according to me recent post it seem not to be possible at the moment to transfer eth0, 1 as phsical device to a domU. So you need to handle your issue using NAT. just create bridges, assign your interfaces and link them to your domU''s. cheers, Mathias -----Original Message----- Sent: Donnerstag 19.01.06 12:30:30 Subject: [Xen-users] Multiple network cards>Hi, > >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. Does anyone have any docs on how to get >this going. I had a go with wrapping network-brige and vif-bridge >calling both twice with netdev=eth[0|1] bridge=xenbr[0|1] but this does >not seem to work. If anyone could give me some pointers I would be very >grateful. I''m using Debian 3.1 (Sarge). > >Regards, > >Rowan > >_______________________________________________ >Xen-users mailing list >Xen-users@lists.xensource.com >http://lists.xensource.com/xen-users_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users