Home > Archive > Unix Programming > August 2006 > Problem related with dhcp client packet format.
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem related with dhcp client packet format.
|
|
| agnibhu 2006-08-21, 8:00 am |
| Hi,
We are trying to update the DNS Records from dhcp server. That is we
need to support ddns update from dhcp server. For this we are forming
dhcp client packet format where we need to set the option 61 "Client
identifier". We have tried to make the format for "Client identifier"
where we need to make the format for "Hardware type and Client MAC
Address". It would be great, if you can give some information for
formating this packet.
Thanks in Advance.
Regards,
Agnibhu.
| |
| Robert Harris 2006-08-21, 8:00 am |
| agnibhu wrote:
> Hi,
> We are trying to update the DNS Records from dhcp server. That is we
> need to support ddns update from dhcp server. For this we are forming
> dhcp client packet format where we need to set the option 61 "Client
> identifier". We have tried to make the format for "Client identifier"
> where we need to make the format for "Hardware type and Client MAC
> Address". It would be great, if you can give some information for
> formating this packet.
>
> Thanks in Advance.
> Regards,
> Agnibhu.
The message format is defined in RFC2132 (see
<http://www.rfc-editor.org/rfc/rfc2132.txt> )
Robert
|
|
|
|
|