Search results

  1. S

    PVE 7 OpenVPN (LXC) problem: Cannot open TUN/TAP dev

    Just want to share the working configuration. I wanted to run OpenVPN in Docker container inside LXC and got the following error: Cannot open TUN/TAP dev /dev/net/tun: Operation not permitted (errno=1) After some research, I found that adding the following to /etc/pve/lxc/xxx.conf solves the...
  2. S

    Unprivileged LXC local directory bind mount point not working

    I am trying to mount a directory from Proxmox host to an unprivileged LXC (Proxmox 7) From this page - Unprivileged LXC containers it seems like all I need to do is to add pct set 100 -mp0 /mnt/bindmounts/shared,mp=/shared To the LXC configuration file. I did this: 102.conf arch: amd64 cores...
  3. S

    GPU Nvidia GeForce GTX 1660 Ti passthrough AMD Ryzen 9 5900X VM Ubuntu Server 20.04

    Hi, I needed to passthrough GPU Nvidia GeForce GTX 1660 Ti to VM to use it for Plex server hardware acceleration. Took me a lot of time to find a working configuration so I want to share. May be will help someone I used the following sources: Plex on ProxMox Tutorial WITH nVidia Hardware...