Can't access internet after wireguard uninstall
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?
like this
Nanook
in reply to anytimesoon • — (Shoreline, WA, USA) •Linux reshared this.
anytimesoon
in reply to Nanook • • •superkret
in reply to anytimesoon • • •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.
anytimesoon
in reply to superkret • • •CameronDev
in reply to anytimesoon • • •route
, maybe there is a left over route.Nanook
in reply to CameronDev • •Linux reshared this.
CameronDev
in reply to Nanook • • •anytimesoon
in reply to CameronDev • • •The output was pretty much the same from this as from netstat -nr
I would share it here, but I can't access the internet from that machine
Nanook
in reply to anytimesoon • •Linux reshared this.
anytimesoon
in reply to Nanook • • •Nanook
in reply to anytimesoon • •Linux reshared this.
anytimesoon
in reply to Nanook • • •~~Nope. Destination host is unreachable when pinging~~
I changed to a different router and can at least ping that now, but still no internet
CameronDev
in reply to anytimesoon • • •~~Take a photo of the output? First few lines are most important, but ideally all would be good. ~~
Edit: actually, dont want to crowd the kitchen, good luck!
Nanook
in reply to anytimesoon • •This is what mine looks like for contrast:
0.0.0.0 50.251.249.54 0.0.0.0 UG 0 0 0 bridge0
50.251.249.48 0.0.0.0 255.255.255.248 U 0 0 0 bridge0
192.168.122.0 0.0.0.0 255.255.255.0 U 0 0 0 virbr0
In my case, 50.251.249.54 is my gateway and .48 my broadcast. I am static routed so no NAT.
Linux reshared this.
Nanook
in reply to Nanook • •Linux reshared this.
anytimesoon
in reply to Nanook • • •CameronDev
in reply to Nanook • • •Looks like you need to use on friendica?
wiki.friendi.ca/docs/bbcode#co…
Friendica BBCode tags reference - Documentation [Friendica / Wiki]
wiki.friendi.caNanook
in reply to anytimesoon • •Linux reshared this.
anytimesoon
in reply to Nanook • • •~~I did, but no response~~
I changed to a different router and can at least ping that now, but still no internet
Nanook
in reply to anytimesoon • •Linux reshared this.
anytimesoon
in reply to Nanook • • •Nanook
in reply to anytimesoon • •Linux reshared this.
anytimesoon
in reply to Nanook • • •bbbhltz
in reply to anytimesoon • • •Hi
Did you remove wireguard the meta package or everything wireguard installed? I don't know Pop but other distros install additional tools and configs like wireguard-dkms.
Also, if possible, after completely purging every wg you could try booting into a previous kernel on your system to see if that changes anything.