On Sat, Jun 16, 2012 at 02:17:06AM +0200, David Kuehling wrote: > >>>>> "Xiangfu" == Xiangfu Liu <[email protected]> writes: > ssh root@fe80::8ccf:67ff:fe82:98e6%usb0 > > Next problem: the IPv6 link-local address changes after every boot! The > IPv6 address is generated from the MAC-address; the MAC adress changes, > too. Why???
Link local addresses are generated at random, just as ipv4 autoip addresses, only to have some id that does not collide with any in the network. And their prefix does not indicate anything to the kernel routing table, hence you need to specify the out interface. You need some ipv6 dhcp server, or set some easy addresses in both sides. Note that ipv6 interfaces are meant to have *more* than one ip, so it's only about *adding* a fixed address, a *dhcp* address, whatever. Regards, Lluís. _______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

