Guten Tag!
Wir haben 2 Server bei Netcup:
1x Debian 7.0
1x Ubuntu 12.04
Wir haben ein problem mit der IPv6 Verbindung:
Folgenden Fehler geben beide Server aus:
ICMPv6 RA: ndisc_router_discovery() failed to add default route
Beide haben folgende config:
/etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet static
address X.XX.XXX.196
netmask 255.255.252.0
broadcast X.XX.XXX.255
gateway X.XX.XXX.1
iface eth0 inet6 static
address XXXX:XXXX:6:5a::1
netmask 64
gateway fe80::1
Wo liegt das Problem? Bei anderen Providern haben wir kein Problem mit dieser Config