# Netx Duo Dhcp ## Overview The netx duo dhcp example shows netx dhcp functions. ## Board Setting - Connect an Ethernet port on PC to a RGMII port or a RMII port on the development board with an Ethernet cable ## Project Configuration - Ethernet Port Settings: Refer to [Ethernet common project settings](../../../../lwip/doc/Ethernet_Common_Project_Settings_en.md) ## Running the example When the example runs successfully, it will print phy link status periodically until its status becomes Up, and it will print DHCP progress. Following message is displayed in the terminal: ```console NetXDuo is running␍␍␊ DHCP In Progress...␍␍␊ Enet phy init passed !␍␊ Link Status: Down␍␊ Link Status: Up␍␊ Link Speed: 100Mbps␍␊ Link Duplex: Full duplex␍␊ IP address: 192.168.50.76␍␍␊ Mask: 255.255.255.0␍␍ ```