On 10/08/2014 09:22 AM, Chris Teodorski wrote:
> Doug,
>
> That is what I was thinking/expecting. Any idea where you would start
> to have problem with virtuals? Have any concept of a theoretical limit?
"A VM" is a poorly defined concept. With some server boards, and a good
NAS you can make a VM more powerful than most stand alone systems.
However...
The big problem is the nic. Sniffing a busy wire is not trivial, and on
a VM server you have several layers of abstraction. The VM server nic.
The hypervisor nic driver. The hypervisor nic passthrough as a
virtual device. The guest nic driver... And nic themselves have issues
as well. Capture 100 Mbps on a Realtek and on an Intel nic and compare
CPU loads... Now, you can do direct hardware pass-through so that
Security Onion has direct access to the nic hardware. And you would
need a STRONG VM server to allow you to give it a stupid amount of
resources. Better have an amazing disk array with a ton of iops as
well. And since you are doing hardware passthrough, you can forget
fault tolerance and vmotion on this one. :)
It may be cheaper to just buy a decent server. :) The system I
described in my prior post was just $750.
Lee