Hi
I tried this with a 3rd party network shield,and failed, so I have paid for and just received a brand new, boxed, genuine (and quite costly) network shield complete with very nice clear plastic base cover to avoid contact with the main board.
I plugged it on to a brand new arduino uno board, uploaded various sketches to the board, and I still get server address = 0.0.0.0 which is of course of no use whatsoever.
I have even tried using the "direct IP" assignment by passing MAC, IP, gateway and mask to the ethernet.begin command, same result.
So summing up, trying for a DHCP IP address hangs totally, despite my whole network running on DHCP assigned addresses, and specifying manually also fails.
I am using the following :
#include <SPI.h>
#include <Ethernet.h>
Driving me nuts basically.
Does anyone have some ideas as to how to get this shield to work correctly. I would be really appreciative of some concrete help here
Cheers
Ian