Difference between revisions of "Virtualization"

From Hack Sphere Labs Wiki
Jump to: navigation, search
(Debian)
(Configure)
Line 18: Line 18:
 
  brctl addbr br0
 
  brctl addbr br0
 
*br0 could be anything like: whatever0
 
*br0 could be anything like: whatever0
ip addr show
+
ip addr show
 
*Just to see interfaces
 
*Just to see interfaces
 
You now need to add interfaces to the bridge
 
You now need to add interfaces to the bridge

Revision as of 15:51, 22 July 2012

  • HVM is hardware and faster
  • PV is Paravirtualization and usually slower

Notes

Debian

Network Scripts

/etc/xen/scripts/network-bridge
/etc/xen/scripts/vif-bridge

Notes

Configure

Debian wiki states that the network control scripts that come with Xen are going to be phased out eventually. Goes on to say that you should setup networking yourself.

aptitude install bridge-utils
brctl addbr br0
  • br0 could be anything like: whatever0
ip addr show
  • Just to see interfaces

You now need to add interfaces to the bridge

brctl addif br0 eth0 eth1

To make the bridge perm you need to edit /etc/network/interfaces

 /etc/network/interfaces 
Template error: are you trying to use the = sign? Visit Help:Template#Escape template-breaking characters for workarounds.

Fuck

http://vimeo.com/38636349

Notes

HyperVM Free and looks like a great product. Does not work with CentOS 6 because CentOS dropped Xen?
  • Xen XCP
  • OpenVZ
  • Virtuzzo
  • ProxMox
  • SolusVM
  • vePortal


Most of these can integrate with a billing platform.

  • lxcenter.org

kloxo

Xen

http://wiki.debian.org/Xen