[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] xen networking Fedora 8
On Mon, Oct 19, 2009 at 4:07 PM, Bojana Petrovic <bojanap@xxxxxxxxx> wrote: > > > Thanks for answering; I have just a few more questions to make sure that I > understood. > > If I connect all virtual machines to the bridge that is made with OS's > networking script, do my virtual machines get IP addresses over the DHCP? I > tried something like that and I didn’t manage. Depends on your setup. If the interface that dom0 is bridging over is on DHCP, then domU will have DHCP-assigned address as well. > I want virtual machines to be > reachable from outside networks. Can I somehow configure tap0 or vif11.0 > interface inside domU’s to make them available in the outside world? Put them on a bridge that has access to outside world. For example, if originally eth0 is on a company intranet with IP address assigned by DHCP, then you can create a bridge named br0 (or whatever you like) with eth0 as its slave. You then tell domUs to use br0 bridge, and they will be on the same network as your eth0. That means other hosts on your company intranet can access domUs just like any other physical host on the network. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |