On 2/27/21 3:06 PM, Doug H. wrote:
On to answering the question from Samuel: I am not seeing much help in the "while bad" journal:
# grep enp5s0 journalctl-b.while_not_working.txt Feb 27 14:52:58 wombat.wombatz.com kernel: r8169 0000:05:00.0 enp5s0: renamed from eth0
That grep isn't going to help much given that line. Try searching for "r8169" instead.
Feb 27 14:53:07 wombat.wombatz.com kernel: r8169 0000:05:00.0 enp5s0: Link is Down
So for whatever reason, the kernel driver thinks the link is down.
Here is the wire pull/push:
Feb 27 14:56:28 wombat.wombatz.com kernel: r8169 0000:05:00.0 enp5s0: Link is Up - 100Mbps/Full - flow control off
And here the link comes up.