IPv6 nach Update auf Proxmox 5 unbrauchbar

tomsiewert

Active Member
Nov 5, 2016
7
0
41
21
Germany
Guten Tag,

ich besitze einen Hetzner Dedicated Server, der ein /64 IPv6 Subnet hat.

Meine Netzwerkkonfig sieht so aus:
Code:
auto lo
iface lo inet loopback
iface lo inet6 loopback

auto eth0
iface eth0 inet static
  address 78.46.**.***
  netmask 255.255.255.***
  gateway 78.46.**.***
  # route 78.46.**.***/** via 78.46.**.***
  up route add -net 78.46.**.*** netmask 255.255.255.*** gw 78.46.**.*** dev eth0

iface eth0 inet6 static
  address 2a01:4f8:***:*****::2
  netmask 64
  gateway fe80::1

auto vmbr0
iface vmbr0 inet static
        address 78.46.**.****
        netmask 255.255.255.***
        bridge_ports none
        bridge_stp off
        bridge_fd 0
        bridge_maxwait 0

iface vmbr0 inet6 static
  address 2a01:4f8:***:****::f001
  netmask 64
  up route -A inet6 add 2a01:4f8:***:****::/64 dev vmbr0

Das komische ist, dass es unter Proxmox 4 super funktionierte und seit Proxmox 5 nicht mehr.

Werte `net.ipv4.ip_forward=1` und `net.ipv6.conf.all.forwarding=1` wurden natürlich in der sysctl.conf gesetzt.

Mit freundlichen Grüßen
Tom S.
 
Hi,

Hast du mal versucht die IPv6 Netmask beim eth0 Interface auf 128 zu setzen?
 

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!