[SOLVED] Proxmox IPv6 Problem Hetzner

TZockt

Member
Jul 20, 2021
30
1
8
23
Hallo zusammen,

ich habe mein Proxmox Server auf die Version 7.0 geupdatet und seit dem funktionieren die IPv6 Adressen auf den VMs und LXCs nicht mehr.

/etc/network/interfaces des Hosts

Code:
auto lo
iface lo inet loopback
iface lo inet6 loopback

auto enp2s0
iface enp2s0 inet static
  address 144.76.1xx.xxx
  netmask 255.255.255.224
  gateway 144.76.1xx.225
  up route add -net 144.76.1xx.224 netmask 255.255.255.224 gw 144.76.1xx.225 dev enp2s0

auto vmbr0
iface vmbr0 inet static
  address 144.76.1xx.xxx
  netmask 255.255.255.255
  bridge_ports none
  bridge_stp off
  bridge_fd 0
  up ip route add 5.9.17x.xx/32 dev vmbr0
  up ip route add 5.9.17x.xx/32 dev vmbr0
  up ip route add 5.9.17x.xx/32 dev vmbr0
  up ip route add 5.9.17x.xx/32 dev vmbr0
  up ip route add 5.9.17x.xx/32 dev vmbr0
  up ip route add 5.9.17x.xx/32 dev vmbr0
  up ip route add 5.9.17x.xx/32 dev vmbr0

iface enp2s0 inet6 static
  address 2a01:4f8:192:xxxx::2/128
  gateway fe80::1

iface vmbr0 inet6 static
  address 2a01:4f8:192:xxxx::1/128
  up ip -6 route add 2a01:4f8:192:xxxx::/64 dev vmbr0

/etc/network/interfaces der VM


Code:
auto lo
iface lo inet loopback

allow-hotplug ens18
auto ens18
iface ens18 inet static
 address 5.9.17x.xx
 gateway 144.76.1xx.xxx
 dns-nameservers 1.1.1.1
 dns-nameservers 1.0.0.1

iface ens18 inet6 static
 address 2a01:4f8:192:xxxx::ffee
 gateway 2a01:4f8:192:xxxx::1
 dns-nameservers 2606:4700:4700::1111

Danke schon mal für eure Hilfe!!!
Gruß
Tim
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!