Keine IPv6 Konnektivität (mal wieder Hetzner)

pve n00b

Active Member
Oct 21, 2017
9
1
43
57
Moin!

Seit 2 Tagen versuche ich Proxmox mit IPv6 an den Start zu bringen, aber iwie bin ich anscheinend zu blöd.
Der Dedi steht bei Hetzner und ich bin brav nach Hetzner Anleitung vorgegangen (Routed Setup) [https://community.hetzner.com/tutorials/install-and-configure-proxmox_ve/de#routed-setup], doch aus irgendeinem Grund ist keine Kommunikation zwischen Host und Container/VM möglich. Und, ja, ich habe die Suchfunktion benutzt, aber keins der Ergebnisse hat mich zum Erfolg geführt. Vielleicht ist ja hier jemand in der Lage, mich in die richtige Richtung zu schubsen:


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

auto eno1
iface eno1 inet static
        address <HAUPT-IP>
        gateway <GATEWAY-IP>
        netmask 255.255.255.192

iface eno1 inet6 static
        address <IPV6::2/64>
        gateway fe80::1

auto vmbr0
iface vmbr0 inet static
        address <HAUPT-IP>
        bridge-ports none
        bridge-stp off
        bridge-fd 0

iface vmbr0 inet6 static
        address <IPV6::3/64>
        up ip -6 route add <IPV6::/64> dev vmbr0

IPv6 forwarding ist auf dem Host aktiviert.

Config LXC:
Code:
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet6 static
        address <IPV6::4/64>
        gateway <IPV6::3>


Ich danke für jeden Hinweis!

LG
 

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!