dhccra and dhclient from branch built, but...
Francis Dupont
fdupont at isc.org
Tue Mar 20 23:15:40 UTC 2012
I believe there is a conflict on the DHCP service port.
The lsof of dhccra on ida returns:
dhccra 17331 root 4u pack 105017 0t0 ALL type=SOCK_PACKET
dhccra 17331 root 5u IPv4 104043 0t0 UDP *:67
dhccra 17331 root 6u IPv6 104045 0t0 UDP *:67
dhccra 17331 root 7u IPv6 104048 0t0 UDP *:68
IMHO the issue is the file descriptor 5.
If I try with the -l option the 6 and 7 sockets got bound, so
the fix should be to add the same facility to IPv4. Note in fact
the fix should go in the dnsmasq (perhaps it has it?) because
on the dhccra this means it has to be restarted when the address
is acquired (BTW it has no state at all so it doesn't matter,
it is just something painful to script).
Regards
Francis Dupont <fdupont at isc.org>
PS: -l -> -l6 and -l4, CVS updated in some minutes.
More information about the sdcpe-devel
mailing list