[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Directly connecting two domU
Libor wrote: I have following problem which I wasn't able to solve:I have two domU, let's call them domU1 and domU2, and I need to set up two networks:- one bridge for domU1 which will connect it to real Ethernet (done) - some private network only between domU1 and domU2. Is it possible?In VMware it's very easy to do so by creating multiple virtual Ethernet cards and setting up the network in the standard matter Yup, that's just how you do it with Xen.Just create another bridge in the host (using the hosts native tools), and add a second virtual NIC to each guest. So you'd use : vif = [ 'bridge=br0', 'bridge=br1' ] in your guest config - substituting whatever names you used for your bridges. -- Simon Hobson Visit http://www.magpiesnestpublishing.co.uk/ for books by acclaimed author Gladys Hobson. Novels - poetry - short stories - ideal as Christmas stocking fillers. Some available as e-books. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |