taticalrmm which builds on meshcentral to handle the remote access.
marc45ca
virtualising means you can make more use of resources on system rather than having two systems and dedicating one to specific task.
On the other hand you can bork the hypervisor and then be without internet and possible become the families public enemy #1 :)
But it's generally pretty stable. Not use opnSense but do have a virtualised router using SophosXG. One nic from the VM is tied to vmbr0 which is the main virtual bridge that ties my virtual machines to the rest of the network. The IP is my default gateway.
the second NIC is done as PCIe pass through and this connects direct to my cable modem.
I could have bound this NIC to another vmbr and would have worked just as well. However there was some discussion in r/proxmox about performance impacts if you have a very fast internet connection (something to with srv-io iirc).
as the drive a single unit you can use LTFS which allows you click n drag the files to tape just like it was another hard disk.
https://www.youtube.com/watch?v=3HjjNOcqGt4&t=8s&pp=ygUIbHRvIHRhcGU%3D
Tape drives are more enterprise area so the software is priced accordingly.
Veeam has a community edition which supports tape drives but you'd probably need a bit more set up.
just need a straight HBA i.e no raid support such as the IT mode controllers used for TrueNAS etc such as an LSI 92xxe.
needs the to be an "e" for the external connector.
Then he just need an cable to go between them. Google should be able to confirm the type needed.
Width is standardized at 19” you just need to make sure it’s deep enough.
Most of the dells are around 27” deep and racks tend to be 25 or 35” if they’re enclosed so you’d need a 35” one.
Open frame racks can be adjusted for depth,
The decide on the height 12- 15ru should be fine for your usage.
They’re harder to find second hand so new may be the best option.
42ru cable found quite cheap (even free) but are a pain to move about hence the low price. Given they become available en mass if a data centre or similar close it’s sell to cheap to dispose of or send for scrap.
You’ll need some rails but they can be expensive or a shelf ( I use a Startech one with my 4ru server).
it's probably DNS related.
you need to check that what the DNS the system is set to use when you bring up the VPN.
For example when I bring up my StrongVPN connection, it's set to use an external DNS so if I want to access a system on my network i need to use the IP address.
Though I can access some SMB shares but I have them mapped at login via group policy but if I wanted connect to my samba file server afterwards, yeah gonna say the server isn't found if I have the system name.
/r/PleX
I've seen the same sort of behaviour with netboot (though it's more iPXE) though in my case it was an E1000 under Proxmox (and with other virtual cards).
It seems a common problem with iPXE where it hangs at initialising devices but there doesn't see to be much in the way of solutions.
I5.
Gives you a few more cores to play with down the track if you need them plus better performance from the get go.
before you convert, install the virtio drivers and in the VM configuration make sure the disk image file is attached as SATA0.
The virtioSCSI is a better drive but Windows doesn't know the device at the first boot after the migration. It needs to boot, find the device and configure the drivers.
and need to ensure the image contains all the partitions from the original drive.
you'd have to use a video capture unit such as used by game streamers etc.
But what are you trying to achieve?
Unless there's some of sort of repeating error there's not going to be anything displayed the console. It will simply sit at the login prompt with the MOTD telling you where access the webgui.
There won't be any output from any of the VMs or LXCs
Otherwise you might as well have a SSH shell open.
No proxmox isn't harder to get into but it's different from TrueNAS.
TrueNAS is a storage system than can host apps,
ProxMox is a hypervisor which is first and foremot about compute - i.e the ability to run virtual machines and containers (LXC). It can utilise ZFS (which is the basis for TrueNAS) for VM storage but it's not intended as network storage.
A container is a lighter way of doing a virtual machine. It shares the kernel with Proxmox (hence only being able to run Linux distros in LXC).
That said you can run TrueNAS as a VM under Proxmox or you can spin up a file server in a container and utilise the ZFS system for storage.
With Proxmox and the 1080 you could go one of a couple of ways.
Put Plex in a LXC and it will be able to access the GPU through the kernel space with Proxmox (drivers are installed at the hypervisor level). Advantage is that you still have gpu for the console.
Option 2 is to pass the GPU through to a virtual machine. This has to be a done on a 1:1 basis i.e the 1080 can only be used by one VM at a time. IF you're interest you can go down the path of vGPU which would allow the GPU to be shared between a number of VMs.
However as part of the configuration processor you blacklist the drivers and card which means it's not available for the console (normally won't matter if but if you have any problems it can make trouble shooting a bit harder).