[clug] How to connect two Linux boxes? [SEC=UNCLASSIFIED]

Matt Hope matt.hope at gmail.com
Fri Sep 4 02:31:25 MDT 2009


> The link-local part of zeroconf basically picks an address (out of most of
> 169.254.0.0/16), you arp for the address, and if no-one answers, its yours.
> All you have to do is to defend (with arp) the address so no-one else claims
> it.

If you've got relatively recent hosts, you could use ipv6, and the
link-local fe80:: addresses.

If the two hosts are on the same wire, take a look at the interfaces
(ifconfig, or ip addr). There's a reasonable chance they've
self-allocated a ipv6 address that stats with fe80::  (its based on
the mac addr). You could then chat between the two hosts, if you've
got the fe80:: addresses, without needing to allocate addresses.


More information about the linux mailing list