Poor's Man Virtualization
- Support Cloud Image (Ubuntu, CentOS)
- Networking (Bridge, NAT, Isolated)
- Web Based Administration using WebVirtMgr http://github.com/retspen/webvirtmgr
- NoVNC Remote Connection
| Hostname | IP |
|---|---|
| ubuntu | 192.168.0.2 |
Add Following to Host File (/etc/hosts)
192.168.0.2 ubuntu
192.168.0.2 virtmgr.local # Virtualization console| URL | Username | Password |
|---|---|---|
| http://virtmgr.local | admin | [password] |
Virtualization Setup Details
| Server | Port |
|---|---|
| smtp-server | 25 |
SMTP Setup Details
Note: smtp-server will resolve to IP of Virtualization Host
Isolated Network : 192.168.1.0/24
Upload Cloud Image
| VM | Username | Password |
|---|---|---|
| ubuntu-14.04 | ubuntu | [password] |
| centos-6.6 | root | [password] |
To create new VM, clone VM with new MAC address
Note: For CentOS
- Update 'eth0' MAC on udev /etc/udev/ruled.s/70-persistent-net.rules
- Update 'eth0' MAC on /etc/sysconfig/network-scripts/ifcfg-eth0
- Reboot