Hello,
I've been struggling with this one for a while now and it is time to ask for some help.
The Problem
After changing my router the Arduino Ethernet Shield (mounted on Uno) is no longer able to communicate with the web. Previously it had successfully been running a simple sketch for over a year uploading temperature information to Exosite.
More specifically the Ethernet Shield does not even show up on the router's list of clients. I have tried reserving an local IP address based on the shield's MAC address but that did not help (the sketch code had the same IP address in it).
Note that the Arduino Uno USB connection is just fine --- no problem uploading sketches and running Serial Monitor.
Information on the Network Setup
-
The previous network (the one that worked) was simple:
WAN--->ISP Gateway--->Arduino Ethernet Shield -
The new network (the one that doesn't work) is also simple:
WAN--->ISP Gateway--->Asus RT-N66U Router--->Arduino Ethernet Shield
Note that the ISP Gateway is set to transparent bridge mode so all traffic is handled directly by the Asus Router.
All other devices on the LAN work just fine under the Asus router.
The Question
Has anyone else experienced something similar? and,
How did you resolve it?