I'm on a RedHat 6 box. IPv6 is enabled by default, and all interfaces have been assigned an IPv6 address.
ifconfig reports that these IPv6 addresses have the Scope of 'Link'.
% ifconfig eth0 Link encap:Ethernet HWaddr 00:24:90:AA:BB:1A
inet addr:192.168.10.100 Bcast:192.168.10.255 Mask:255.255.255.0 inet6 addr: fe80::224:90ff:feaa:bb1a/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1eth1 Link encap:Ethernet HWaddr 00:24:90:AA:BB:1B
inet addr:10.8.8.44 Bcast:10.8.8.255 Mask:255.255.255.0 inet6 addr: fe80::224:90ff:feaa:bb1b/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
What does 'Scope:Link' mean? I see that the latter part of the IPv6 address is similar to the MAC address of the NIC. Are other devices on the same network segment able to ping this device, even though I have not explicitly set up an IPv6 address?
Why does this Scope not appear for my IPv4 addresses? Is "Scope:Link" a IPv6-only concept?