I think I've found the root cause: It is line 1371 in dhcp.c <https://github.com/yarrick/lwip/blame/164210ab732f944717b9279df3841c4852669bf1/src/core/ipv4/dhcp.c#L1371> which clears the IP address in the function dhcp_release_and_stop().
As soon as I comment out his line, the board can be reached under the IP address assigned by DHCP, and the HTTP server works. What is the original issue this line is supposed to solve? Please, can any developer comment on this? -- Sent from: http://lwip.100.n7.nabble.com/lwip-users-f3.html _______________________________________________ lwip-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/lwip-users
