Running Linux-raspberry pi 3.12.28-2
After about 12+ hours of no activity, the Ethernet connection is lost
A ping to another device or router gives "network unreachable"
From a different machine, this is what shows
$this->bbcode_second_pass_code('', '
spim@Opt1:~$ ping -c 4 192.168.0.14
PING 192.168.0.14 (192.168.0.14) 56(84) bytes of data.
From 192.168.0.18 icmp_seq=1 Destination Host Unreachable
From 192.168.0.18 icmp_seq=2 Destination Host Unreachable
From 192.168.0.18 icmp_seq=3 Destination Host Unreachable
From 192.168.0.18 icmp_seq=4 Destination Host Unreachable
')
All devices on this (home) network have assigned IP addresses.
My neighborhood seems popular for wardriving, and therefore I'm trying to strictly control access by hard assigned IP by the router, and no random DHCP assignment.
Rebooting the Raspberry Pi solves the problem until the next time
NOTE #1:
The other IP address in the ping is the address of the sending device
NOTE #2:
I do not have this problem running Raspian, so that eliminates hardware as a problem.