Hallo,
trotz google und co weiß ich nicht weiter
die Anleitung habe ich benutzt:
community.hetzner.com/tutorials/install-and-configure-proxmox_ve/de?title=Proxmox_VE
Vom Host
In der /etc/sysctl.conf vom Host
vom Gast
so IPv4 geht super
so zum Problem es will mit IPv6 nicht
ping vom Gast aus
ping vom Host
Ich weiß echt nicht mehr weiter.
trotz google und co weiß ich nicht weiter
die Anleitung habe ich benutzt:
community.hetzner.com/tutorials/install-and-configure-proxmox_ve/de?title=Proxmox_VE
Vom Host
Code:
source /etc/network/interfaces.d/*
auto lo
iface lo inet loopback
iface lo inet6 loopback
auto enp35s0
iface enp35s0 inet static
address XXX.202.196.98
netmask 255.255.255.192
gateway XXX.202.196.65
up route add -net XXX.202.196.64 netmask 255.255.255.192 gw XXX.202.196.65 dev enp35s0
iface enp35s0 inet6 static
address XXXX:4f8:241:135d::2
netmask 64
gateway fe80::1
up sysctl -p
# V-Server
iface vmbr1 inet6 static
address XXXX:4f8:241:135d::161/64
bridge-ports none
bridge-stp off
bridge-fd 0
up ip -6 route add XXXX:4f8:241:135d::/64 dev vmbr1
auto vmbr1
iface vmbr1 inet static
address XXX.251.94.161/27
bridge-ports none
bridge-stp off
bridge-fd 0
In der /etc/sysctl.conf vom Host
Code:
net.ipv4.ip_forward=1
net.ipv6.conf.all.forwarding=1
vom Gast
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address xxx.251.94.162/27
gateway xxx.251.94.161
iface eth0 inet6 static
address xxxx:4f8:241:135d::162/64
gateway xxxx:4f8:241:135d::161
so IPv4 geht super
so zum Problem es will mit IPv6 nicht
ping vom Gast aus
Code:
ping XXX:4f8:241:135d::2
PING XXXX:4f8:241:135d::2(XXXX:4f8:241:135d::2) 56 data bytes
From XXXX:4f8:241:135d::162: icmp_seq=1 Destination unreachable: Address unreachable
ping XXXX:4f8:241:135d::161
PING XXXX:4f8:241:135d::161(XXXX:4f8:241:135d::161) 56 data bytes
64 bytes from XXXX:4f8:241:135d::161: icmp_seq=1 ttl=64 time=0.075 m
ping vom Host
Code:
ping XXXX:4f8:241:135d::162
PING XXXX:4f8:241:135d::162(XXXX:4f8:241:135d::162) 56 data bytes
From XXXX:4f8:241:135d::2: icmp_seq=1 Destination unreachable: Address unreachable
ping XXXX:4f8:241:135d::161
PING XXXX:4f8:241:135d::161(XXXX:4f8:241:135d::161) 56 data bytes
64 bytes from XXXX:4f8:241:135d::161: icmp_seq=1 ttl=64 time=0.026 ms
Ich weiß echt nicht mehr weiter.