itay cohen writes: > its kinda working, > after changing the address i'm getting this error and kea stops sending > responses. > > DHCP4_PACKET_SEND_FAIL [hwtype=1 00:0c:29:45:76:07], > cid=[01:00:0c:29:45:76:07], tid=0xdbed5a23: failed to send DHCPv4 packet: > pkt4 send failed: sendmsg() returned with an error: Invalid argument
=> the kernel did not like the new address. If the problem is not obvious strace (Linux), ktrace (BSDs) or truss (systen V) can help you as they trace system calls including arguments (easier than debugging via gdb/lldb/..). Regards [email protected] _______________________________________________ Kea-users mailing list [email protected] https://lists.isc.org/mailman/listinfo/kea-users
