Actions

Category

Category:XenReference

From HacDC Wiki

Revision as of 04:36, 21 October 2014 by Mirage335 (talk | contribs)


CreateUser

adduser vmadmin1
chsh -s /usr/bin/xen-login-shell vmadmin1

xen-create-image --hostname <hostname> --ip 10.0.0.x --gateway 10.0.0.1 --netmask 255.255.255.0 --vcpus 2 --pygrub --dist squeeze

#edit /etc/xen/virtual_machine.cfg to include xen_shell = 'vmadmin1,vmadmin2' with appropriate users

#Check user home dir FS permissions.
#Add user SSH keys if any.

/etc/init.d/sudo restart

InstallationNotes

  1. In /etc/xen/xend-config.sxp uncomment the network-nat and vif-nat entries.

Reference

https://wiki.debian.org/Xen#Domain_0_.28Host.29_Installation http://dev.e-taxonomy.eu/trac/wiki/Xen_installation http://wiki.xenproject.org/wiki/Nested_Virtualization_in_Xen#How_to_use_nested http://wiki.xen.org/wiki/Host_Configuration/Networking#Routing http://blog.manula.org/2012/04/manually-configuring-nat-networking-in.html http://www.fclose.com/816/port-forwarding-using-iptables/ https://wiki.debian.org/iptables http://blog.manula.org/2011/02/xen-bridged-networking-mode.html

This category currently contains no pages or media.