Ask Your Question
0

(DHCP) I don't receive REQUEST packet

asked 2018-07-26 14:03:26 +0000

SteMMo gravatar image

updated 2018-07-26 14:07:34 +0000

Hello everyone,
I'm writing a simple DHCP server for a ARM microprocessor.
I directly connected it with a Win PC by an Ethernet cable: the PC acts as a DHCP client.
After some seconds I receive (4!) DISCOVER packet(s).
I reply with OFFER packet where I send an IP.
The server has IP = 192.168.5.201.
It is offering the IP = 192.168.5.202.

This is the Wireshark dump:

Image @ Dump

Why the client is not requesting the REQUEST packet?

Thanks

edit retag flag offensive close merge delete

Comments

Troubleshooting via screen shot is usually an exercise in frustration because the item we want to see isn't shown. Can you upload the capture file to a public share, e.g. Cloudshark, Google Drive, DropBox etc. and amend your question with a link to the capture file?

grahamb gravatar imagegrahamb ( 2018-07-26 14:19:54 +0000 )edit
SteMMo gravatar imageSteMMo ( 2018-07-26 14:28:40 +0000 )edit

Maybe it is cause the OFFER has destination = broadcast instead of the new IP? Is it yet active?

SteMMo gravatar imageSteMMo ( 2018-07-26 14:36:27 +0000 )edit

Better .. it is missing the destination MAC address (broadcast now..), is it?

SteMMo gravatar imageSteMMo ( 2018-07-26 16:01:26 +0000 )edit

This capture is not from a DHCP server on an ARM processor, unless Dell is making those. Also the client MAC address in the OFFER is wrong, and there are funny trailing bytes.

Jaap gravatar imageJaap ( 2018-07-26 16:07:54 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
1

answered 2018-07-27 04:47:14 +0000

Jaap gravatar image

The OFFER contains a field called Client MAC address. This is for the client to match DISCOVERS with OFFERS (among other things). In the OFFER this field is filled with the MAC address of the Server, while it has to be the MAC address of the Client the OFFER is intended for.

edit flag offensive delete link more

Comments

I confirm that the network broadcast is not a problem. Once corrected the Client MAC address field, the process is OK. Thanks

SteMMo gravatar imageSteMMo ( 2018-07-27 09:17:39 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2018-07-26 14:03:26 +0000

Seen: 450 times

Last updated: Jul 27 '18