Virtualization with CentOS

General support questions
User avatar
vonskippy
Posts: 839
Joined: 2006/12/30 03:00:04
Location: Western Slope Colorado

Re: Virtualization with CentOS

Post by vonskippy » 2013/12/29 23:33:33

There's not enough of any OS in a bare metal hypervisor to run a VPN client - so use method two, a bare metal hypervisor with VM Guests, and the first guest is a firewall appliance running your VPN setup, then all the other VM Guests connect via the first VM (your VPN gateway).
For the 2.5^15th time :: Better Details = Better Answers

Whoever
Posts: 1357
Joined: 2013/09/06 03:12:10

Re: Virtualization with CentOS

Post by Whoever » 2013/12/30 05:45:55

vonskippy wrote:Take a look at Proxmox

https://www.proxmox.com/proxmox-ve/comparison

Personally, I avoid running a FULL BLOWN Distro as the HOST, use a bare metal hypervisor and run ALL systems as VM Guests. You get better resource management PLUS you don't waste resources on the host os PLUS you get better security.

Or you could use the free version of ESXi if you just need a simple and robust BareMetalHypervisor.
A "Bare Metal" Hypervisor is also referred to as a "Type 1" hypervisor. KVM is also a Type 1 hypervisor. Performance of guests under KVM is close to native.

You recommend using ESXi, but doesn't this require a Windows box to manage it?

As for the "overhead" of a distro -- you can configure a very minimal CentOS install with KVM. You don't need to assign an IP address to any Internet facing Ethernet ports, but the guests can still use these Internet-facing ports.

roklebor
Posts: 55
Joined: 2012/04/15 06:58:35

Re: Virtualization with CentOS

Post by roklebor » 2014/01/02 15:53:42

I perfectly agree with Whoever » 2013/12/30 05:45:55

Even a "full blown distro" could be configured-down to just a few necessary services running, with firewall and VPN and basically nothing else. I even would not fear to expose such a box into public web, providing no network service is open publicly there (web server, etc). A bunch of installed packages making up the "full blown" distro are just sitting on a drive, not runnning in a memory, and therefore not presenting any security risk at all. Vulnerable is the code which runs, not the one which just sits on a drive. With an up-to-date kernel, such a setup is no less secure than a specialized firewall appliance, imho.

Concerning a graphical interface, this is a point to which spel565 should concentrate. Either VirtualBox (because of 3D acceleration support) or KVM should serve best, imho.

puertorico
Posts: 4
Joined: 2014/01/03 21:15:08

Re: Virtualization with CentOS

Post by puertorico » 2014/01/03 21:43:35

It is of course possible to run CentOS as the host. but i would prefer a Hypervisor of some kind.
vmware scared me away years ago because of the lack of management in a Linux only environment.

i used to run KVM's and i simply love it, take a look at http://www.proxmox.com/

Whoever
Posts: 1357
Joined: 2013/09/06 03:12:10

Re: Virtualization with CentOS

Post by Whoever » 2014/01/04 02:44:46

puertorico wrote:It is of course possible to run CentOS as the host. but i would prefer a Hypervisor of some kind.
What do you think KVM under CentOS is? It is a hypervisor.

karl.d.ca
Posts: 4
Joined: 2014/01/04 21:13:25

Re: Virtualization with CentOS

Post by karl.d.ca » 2014/01/04 21:22:02

vonskippy wrote:Or you could use the free version of ESXi if you just need a simple and robust BareMetalHypervisor.
Caution with "free" ESXi 5.5. "Free" ESXi 5.5 is now only useful for short term education.

Hope this link come across ok:

http://www.tinkertry.com/best-parts-of- ... ree-uh-oh/

Post Reply