Try to setup a static IP
# ip link set up dev eth0
# ip addr add 192.168.0.20/24 dev eth0 (depending on your network)
and then try to ping an another ip/computer on your network
is this working ?
# ip link set up dev eth0
# ip addr add 192.168.0.20/24 dev eth0 (depending on your network)
and then try to ping an another ip/computer on your network
is this working ?