I have been working with my Raspi for a few weeks now, and I've come across a problem.
The ethernet port seems to have stopped working. It does not want to connect to my mac or router, and I cannot diagnose the problem properly.
All the lights are on: FDX, LNK and 10M
Code: Select all
$ ip addroutput is:
Code: Select all
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
link/ether b8……… brd ff:ff:ff………Code: Select all
ping 192.168.2.1Code: Select all
connect: Network is unreachablePreviously I had it plugged directly by ethernet to my Mac, but now I've got it plugged into a wired router, and it's exactly the same problem.
How can I solve this? Any help is greatly appreciated