Hallo,
bei meinem Hetzner Server ist IPv6 nicht von außen erreichbar und umgekehrt.
Meine eigene IPv6 Adresse kann ich problemlos pingen, google z.B. nicht.
/etc/network/interfaces
Hat jemand eine Ahnung, woran das liegen könnte?
bei meinem Hetzner Server ist IPv6 nicht von außen erreichbar und umgekehrt.
Meine eigene IPv6 Adresse kann ich problemlos pingen, google z.B. nicht.
Code:
PING ipv6.google.com(2607:f8b0:4009:80b::200e) 56 data bytes
From *meine IPv6 Adresse* icmp_seq=2 Destination unreachable: Address unreachable
/etc/network/interfaces
Code:
### Hetzner Online AG - installimage
# Loopback device:
auto lo
iface lo inet loopback
# device: eth0
auto eth0
iface eth0 inet static
address 136.243.xxx.xxx
broadcast 136.243.xxx.xxx
netmask 255.255.255.192
gateway 136.243.xxx.xxx
# default route to access subnet
up route add -net 136.243.xxx.xxx netmask 255.255.255.192 gw 136.243.xxx.xxx eth0
iface eth0 inet6 static
address 2a01:4f8:211:xxxx::2
netmask 64
gateway fe80::1
Hat jemand eine Ahnung, woran das liegen könnte?