Search results

  1. N

    Routed Configuration with IPv6 not working

    From https://pve.proxmox.com/wiki/Network_Configuration:
  2. N

    Routed Configuration with IPv6 not working

    OK, thanks for your help. That pointed me on the right track. I eventually found this website which was helpful. It does look like there is some sort of daemon to handle automatically creating the IPv6 neighbor proxies, but in my case I only have a few VMs on the box so I just created them...
  3. 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...
  4. N

    Mouse stopped working in Windows

    Sure, if you are in the VM for a while. Console works fine if you just need to go in for a few minutes, which is my case.
  5. 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...
  6. N

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

    I didn't want to switch to the old CGroup method because of Proxmox's documentation " Switch back to the legacy cgroup controller. Note that while it can be a valid solution, it’s not a permanent one. There’s a high likelihood that a future Proxmox VE major release, for example 8.0, cannot...
  7. N

    LXC running docker fails to start after upgrade from 6.4 to 7.0

    Thanks for this note. Upgrading Docker was the key to getting it to work for me.
  8. 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...
  9. 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...