Hi,
I've a couple of systems that spend a lot of time in suspend and
should ideally use DHCP for network configuration. isc-dhcp client
doesn't work in that scenario because it'll never renew the lease
(#812186), so I switched to dhcpcd5.
This package will renew the lease on wakeup, but sometimes screw up
routing in the process. When it fails, the routing table, usually
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.0.1 0.0.0.0 UG 202 0 0 enp2s0
192.168.0.0 0.0.0.0 255.255.255.0 U 202 0 0 enp2s0
will be missing the second line. Since my firewall doesn't route
packets with source and destination on the LAN, that means no local
connectivity at all. ifdown enp2s0 && ifup enp2s0 helps.
It doesn't *always* happen and I haven't discerned a pattern
yet. Anyway, a journal excerpt from a failed attempt is attached, the
DHCP server is jessie's dnsmasq, in case it matters.
Regards,
Christian