Search results

  1. N

    Routed Configuration with IPv6 not working

    I'm trying to set up a server with routed networking. My host has given me: Public IPv4 IPs: 170.1.2.88/29 IPv4 Gateway IP: 170.1.2.89 Public IPv6 IPs: 2600:1234:1234:1234::/64 IPv6 Gateway 2600:1234:1234:1234::1 Here is my /etc/network/interfaces on the Proxmox host: auto lo iface lo inet...
  2. N

    Mouse stopped working in Windows

    I have a Windows 10 VM where the mouse just stopped working in it one day. I normally access using the web interface console, but when I try "noVNC" a similar thing happens. Nothing in the config has changed for months. "Use tablet for pointer" mode is enabled, and always has been. I've checked...
  3. N

    Docker doesn't work after upgrade to Debian Bullseye - cgroup problem

    I upgraded Proxmox to version 7 and on this server I have a container running Debian which hosts docker containers. Before the upgrade, the container was working fine. The server was running Proxmox 6 and the container was running Debian Buster and was set to be "Unprivileged" and had keyctl=1...
  4. N

    [TUTORIAL] Fixing UEFI boot

    I recently installed Proxmox VE on a server that was set to boot in BIOS/legacy mode, not UEFI. I later ran into the bug in grub where grub is really picky about what features are enabled in ZFS and will refuse to boot if certain features are enabled (large_dnode in my case). So I decided to...