I haven't used my pi for a while as I've been away. I couldn't get it to connect to my network so loaded a new image onto the SD card. The router can see the pi - I recognise the mac address in the list of devices the router sees. ifconfig hasn't set an ip address for eth0 so pinging out from the pi fails to any other machine on the network, including the router. The router thinks dhcp has set an address - 192.168.1.70 which is sensible, but pinging that doesn't get a response.
interfaces has eth0 as dhcp, but it doesn't seem to talk to the router.
having added ip=192.168.1.199 to /boot/cmdline.txt I get no response when I ping from my laptop. If I connect the pi direct to my laptop, I get a successful ping to above address. Does this mean my network isn't playing fair? For info, it is a Technicolor gateway TG582n router doing the dhcp.
Help appreciated!