[gelöst] DNS Auflösung nur mit IPV6 - war Routing IPV6 zu/von VM - siehe Update

etron770

Well-Known Member
Feb 14, 2018
51
3
48
59
Hetzner Server
funktioniert:
von extern:
ping6 auf den Host aaaa:bbbb:cccc:dddd::2
vom Host:
ping6 auf die VM aaa:bbbb:cccc:dddd::32
ping6 auf vmbr0 aaaa:bbbb:cccc:dddd::3

Von der VM
ping6 auf vmbr0 aaaa:bbbb:cccc:dddd::3
Funktionert nicht:
ping6 auf den Host aaaa:bbbb:cccc:dddd::2

Wo muss ich denn da das Routing ändern damit vom vmbr0 auf den Host weitergeroutet wird.

auto enp6s0 iface enp6s0 inet static address xxx:yyy:zzz:18 netmask 255.255.255.192 gateway xxx:yyy:zzz1 iface enp6s0 inet6 static address aaaa:bbbb:cccc:dddd::2 netmask 64 gateway fe80::1 up sysctl -p

Die IPV4 container:
auto vmbr0 iface vmbr0 inet static address xxx:yyy:zzz:18 netmask 255.255.255.255 bridge-ports none bridge-stp off bridge-fd 0 up ip route add xxx:yyy:zzz:32/32 dev vmbr0 iface vmbr0 inet6 static address aaaa:bbbb:cccc:dddd::3 netmask 64 up ip -6 route add aaaa:bbbb:cccc:dddd::32/64 dev vmbr0 ....

in der VM durch Proxmox eingetragen

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


auto eth0
iface eth0 inet6 static
        address aaaa:bbbb:cccc:dddd::57/64
        gateway aaaa:bbbb:cccc:dddd::3

iface eth0 inet static
        address  xxx:yyy:zzz:57/26
        gateway xxx:yyy:zzz:18
 
Last edited:
Update auch wenn der ping6 zum host nicht funktioniert sind die VMs zu erreichen, auch wenn keine IPV4 Adresse vergeben ist.

Aber, wenn keine IPV4 Adresse vergeben ist, funktioniert z.B ein ping6 google.de nicht.
ping6 2a00:1450:4001:82a::2003 funktioniert

Was müsste ich noch ändern, wenn ich ipv4 abschalten möchte
 
Last edited:
Update:
Aus irgendeinem Grund übernimmt die VM die Host einstellungen nicht, obwohl bei
Proxmox:VM:DNS Domain und proxmox:VM:DNS server
"use host settings"
eingetragen ist
bei hetzner funktioniert (derzeit):
proxmox:VM:DNS Domain: hydrogen.ns.hetzner.com oxygen.ns.hetzner.com helium.ns.hetzner.de
und proxmox:VM:DNS server: 2a01:4f8:0:1::add:9999 2a01:4f8:0:1::add:9898 2a01:4f8:0:1::add:1010
 

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!