Good day, I just got my ethernet module that I got from here:
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=300574178229&ssPageName=ADME:X:RTQ:US:1123#ht_1207wt_779I am using an arduino duemilanove.
I set up my router to use static ip, I have added one IP for my PC: 192.168.1.2 and another for the arduino+ethernet: 192.168.1.123
I`ve downloaded your library and copied to the libraries folder of the arduino installation (0022)
I`ve named your library folder to "turicasEthernet"
I`ve loaded your examples with no problem to the arduino
but I can not even get ping from the arduino, in my router, I can not see the arduino connected to the router, is not showing up.
light in shield are solid green and sometimes blinking orange.
I`ve set up static ips for my PC and the arduino, but only the PC is showing up in the router.
my router is a Broadtech a 8186 V2
this is my router configuration:

when I try to ping to the arduino IP this is what I get
C:\Users\Jaru>ping 192.168.1.123
Pinging 192.168.1.123 with 32 bytes of data:
Reply from 192.168.1.2: Destination host unreachable.
Reply from 192.168.1.2: Destination host unreachable.
Reply from 192.168.1.2: Destination host unreachable.
Reply from 192.168.1.2: Destination host unreachable.
Ping statistics for 192.168.1.123:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
anybody have any idea why is not working?
I will really appreciate your help with my issue.
Thank you in advance, I don´t know what else to do.