ipv6 bei Proxmox

Hallo Zusammen,

nachdem ich nun ein paar Erfahrungen mit Proxmox sammeln durfte, stehe ich vor einem Problem.

Ich bekomme auf dem KVM-Gast kein IPv6 zum laufen. Das Host System ist erreichbar.

Meine Interfaces sieht so aus: (gast)

Code:
iface eth0 inet6 static
       address   2a01:4f8:130:1de2::4
       netmask   64
       gateway   2a01:4f8:130:1de2::3
(host)
Code:
iface vmbr0 inet6 static
       address   2a01:4f8:130:1de2::3
       netmask   64
       up ip route add 2a01:4f8:130:11de2::4/64 dev vmbr0
 
/etc/hosts

127.0.0.1 localhost.localhost localhost
80.XXX.XXX.XXX DOMAIN.com DOMAIN
2a01:4f8:130:1de2::4 DOMAIN.com DOMAIN


/etc/network/interfaces

# The loopback network interface
auto lo
iface lo inet loopback

# IPv4 LAN 0
auto eth0
iface eth0 inet static
address 80.XXX.XXX.XXX
netmask 255.255.255.0
network 80.XXX.XXX.0
broadcast 80.XXX.XXX.255
gateway 80.XXX.XXX.1
# IPv6 LAN 0
iface eth0 inet6 static
address 2a01:4f8:130:1de2::4
netmask 64
gateway 2a01:4f8:130:1de2::1


service networking restart


WiSo läuft den proxmox-Host auf der selben IP ???
2a01:4f8:130:11de2::/64
 

Werbung

Top