Detaching the ethernet cable for a while the LAN doesn't go up automatically when plugged again

Solution

In /etc/network/interfaces change the line:

auto eth0

in:

allow-hotplug eth0

Then test the configuration by typing:

ifdown eth0
ifup eth0