@maddy_in65 said in Connectivity issues after reinstall:
5260 unbound 82 0 154M 147M RUN 0 0:04 31.40% /usr/local/sbin/unbound-control -c /var/unbound/unbound.conf stats_noreset
6240 unbound 80 0 126M 120M CPU1 1 0:03 26.27% /usr/local/sbin/unbound-control -c /var/unbound/unbound.conf stats_noreset
Two instances of unbound - the same process, that's a bad sign.
unbound was asked to show stats without resetting them. Takes a milli second on my system, as it just spits out some variables.
Yours blocks doing that, stays in memory, eating up resources. That's not normal at all.
I advise you to ditch packages right away. And be sure your settings are default - especially the DNS ones.
Then, ok to change settings, but look closely and a long time to system behaviour between changes.