this post was submitted on 25 Jun 2023
6 points (100.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1076 readers
1 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This post is quite old, so it's probably already to late but I can try to help. I'm not sure what network manager Fedora uses, but you could try to narrow the issue down. Here are the steps I would take if I were you:
journalctl -e
and see if there's anything strange thereip addr
(next to your network device name, should be something like wlpxxx for Wi-Fi)ping 8.8.8.8
for Google DNSdig google.com
tracepath 8.8.8.8
If you have any questions, feel free to ask. I'd be happy to help
Replying from my other acct, but it seems the issue was with the VPN (mostly). Possibly two issues at once, as it wasn't working without the VPN for a spell too, but then it came around in the end on it's own, but the VPN problem persisted, and then resolved itself in time as well. No clue why, and no clue why my ports are still listed "open" though the VPN supposedly removed my ability to do so. Life is full of mysteries.