This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Questions on VM Install

I am currently thinking about building a server to suit all my needs, initially was planning 2 but to keep cost down I am thinking 1 might be an acceptable option.  Obviously I would not be running a low speed processor but 2 of the VMs should need little horsepower (Sophos and NAS) and Plex will only use up horsepower when transcoding which likely will not be often.

Server will run 2 maybe 3 VMs

VM1 Sophos Home UTM
VM2 Plex
VM3 NAS

Host OS would be a Linux distro.  

Would this be a bad idea?  Would I see performance issues?   And what about reboot times?  As my home internet would be going through the UTM when that VM is down I have no network.  

Also I assume I can give the Sophos VM 2 NICs on the host OS exclusive use.


This thread was automatically locked due to age.
  • Hi,

    1. What speed is your internet connection?

    2. I'd recommend the free version of VMWare ESXi for the host/hypervisor.
    Otherwise Xen is an option.

    3. Good NICs (Intel or Broadcom, preferably recent ones) are critical for good performance.

    4. in ESXi, you can 'bridge' NICs to VMs.
    Or, if you have the right hardware, you can do VT-D PCI passthrough although this is probably overkill for most home use.

    5. You might want to read what FreeNAS has to say about putting a NAS in a VM; you lose SMART support and there are other factors which reduce reliability.
    Please do not run FreeNAS in production as a Virtual Machine! | FreeNAS Community
    One workaround is to use VT-D on a dedicated disk controller, and pass it to the NAS VM.
    You would need another controller and disk to store the VM images.

    Barry
  • I am on Verizon FIOS the low tier, I can get up to about 500 kbs.  And that is a good point about the NAS.  But at the same time I wasn't set on running a NAS OS, it can be done by just running a Linux with the proper packages installed.  It does change the options of course.

    No hardware is bought yet.  Though I have a bunch of NICs from servers that are not in service anymore.   I have some that are HP NC364T which I suspect are Broadcom.

    One reason I am wanting to go VM is the ease of moving the machine to another incase of failure and for upgrades later down the line.  Would not have to completely reconfigure the server.
  • Hi, 
    FYI, the warnings about the NAS apply to any virtualized OS, including a standard Linux distro; if virtualized, you will lose the SMART monitoring.

    All the HP NICs I've seen are Broadcom.

    FWIW, on bare metal (no virt), if you have the UTM email backups nightly, then you would only have to re-install and restore the backup.

    Barry