ip -6 addr
Prints a whole lot of actual addresses:
inet6 <addr>/128 scope global dynamic noprefixroute
valid_lft 999612sec preferred_lft 394812sec
inet6 <addr>/64 scope global dynamic mngtmpaddr noprefixroute
valid_lft 1002639sec preferred_lft 397839sec
inet6 <addr>/64 scope link
valid_lft forever preferred_lft forever
By now I now that global means it's globally recognized.
But I have two global - which is my actual valid ipv6 address?
On another host, I have three:
/128 scope global dynamic noprefixroute
/64 scope global temporary dynamic
/64 scope global dynamic mngtmpaddr noprefixroute
- What does each mean? What are these differences for just the global scope?
I am trying to set a fixed IP for my RPi, editing /etc/dhcpcd.conf.
- Is actually the
scope linkthe correct in this case? - What happens if I put the global one?