I am new to arduino, I have an Arduino Uno and an Ethernet shield w5100.
I am trying an example sketche on the Ethernet library from this link.
Ethernet Tutorial from Arduino website
I used the DhcpAddressPrinter example sketch. but it returns Failed to configure Ethernet using DHCP on the serial monitor.
The Arduino is connected to the router with DHCP enable. My laptop is connected to the same router and was able to acquire IP with no problems.