I'm trying the stack tests with Netduino.IP 1.0.0 on my Netduino Plus 2. Here's what I'm seeing in the output:
The thread '<No Name>' (0x2) has exited with code 0 (0x0).
Waiting for network link.
The thread '<No Name>' (0x4) has exited with code 0 (0x0).
network link is up!
ip address is configured/acquired.
*** GET NETWORK INTERFACE SETTINGS ***
Found 1 network interfaces.
ip address: 192.168.0.41
*** GET WEBPAGE ***
Resolving DNS A record for: www.netduino.com
A first chance exception of type 'System.Net.Sockets.SocketException' occurred in Netduino.IP
ERROR: Could not resolve IP address.
*** GET TIME ***
Resolving DNS A record for: time-b.nist.gov
A first chance exception of type 'System.Net.Sockets.SocketException' occurred in Netduino.IP
ERROR: Could not resolve IP address.
A first chance exception of type 'System.Exception' occurred in NetduinoIP_StackTests.exe
*** DONE ***
My network uses DHCP (in fact I have permanent reservations for all my devices so Netduino always gets the same IP address). It should also receive two DNS server addresses.
Now it happens that my first DNS server is currently down, due to some overnight T-storms. Netduino should however be able to fall back to the secondary DNS server, which happens to be my ADSL router. It looks like it is not doing so. These tests worked yesterday with no errors.
I smell a bug.
Regards,
Tim Long