Teensy Native Ethernet as DHCP Server

JRodriguez

New member
hi,

Is it possible to get a teensy 4.1 to act as a DHCP server? I've called ethernet.begin() and called fnet_dhcp_srv_init(). My handle from that seems to be good according to fnet_dhcp_srv_is_enabled().

I call fnet_service_poll() every second in the main loop but the DHCP never assigns an IP address. The other end (a laptop) has its link light on and Ethernet.linkStatus() reports a link so the hardware is good.

I've tried searching for examples and reading the FNET source, but feel there is something obvious missing?

thanx
 
Back
Top