[Cubieboard] Keine globale IPv6 Adresse mehr nach Update von Ubuntu 14.04 zu 16.04

Quidoff

Lieutenant
Registriert
Feb. 2005
Beiträge
897
Hallo,

nachdem ich mein Cubieboard (v4) von Ubuntu 14.04 auf 16.04 aktualisiert hatte, bekommt das eth0 Ethernet Interface keine globale IPv6 Adresse mehr. Von meinem Provider bekomme ich nur noch eine IPv6 Adresse, deshalb kann ich nur per IPv6 auf meine Geräte zugreifen:

Code:
$ ip addr show eth0
8: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
    link/ether 06:91:c2:f1:e9:8b brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.100/24 brd 192.168.0.255 scope global eth0
    inet 192.168.0.20/24 brd 192.168.0.255 scope global secondary eth0
    inet6 fe80::491:c2ff:fef1:e98b/64 scope link 
       valid_lft forever preferred_lft forever

Was mir in der Ausgabe von dmesg noch aufgefallen ist:
Code:
$ dmesg | grep eth0
[   20.575434] gmac0 gmac0: eth0: eth0: PHY ID 001cc915 at 0 IRQ poll     (gmac0-0:00)
[   31.115157] eth0: no IPv6 routers present

Diese Ausgabe finde ich auch seltsam:
Code:
$ sudo dhclient -v -6
Internet Systems Consortium DHCP Client 4.3.3
Copyright 2004-2015 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on Socket/wlan0
Sending on   Socket/wlan0
Listening on Socket/p2p0
Sending on   Socket/p2p0
Listening on Socket/eth0
Sending on   Socket/eth0
no link-local IPv6 address for bond0

If you think you have received this message due to a bug rather
than a configuration issue please read the section on submitting
bugs on either our web page at www.isc.org or in the README file
before submitting a bug.  These pages explain the proper
process and the information we find helpful for debugging..

exiting.

Auf dem cubieboard läuft immer noch diese Kernel version:
Code:
$ uname -r
3.4.39

Weiß allerdings nicht, wie ich der Kernelversion auf dem Board aktualisieren kann,
falls es etwas damit zu tun hat.

Auf meinem PC mit Ubuntu 16.10 funktioniert die Zuweisung der globalen IP-Adresse problemlos. Kann also auch nicht an der Fritzbox liegen.
 
Habe das Problem jetzt dadurch gelöst, dass ich die *.leases Dateien im Verzeichnis /var/lib/dhcp/ gelöscht und danach sudo dhclient -6 eth0 ausgeführt habe.
 
Zurück
Oben