On Mon, Sep 16, 2024 at 15:47:10 -0400, Dan Ritter wrote:
Tom Furie wrote:
Actually, it doesn't look good - you don't have any ip addresses on eno1,
the interface is down. You're going to have to find out why that is.
Since it's recognized, it was probably not configured.
Easiest: edit /etc/network/interfaces to include these lines for
eno1:
--
iface eno1 auto
iface eno1 inet dhcp
--
And then run
sudo ifup eno1
to get it running.
Didn't the initial message say that the Internet *was* working, and then
suddenly *stopped* working, right in the middle of a download?
That, together with the interface not being UP, points to the
configuration being OK, but something going wrong at the hardware or
kernel level, I think.
(Unless of course a configuration change was made during that download.)