[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(usagi-users 03652) Re: Multicast on loopback
- To: usagi-users@xxxxxxxxxxxxxx
- Subject: (usagi-users 03652) Re: Multicast on loopback
- From: David Stevens <dlstevens@xxxxxxxxxx>
- Date: Tue, 11 Apr 2006 11:14:30 -0700
- Cc: Etienne Gallet de Santerre <etienne.galletdesanterre@xxxxxxxxxxxxxxxx>, usagi-users@xxxxxxxxxxxxxx
- In-reply-to: <B4CBA713-208A-461E-9E1E-A73DBB04E3D7@enst-bretagne.fr>
- Reply-to: usagi-users@xxxxxxxxxxxxxx
> The error we are tryong to avoid occurs later, when dhcpv6 try to
> send a message
>
> >./dhcp6c -dDf lo
> [...]
> Apr/11/2006 18:45:47: client6_send: transmit failed: Network is
> unreachable
I don't know if it's relevant or not to your problem, but
loopback, by default, is not multicast-capable, and it also does
not have a MAC address (used to generate the client ID). And, of
course, there isn't much use in running DHCP on loopback. :-)
"ifconfig lo multicast" appears to set the interface flag,
though I don't know if that means it works properly. The client
I have fails on "lo" with error messages "doesn't support
hardware type 772", "failed to get hardware address", and
"failed to get a DUID" (in that order).
You can use "strace" to find out specifically what it did,
but my guess is that it's a bug in the application.
+-DLS