Actions

Category

XenReference: Difference between revisions

From HacDC Wiki

No edit summary
Line 15: Line 15:
/etc/init.d/sudo restart
/etc/init.d/sudo restart
</nowiki>
</nowiki>
=InstallationNotes=
# In /etc/xen/xend-config.sxp uncomment the network-nat and vif-nat entries.


=Reference=
=Reference=
Line 24: Line 27:
http://www.fclose.com/816/port-forwarding-using-iptables/
http://www.fclose.com/816/port-forwarding-using-iptables/
https://wiki.debian.org/iptables
https://wiki.debian.org/iptables
http://blog.manula.org/2011/02/xen-bridged-networking-mode.html

Revision as of 03:56, 21 October 2014


CreateUser

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

xen-create-image --hostname <hostname> --ip <ip> --vcpus 2 --pygrub --dist <lenny|squeeze|maverick|whatever>

#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.