Recent content by loininger

  1. L

    [SOLVED] Can't get ipv6 on vm (debian) working

    Maybe this is helpful to others: I fixed it by changing my default interface that: my /etc/network/interfaces on my proxmox-host looks like this now: iface enp1s0f0 inet manual auto vmbr0 #IP-V4-configuration: iface vmbr0 inet static address IP-ADDRESS-OF_HOST/32 gateway...
  2. L

    [SOLVED] Can't get ipv6 on vm (debian) working

    Hello, I'm trying to get a public ipv6 on my debian vm, I am new to proxmox. I have got a dedicated server from servdiscount, they provide me with a ffff:ffff:ffff:ffff::/64 ipv6 net. I want to use one, or more, ipv6 on my virtual machine. therefore I followed a tutorial from hetzner, which...