c/Hallo zusammen,
ich habe ein komisches Problem im Zusammenhang mit IPv6.
Nach dem booten funktioniert IPv6 ganz normal. Nach einiger Zeit(genau keine Ahnung, ca 1-2 Stunden) funktioniert IPv6 auf einmal garnicht mehr. Ich kann keine Hosts anpingen, ich bin nicht erreichbar, nichts. IPv4 funktioniert weiter normal.
/edit hab gerade ins monitoring geschaut und die Zeiten, die da aufgezeichnet sind, sind 30 min Up und 51 min Up.
System ist Debian 8.1, 64 bit. Server ist Root Server M(mit HDD)
/etc/network/interfaces
Code
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
iface eth0 inet6 static
address 2a03:4000:6:fffg::1 #fffg=Platzhalter
netmask 64
gateway fe80::1
Display More
ifconfig
Code
root@sv4:~# ifconfig
eth0 Link encap:Ethernet HWaddr 52:54:4d:66:54:88
inet addr:37.120.167.256 Bcast:37.120.167.255 Mask:255.255.252.0
inet6 addr: fe80::5054:4dff:fe66:5488/64 Scope:Link
inet6 addr: 2a03:4000:6:fffg::1/64 Scope:Global
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:14083165 errors:0 dropped:0 overruns:0 frame:0
TX packets:12396469 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4618353459 (4.3 GiB) TX bytes:1475256130 (1.3 GiB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:338632 errors:0 dropped:0 overruns:0 frame:0
TX packets:338632 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:51471712 (49.0 MiB) TX bytes:51471712 (49.0 MiB)
Display More
ping6 nach uptime >2h
Code
root@sv4:~# ping6 sv1.ggsrv.de
PING sv1.ggsrv.de(sv1.ggsrv.de) 56 data bytes
From sv1.ggsrv.de icmp_seq=1 Destination unreachable: Address unreachable
From sv1.ggsrv.de icmp_seq=2 Destination unreachable: Address unreachable
From sv1.ggsrv.de icmp_seq=3 Destination unreachable: Address unreachable
From sv1.ggsrv.de icmp_seq=4 Destination unreachable: Address unreachable
^C
--- sv1.ggsrv.de ping statistics ---
4 packets transmitted, 0 received, +4 errors, 100% packet loss, time 3000ms
Code
root@sv4:~# mtr --report sv1.ggsrv.de
Start: Sun Jul 5 23:12:30 2015
HOST: sv4.ggsrv.de Loss% Snt Last Avg Best Wrst StDev
direkt NACH neustart:
Code
root@sv4:~# ping6 sv1.ggsrv.de
PING sv1.ggsrv.de(sv1.ggsrv.de) 56 data bytes
64 bytes from sv1.ggsrv.de: icmp_seq=1 ttl=58 time=3.01 ms
64 bytes from sv1.ggsrv.de: icmp_seq=2 ttl=58 time=3.10 ms
64 bytes from sv1.ggsrv.de: icmp_seq=3 ttl=58 time=3.46 ms
64 bytes from sv1.ggsrv.de: icmp_seq=4 ttl=58 time=3.17 ms
^C
--- sv1.ggsrv.de ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3005ms
rtt min/avg/max/mdev = 3.011/3.187/3.463/0.182 ms
Code
root@sv4:~# mtr --report sv1.ggsrv.de
Start: Sun Jul 5 23:14:56 2015
HOST: sv4.ggsrv.de Loss% Snt Last Avg Best Wrst StDev
1.|-- 2a03:4000:6:4000::3 0.0% 10 0.7 0.6 0.4 0.8 0.0
2.|-- 2a01:4f8:0:e060::5 0.0% 10 0.5 0.8 0.5 3.3 0.7
3.|-- core11.hetzner.de 0.0% 10 0.7 0.7 0.5 1.0 0.0
4.|-- core22.hetzner.de 0.0% 10 3.2 5.6 3.1 24.1 6.5
5.|-- juniper4.rz19.hetzner.de 0.0% 10 24.0 17.6 3.1 64.2 20.3
6.|-- hos-tr8.ex3k19.rz19.hetzn 0.0% 10 5.4 5.7 4.2 8.4 1.5
7.|-- sv1.ggsrv.de 0.0% 10 3.2 3.3 3.1 3.9 0.0