Ask Your Question

SteMMo's profile - activity

2022-06-03 12:37:06 +0000 received badge  Popular Question (source)
2018-07-27 09:17:39 +0000 commented answer (DHCP) I don't receive REQUEST packet

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

2018-07-27 09:12:52 +0000 marked best answer (DHCP) I don't receive REQUEST packet

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

2018-07-27 09:12:52 +0000 received badge  Scholar (source)
2018-07-26 16:57:01 +0000 commented question (DHCP) I don't receive REQUEST packet

The board has a temporary MAC address took from a range of Dell's addresses. And the PC client is a Dell laptop. My gues

2018-07-26 16:01:26 +0000 commented question (DHCP) I don't receive REQUEST packet

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

2018-07-26 14:36:27 +0000 commented question (DHCP) I don't receive REQUEST packet

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

2018-07-26 14:28:40 +0000 commented question (DHCP) I don't receive REQUEST packet

Let's try with this: https://www.dropbox.com/s/hul5w0h5mnd2equ/discover-offer.pcapng?dl=0

2018-07-26 14:07:34 +0000 edited question (DHCP) I don't receive REQUEST packet

(DHCP) I don't receive REQUEST packet Hello everyone, I'm writing a simple DHCP server for a ARM microprocessor. I dir

2018-07-26 14:04:49 +0000 edited question (DHCP) I don't receive REQUEST packet

(DHCP) I don't receive REQUEST packet Hello everyone, I'm writing a simple DHCP server for a ARM microprocessor. I dir

2018-07-26 14:04:17 +0000 received badge  Editor (source)
2018-07-26 14:04:17 +0000 edited question (DHCP) I don't receive REQUEST packet

(DHCP) I don't receive REQUEST packet Hello everyone, I'm writing a simple DHCP server for a ARM microprocessor. I dir

2018-07-26 14:03:26 +0000 asked a question (DHCP) I don't receive REQUEST packet

(DHCP) I don't receive REQUEST packet Hello everyone, I'm writing a simple DHCP server for a ARM microprocessor. I dir

2018-05-04 04:25:15 +0000 marked best answer Problem requesting page from FreeRtos web server + capture

Hi all,
I wrote a custom web server based on FreeRTOS lib for a ARM micro.
I put a couple of pages and I request them from a PC browser. Sometime (especially with a WiFi connection) I'm not able to receive the page.
I captured the network traffic and I put it here

Please, which is the problem ?
Thanks a lot !

2018-04-20 16:26:49 +0000 commented question Problem requesting page from FreeRtos web server + capture

Ops: i'm sorry, now it should be public ..

2018-04-20 14:38:36 +0000 asked a question Problem requesting page from FreeRtos web server + capture

Problem requesting page from FreeRtos web server + capture Hi all, I wrote a custom web server based on FreeRTOS lib fo