On 2024-09-16 14:21, Dan Ritter wrote:
Frank McCormick wrote:
 It's not a hardware
problem as I have full access on the other partition which runs Opensuse
Tumbleweed. Earlier today I did an update of Trixie and it went fine.



We can rule out the ISP, the router, any switches in the way,
any cables and the NIC because another OS works on the same
hardware.

What's left?

- firmware for the NIC loaded at boot time
- kernel recognition of the NIC
- IP address (via DHCP? static?)
- routing
- DNS


   If this gets through, then your machine can contact the
outside world. At that point, it's probably a DNS issue, and you
should report the contents of /etc/resolv.conf to us.

franklin:/home/frank#
ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
mode DEFAULT group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 44:87:fc:d8:3b:53 brd ff:ff:ff:ff:ff:ff
altname enp0s25
franklin:/home/frank#

ip address show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN
group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: eno1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 44:87:fc:d8:3b:53 brd ff:ff:ff:ff:ff:ff     altname enp0s25

ping: connect: Network is unreachable

franklin:/etc#
cat resolv.conf
# Generated by NetworkManager
nameserver 24.201.245.77
nameserver 24.200.243.189
nameserver 2607:fa48:2:f000::1 # NOTE: the libc resolver may not support more than 3 nameservers.
# The nameservers listed below may not be recognized.
nameserver 2607:fa48:2:f008::1

I am no expert but it seems to look good. Firefox can't find any site, Thunderbird still reports no connectionss.

Reply via email to