Love fedora 44.
I seem to stumbled on a networking snafu.
The network manager found my ethernet hoever the default gateway was missing completely. This resulted in (at first) strange behaveour on mounting smb shares. Perhaps someone also has this ecperience or it is mainly on my side. for now it is fixed by adding networking setting in the gui.
You could use wireshark to watch the DHCP messages and see if the gateway option is included from the router. Disconnect then connect to trigger the DHCP exchange.
I see in the DHCP ack a Router field with IP address of my IPv4 router.
I looked at the logs on one of my systems and see these:
2026-05-03T17:19:53+01:00 NetworkManager[1070]: <info> [1777825193.7031] dhcp: init: Using DHCP client 'internal'
2026-05-03T17:19:53+01:00 NetworkManager[1070]: <info> [1777825193.7695] dhcp4 (enp0s1): activation: beginning transaction (timeout in 45 seconds)
2026-05-03T17:19:53+01:00 NetworkManager[1070]: <info> [1777825193.7848] dhcp4 (enp0s1): state changed new lease, address=172.17.1.113, acd pending
2026-05-03T17:19:53+01:00 NetworkManager[1070]: <info> [1777825193.9584] dhcp4 (enp0s1): state changed new lease, address=172.17.1.113
$ journalctl -b 0 -g route
2026-05-03T17:19:53+01:00 systemd-resolved[758]: enp0s1: Bus client set default route setting: yes
Iβm guessing you are missing the set default route message.
That i know. Hopefully i can find someting in wireshark. But my guess is the problem is in the thinkcentre at the network port. I Just plugged in a wifi dongle and all works. If i know more, i post this.