lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] DHCP Debugging


From: Kenny Koller
Subject: [lwip-users] DHCP Debugging
Date: Tue, 11 Oct 2016 01:54:34 +0000

Hi Eveyone,

I'm using a Nucleo STM32F767. I have probed all the signals going to the PHY and they all seem reasonable. I have printf debugging enabled for UDP and DHCP. For what it is worth I'm connected to a Netgear R7000.

The UDP connected to port 67 looks promising.

I suspect a newbie error of some sort but I feel like I made some effort before posting.

Best regards,

Kenny

dhcp_start(netif=2003abbc) st0
dhcp_start(): starting new DHCP client
dhcp_start(): allocated dhcpudp_bind(ipaddr = 0.0.0.0, port = 68)
udp_bind: bound to 0.0.0.0, port 68)
udp_connect: connected to 0.0.0.0, port 67)
dhcp_start(): starting DHCP configuration
dhcp_discover()
transaction id xid(41c6)
dhcp_discover: making request
dhcp_discover: realloc()ing
dhcp_discover: sendto(DISCOVER, IP_ADDR_BROADCAST, DHCP_SERVER_PORT)
dhcp_discover: deleting()ing
dhcp_discover: SELECTING
dhcp_discover(): set request timeout 2000 msecs
dhcp_fine_tmr(): request timeout
dhcp_timeout()
dhcp_timeout(): restarting discovery
dhcp_discover()
transaction id xid(41c6)
dhcp_discover: making request
dhcp_discover: realloc()ing
dhcp_discover: sendto(DISCOVER, IP_ADDR_BROADCAST, DHCP_SERVER_PORT)
dhcp_discover: deleting()ing
dhcp_discover: SELECTING
dhcp_discover(): set request timeout 4000 msecs
dhcp_fine_tmr(): request timeout
dhcp_timeout()
dhcp_timeout(): restarting discovery
dhcp_discover()
transaction id xid(41c6)
dhcp_discover: making request
dhcp_discover: realloc()ing
dhcp_discover: sendto(DISCOVER, IP_ADDR_BROADCAST, DHCP_SERVER_PORT)
dhcp_discover: deleting()ing
dhcp_discover: SELECTING
dhcp_discover(): set request timeout 8000 msecs


reply via email to

[Prev in Thread] Current Thread [Next in Thread]