[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] xen tutorials?
Hello Bill, I don't know about an all-inclusive guide, but I recommend starting with Xen Man Pages and the Xen Wiki. The raw text files provide plenty of configuration details, and you should be able to search for tutorials:
With regards to your objectives, networking should be handled by Dom0 via the bridge-utils package and /etc/network/interfaces configuration. Also you may want to simplify your drive partitions since Xen virtual machines will treat the partitions as drives, which results in a new partition table and sub-partitioning each.
Here is a very basic example of the interfaces file you might want: auto lo dev prod iface lo inet loopback iface eth0 inet manual
iface eth1 inet manual iface prod inet manual bridge_ports eth0 iface dev inet manual bridge_ports eth1
Then you add a line like this to each virtual machine: vif=['bridge=dev,model=e1000'] There is a lot of drive specifics you will want to read up on from the man pages, and specific configuration details for linux/unix virtual machines.
If you continue to encounter errors, share them and your Xen version. I am working on a Debian Wheezy x64 platform with Xen 4.2 a Windows, PFSense, and Debian Wheezy HVM's, so my configuration objectives and syntax may not be exactly what you need, but if you want an example:
Best of luck, and let me know if any of that was unclear. ~Casey On Mon, Jun 4, 2012 at 11:35 PM, Bill Beauchemin <bill@xxxxxxxxxxxxxxxxxxxx> wrote: Hello All, _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |