Eu instalei o ubuntu 12.04. Ouvi dizer que a interface Ethernet obtém automaticamente um endereço local de link, mas na minha caixa do Ubuntu não está obtendo o endereço local do link.
Comando
ifconfig -a
saída
Link encap:Ethernet HWaddr 00:1b:38:a1:a2:50
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:19
quando tento atribuí-lo manualmente usando o comando
ifconfig eth0 inet6 add fe80::21b:38FF:FEa1:a250/64
é atribuído à interface eth0. mas quando eu tento ping usando
ping6 -I eth0 fe80::21b:38FF:FEa1:a250
dá
connect:cannot assign requested address ping6 ubuntu
comando
ip -6 route get fe80::21b:38FF:FEa1:a250
dá
fe80::21b:38ff:fea1:a250 from :: via fe80::21b:38ff:fea1:a250 dev eth0 metric 0
cache
isso pode ter alguma pista para alguém.