I am wondering how to print the most common information an Ethernet shield receives from the router/splitter/modem. It's a pretty open questions I know! Basically I haven't found a lot of comprehensive resources about the Ethernet shields and I was wondering if you guys had some code snippets to save Ethernet info to the EEPROM.
My project it plugging the arduino + shield into the ethernet device, saving the data to the eeprom, and the connecting the arduino to another computer to extract the data.
Really does seem to vague a question to answer easily and well.
I suggest looking in the Play area and examples and search the references on EEPROM. The commands to read and write are very simple. What you write is really up to you. (I have been using it to store configuration information on my IP setup so that I can start a board in the correct mode, DHCP or static IP and with a static IP address to use. The box can be told to change its static IP address through a simple UDP command and that gets stored in to the EEPROM and will be used when the board is restarted.... just as an example)
What information you want from the Ethernet you have not really defined.
Try and write some thing and post it up and people will be able to give you more help.