On Fri, Nov 29, 2019 at 02:08:39AM +0100, Ralph Seichter wrote > The ndp dump on 'argon' shows expired entries, entries that are still > valid for the listed time, and permanent entries. As you can see, I can > use 'ferrum.local' to identify a particular machine and login. There is > also 'silver', which happens to be my smartphone. There is even an entry > 'fd67:1111:2222::10' which represents a static IPv6 address I used for > testing earlier, with fd67:1111:2222 being my obfuscated ULA prefix. > > IPv6 clients are chatting link-local without user intervention, to say > "I'm here" and to ask "Who is near me?". Routers actively advertise > their services. After a little while, clients start to get an idea of > their surroundings without an admin holding their hand. IPv6 is pretty > nifty in that regard.
Looking at https://techhub.hpe.com/eginfolib/networking/docs/switches/K-KA-KB/16-01/5200-0133_ipv6_config_k/content/ch01s10.html Assume the following... machine1 has a script in /etc/local.d/ that executes... ipv6 address fe80::1 link-local machine2 has a script in /etc/local.d/ that executes... ipv6 address fe80::2 link-local machine3 has a script in /etc/local.d/ that executes... ipv6 address fe80::3 link-local etc, etc. Can I enter... # fe80::1 machine1 fe80::2 machine2 fe80::3 machine3 # ...in /etc/hosts and will it properly match them to the correponding machine? Forget about global addresses for the time being. I simply want to be able to scp and ssh between local machines first. -- Walter Dnes <waltd...@waltdnes.org> I don't run "desktop environments"; I run useful applications