Le 24/02/2017 à 19:21, Christopher Morrow a écrit :
On Fri, Feb 24, 2017 at 1:08 PM, Alexandre Petrescu <alexandre.petrescu@xxxxxxxxx <mailto:alexandre.petrescu@xxxxxxxxx>> wrote: Le 24/02/2017 à 18:53, Christopher Morrow a écrit : yes, I think so.. for linux: $ sudo ip -6 addr add 2001:700:4::1 dev em1 gets me: inet6 2001:700:4::1/128 scope global That address is good, but how about the routing table? Does it get an entry like 2001:700:4::/64? $ ifconfig em1 <snip> inet6 addr: 2001:700:4::1/128 Scope:Global <snip> and: $ netstat -rnA inet6 Kernel IPv6 routing table Destination Next Hop Flag Met Ref Use If 2001:700:4::1/128 :: U 256 0 0 em1 <snip> 2001:700:4::1/128 :: Un 0 1 0 lo that sure seems like i only got what I paid for.. on: $ uname -r 3.13.0-92-generic
Looks good in linux world. Alex