Hallo,
habe ein komisches Problem... IPv6 funktioniert irgendwie nicht.
KVM Setup:
Debian Squeeze Netinstall amd64 (ohne irgendwelche Webinterfaces)
Ich installiere und verwalte lieber alles alleine als es durch irgendwelche Scripts tun zu lassen.
VCP
Im VCP habe ich IPv6 hinzugefügt.
Folgende Informationen werden mir angezeigt.
QuoteDisplay MoreIPv6 Support
Hier können IPv6 Adressen zum VServer hinzugefügt werden
Zugewiesenens IPv6 Netzwerk
2a03:4000:2:190::/64
IPv6 Gateway
2a03:4000:0:2::1
Meine /etc/network/interfaces Datei sieht folgendermaßen aus:
QuoteDisplay More# 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
allow-hotplug eth0
iface eth0 inet dhcp
#IPV6 static configuration
iface eth0 inet6 static
pre-up modprobe ipv6
address 2a03:4000:2:190::2
netmask 64
gateway 2a03:4000:0:2::1
nachdem ich /etc/init.d/networking restart ausgeführt habe, bekomme ich folgenden Output in der Shell:
QuoteDisplay Moreroot@**********:~# /etc/init.d/networking restart
Running /etc/init.d/networking restart is deprecated because it may not enable again some interfaces ... (warning).
Reconfiguring network interfaces...Internet Systems Consortium DHCP Client 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit DHCP | Internet Systems Consortium
Listening on LPF/eth0/52:54:c2:bb:38:1e
Sending on LPF/eth0/52:54:c2:bb:38:1e
Sending on Socket/fallback
DHCPRELEASE on eth0 to 46.38.225.12 port 67
danach passiert nichts mehr, weil ich keine Verbindung mehr habe.
Nach einem Neustart via VCP:
Quoteroot@*********:~# ip -6 route show
fe80::/64 dev eth0 proto kernel metric 256 mtu 1500 advmss 1440 hoplimit 4294967295
root@*********:~# ping6 ipv6.google.com
connect: Network is unreachable
Was mache ich falsch?