IPV6 und Hetzner

Mahlzeit,

ich versuche gerade eine PMX mit IPV6 für Host und VM einzurichten. Ich habe mich an die Anleitung von Hetzner, auf der auch viele Verweise vom Forum hier zeigen, gehalten. Mit IPV4 geht alles ohne Probleme.

Forwarding wurde eingeschaltet
Code:
net.ipv4.ip_forward=1
net.ipv6.conf.all.forwarding=1

Die Netzwerk-Konfig des Host ist bei mir wie folgt:

Code:
auto lo
iface lo inet loopback

iface lo inet6 loopback

auto enp2s0
iface enp2s0 inet static
        address 11.22.33.44/26
        gateway 11.22.33.129
        pointopoint 11.22.33.129

iface enp2s0 inet6 static
        address aaaa:bbb:cc:dd::2/64
        gateway fe80::1

auto vmbr0
iface vmbr0 inet static
        address 11.22.33.44/32
        bridge-ports none
        bridge-stp off
        bridge-fd 0
        pre-up brctl addbr vmbr0
        up ip route add 11.22.33.55/32 dev vmbr0
        down ip route del 11.22.33.55/32 dev vmbr0
        up ip route add 11.22.33.66/32 dev vmbr0
        down ip route del 11.22.33.66/32 dev vmbr0


iface vmbr0 inet6 static
        address aaaa:bbb:cc:dd::20
        netmask 64
        up ip -6 route add aaaa:bbb:cc:dd::/64 dev vmbr0

Für einen Windows VM habe ich diese Konfiguration versucht:
1653900782119.png

Für CentOS habe ich die die selben Werte versucht.

Bei beiden kam keine Verbindung zum Host und zum Netzwerk zustande.

Kann mir jemand auf die Sprünge helfen wo ich den (Denk)Fehler habe?
 
Hi,

habe mir eben mal die Hetzner Doku angeschaut, arbeite auch schon länger mit den. Habe bisher aber nur über Bridged gemacht, weil es deutlich einfacher ist.
Aber soweit ich sehe fehlt dir im enp2s0 der Eintrag "up sysctl -p", ggf. hilft dir das.

Und hast du schon mal in deiner VM eine andere IP Probiert als die, die du im Interface eingetragen hast?
 
Mahlzeit @MrKampf
danke für die Antwort. Der Eintrag up sysctl -p hat nichts geändert.

Ich habe bereits auch andere IPs versucht, alles das selbe. Der Host lässt sich mit IPV6 von extern anpingen, aber werder VM --> Internet, Internet --> VM noch Host <--> VM funktioniert ein Ping
 
Hast du bereits das Hetzner Gateway im Gateway punkt Probiert? Also fe80::1 einfach um das als Fehler auszuschließen?
 

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!