I just bought Arduino UNO R3 and Ethernet 2 shield.
I have chosen the eth2 shield in order to make use of POE.
I'm planning to use the Arduino to send WOL to a few servers after the power is back on and has been stable for X-minutes.
I found a project for this that was designed for Ethernet lib v1.1.2 or lower. So i downgraded my ethernet lib to v1.1.2 in order to include "<Utility\Socket.h>" successfully. But it seems like there is no connection with the ethernet 2 shield when using ethernet lib v1.1.2. (different default wireing maybe?)
With eth 2.0.2 library, i can set ip, gateway, subnet and dns successfully. I can even ping the arduino from my computer. But I do not find any examples for WOL.
My question is, can anyone help me with a code for sending wake-on-lan packets from my Arduino using Ethernet v2.0.2 library?