Hello,

I had a working wireguard peer on my laptop, which I didn’t want anymore, so I decided to uninstall wireguard. All was well until I restarted the laptop and now I can’t access the internet anymore.

I think it’s because of some config left over from wireguard, but I’m not sure how to fix it.

Running pop os 22.04.

Any advice?

  • superkret@feddit.org
    link
    fedilink
    arrow-up
    8
    ·
    11 hours ago

    sudo traceroute 1.1.1.1

    can show you how far your connection request gets (whether it’s blocked by your pc, your router, or somewhere on the internet).
    You may have to install it first.

    sudo find /etc -name *wg*
    find ~ -name *wg*

    can help find left-over config files.