Well I'm not an expert on this but I stumbled over this too :-)
Between the 3.0 and the 3.1 series there was a change of the way the
dhcp demon talks to your router. It passes not only the MAC but also a
DUID string which your router (and mine) do not understand.
Lookup man dhcpcd for the -I switch or putting
echo "#undef ENABLE_DUID" >> config.h
in the Pkgfile would be an option.
Ciao Vincenzo
--
---| http://vico.kleinplanet.de |---
_______________________________________________
CRUX mailing list
CRUX@lists.crux.nu
http://lists.crux.nu/mailman/listinfo/crux
02-07-2008, 02:07 PM
Ronny Kornexl
dhcpcd eth0 timeout...
Am Donnerstag 07 Februar 2008 15:39:26 schrieb Vincenzo Colosimo:
> Hello Ronny
>
> On Thu, Feb 07, 2008 at 11:12:07AM +0100 or thereabouts, Ronny Kornexl
wrote:
> > Hello
> >
> > 3.0.18 :-))
> >
> > Info, eth0: dhcpcd 3.0.18 starting
> > Info, eth0: hardware address = 00:0b:6a:04:e3:c2
> > Info, eth0: broadcasting for a lease
> >
> > 3.1.8 (from core) :-((
> >
> > Info, eth0: dhcpcd 3.1.8 starting
> > Info, eth0: hardware address = 00:0b:6a:04:e3:c2
> > Info, eth0: DUID = 00:01:00:01:0e:50:47:aa:00:50:8b:f6:99:6a
> > Info, eth0: broadcasting for a lease
> >
> > Any hints?
>
> Well I'm not an expert on this but I stumbled over this too :-)
>
> Between the 3.0 and the 3.1 series there was a change of the way the
> dhcp demon talks to your router. It passes not only the MAC but also a
> DUID string which your router (and mine) do not understand.
>
> Lookup man dhcpcd for the -I switch or putting
> echo "#undef ENABLE_DUID" >> config.h
> in the Pkgfile would be an option.
>
> Ciao Vincenzo