Wrong temp sensor value when using Ethernet shield

If you're using the basic code, just change

float read_temp = kty(0);

to

float read_temp = kty(2);

and connect the sensor to analog pin 2.