On 30/05/16 03:19, Brian Gregory wrote:
> On 29/05/2016 18:32, Theo Markettos wrote:
>> What the OP proposes is Unique Local Addressing, which is not the
>> same. It's
>> subnettable and routable, just not publically. It's analogous to RFC1918
>> addressing in the IPv4 world but the use cases are different.
>
> If he's just got a TG582n and, one presumes, a single LAN network don't
> the link-local addresses do everything he needs?
>
> I'm pretty sure I remember successfully pinging the link-local address
> of my router when I was running dual stack. Am I wrong?
>
Yes, possibly.
I originally couldn't make it work, because linux requires that you
specify the physical interface, as well as the ipv6 number i.e.
fe80::1:2:3:4 doesn't work
fe80:1:2:3:4%eth0 does work
Windows7 doesn't seem to need the interface.
I can't remember about freebsd.
Where do the linklocal addresses come from?
I'm guessing that the machine makes one up at boot time, will a machine
have the same linklocal address every time it starts?
On 29/05/16 18:32, Theo Markettos wrote:
> On some
> systems a hostname map for the other machine appears so you can
> connect to it by name. No messing about with static IPs and hosts
> files.
>
That sounds good, how do I read the hostname map?