bfenty

Members
  • Posts

    13
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

bfenty's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Cool, so my plan to triple it will pay dividends. Thanks for the help! BTW, for anyone reading this, I've definitely seen a performance IMPROVEMENT in my VM with less RAM allocated to it. That's counter-intuitive, but true. To JonathanM's point, I'm sure the bottlenecks I was experiencing were on the UNRAID side and not the VM side.
  2. Thanks for explaining. Do you know how much RAM is optimal for the host? Or at least a guideline? After my upgrade I’d like 32gb for my windows vm.
  3. I’ve got a daily driver/gaming vm that works great. What I’m wanting to do is use a share to store games so that I can expand it. I’ve got a couple nvme drives as a share, but I’m noticing some hitching in game and I think it’s because I have an smb share mounted for storage. Is there a better way to do this? I’m trying to avoid creating a vm disk because I want to be able to use the drives for storing multiple things without having to define storage limits, if possible.
  4. Yup that seems to have been the issue. I must have over provisioned it. Good solution, thank you. I ordered 64GB more RAM on a good deal, so I should be able to run a couple VMs simultaneously in the future.
  5. I have an Intel 12700K, 32GB of RAM, and. 3060TI in my desktop. I’m sharing that with a windows 11 vm that has passthrough on a nvme drive and the video card. It’s super stable and works great. UNLESS I also spin up my Linux VM with a VNC desktop-then they both crash within about 2 minutes of Linux getting to desktop, even with both running at idle. I believe I have not over provisioned(not even sure if that’s an issue assuming low actual usage?). I have selected separate cores on the processor for each. The RAM amount is less than 32GB total. It doesn’t seem like anything a problem until the desktop starts stuttering and then black screens and crashes. Both VMs crash according to web UI. I don’t think there’s a reason I can’t run multiple VMs…I’d really like to be able to use Linux for development work and as a secure environment. Any help is appreciated.
  6. I have an MSI z690 motherboard (this one) and I want to passthrough audio to a Windows VM. However the audio card is part of an IOMMU group with some other devices, and I'm not sure I can pass through the group without causing myself issues. Would it cause issues to try it?
  7. I have qemu installed, didn’t change anything
  8. I’m trying to remember now. I’m wondering if windows worked so well out of the box that I forgot to do that. I’ll check. Thanks, that gives me a place to start.
  9. When I click on 'Stop' in the VMs tab, I would expect the Windows VM to shutdown gracefully. However, nothing at all happens. I'm trying to be able to run a script like spaceinvader1's that switches between VMs (I use this as my main desktop with GPU passthrough on multiple VMs). Any ideas what I should check, either on the host or the guest, to get this working?
  10. nginx manager is a gui for nginx. It obfuscates a lot of the manual work, which is great 99% of the time. you just select url/ip/port and hit save. Only problem is if you need custom locations, it would be easier to just do it in a .conf file. I'll see if I can figure it out on my own for this one though.
  11. OMG man let it go. Your posts are at the point of being unhelpful. We know there are guides out there for VPNs. That's a good solution for some people. Reverse proxies are also a good solution for some people. Yes, it takes correct setup as does anything. A warning about that is warranted, but you're well past that. A properly secured 2-factor authentication gateway (such as Authelia) along with HTTPS certs should be more than enough to secure the reverse proxy. No, not everyone will do that, but that's not your responsibility (and if you're reading this, PLEASE setup your reverse proxy with this kind of security, or consider not doing it at all). Off the top of my head, a couple valid use-cases: Local network only, to avoid having to remember all the ports and IPs for all your applications Remote access where a VPN isn't viable, for instance on a work PC without admin access In the future, please consider just answering the question, or don't respond. Thank you.
  12. Any idea where all of this goes in nginx reverse proxy manager? I like the manager gui because it makes life easier, but when it comes to advance configs it can be a pain...
  13. I’m doing a GPU passthrough gaming VM build. Hardware: i7-9700K ASUS Prime B-365 Rtx 3060TI Razer Ornata Razer mamba wireless During games, moving the mouse causes severe lag and slowdown (sometimes to the point of freezing video output entirely). I’m getting very sub-par performance, for instance 20 fps in Cyberpunk on very low with rtx off. Moving the mouse causes the screen to freeze entirely until I stop moving the mouse. The gpu also sits at 40-50% load while under performing as reported by nvidia geforce overlay. Of course i have latest drivers installed etc. since I’m passing through the usb controller as well, I’m wondering if there’s interference between usb controller and pci-e? I don’t know if that’s even possible but I can’t figure out how moving the mouse freezes game video output. Desktop performance and anything that’s not gpu-intensive works perfectly fine.