Hello, I''ve read a couple of docs and google a little bit, I can''t see a way to do that. My Dom0 got 4 NICs : eth0 eth1 eth2 eth3 I would say somewhere eth0 from DomU is eth0 from Dom0, eth1 from DomU is eth1 from Dom0, etc... I''ve checked "brctl" option but I guess, it''s not keep after a reboot. I don''t even able to use it on DomU, I can''t see it anyway. Is there a way to do that? Thanks by advance, LMJ _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Sebastian Reitenbach
2007-Dec-20 15:39 UTC
Re: [Xen-users] Physical Interfaces to virtual Network Interface
linuxmasterjedi@free.fr wrote:> Hello, > > I''ve read a couple of docs and google a little bit, I can''t see a way to > do that. My Dom0 got 4 NICs : eth0 eth1 eth2 eth3 > > I would say somewhere eth0 from DomU is eth0 from Dom0, eth1 from DomU is > eth1 from Dom0, etc... > I''ve checked "brctl" option but I guess, it''s not keep after a reboot. I > don''t even able to use it on DomU, I can''t see it anyway. > > Is there a way to do that?Just configure your bridge in dom0 with just only one interface, the physical one you want to use. then in the domU config file you have to configure sth. like this: vif=[ ''mac=00:16:11:34:a4:9f,bridge=bridge0'', ''mac=00:16:3e:34:a4:9f,bridge=bridge3'', ''mac=00:16:4e:34:a4:9f,bridge=bridge4'', ''mac=00:16:5e:34:a4:9f,bridge=bridge5'', ''mac=00:16:6e:34:a4:9f,bridge=bridge6'', ''mac=00:16:7e:34:a4:9f,bridge=bridge7'', ''mac=00:16:8e:34:a4:9f,bridge=bridge8'', ''mac=00:16:9e:34:a4:9f,bridge=bridge9'', ''mac=00:16:ce:34:a4:9f,bridge=bridge12'', ] just let xend add the interface to the bridge you want when the domU starts up. Sebastian _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users