Recent content by stepanov1975

  1. S

    [SOLVED] X550 / X550-T2 Duplex Auto Negotiation

    Thanks for the tip I have Asrock X570D4U-2L2T motherboard with TrueNas installed Adding the code you mentioned to /etc/network/interfaces did not help But I added the following command to "Init/Shutdown Scripts" and it solved the problem /usr/sbin/ethtool -s enp36s0f1 advertise 0x1800000001028
  2. S

    [TUTORIAL] Broadcom NICs down after PVE 8.2 (Kernel 6.8)

    Disabled RDMA in bios solved the problem for Supermicro H12SSL-NT motherboard
  3. S

    Proxmox installation interfaces get no IP

    I just wanted to share an update for anyone using the Supermicro H12SSL-NT motherboard and facing the same issue mentioned in the first post. After installing Proxmox, I couldn’t access the web interface and noticed the network link was down. The solution, in my case, was to disable RDMA in the...
  4. 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...
  5. S

    Unprivileged LXC local directory bind mount point not working

    @dcsapak Thank you for the replay. I checked this wiki page and as far as I understand it says that for default configuration all users will be mapped to nobody . That is perfectly fine for me. I don't need permission inside the container. I only
  6. 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...
  7. S

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

    @avw Thank you for your comments. I don't understand a thing from all configurations above. I only looked for instructions and tried what worked Option amd_iommu=on recommended here: https://pve.proxmox.com/wiki/Pci_passthrough options nouveau modset=0 taken from tutorial. I checked and it...
  8. 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...