this post was submitted on 12 Mar 2025
21 points (83.9% liked)

Linux

52721 readers
457 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemmy.ml/post/27059735

I have no idea why this is happening on my arch linux machine. I was trying to set it up as a client device, and now i have no internet connection on my wired network. This is bare metal not docker. I just wanted to add the device to my tailnet.

Any help is appreciated

Thank you for your time.

EDIT: I have completely uninstalled tailscale yet I still do not have internet access. I am connected to the network fine. If i cinnect through wifi it is the same result.

EDIT 2: the error I am recieving is limited connectivity.

top 12 comments
sorted by: hot top controversial new old
[–] phanto@lemmy.ca 15 points 3 weeks ago

If you try to ping 8.8.8.8 and it works, then try to ping google.com. if that doesn't work, it's your DNS resolver. I'm not an arch user, but on a lot of Linuxes, there's a nameserver setting somewhere that has come unset. Try to set it to the IP address of your home router, that may fix it. P.S. The guy who posted the "It's always DNS" shirt is right. I am buying that shirt.

[–] Gutless2615@ttrpg.network 15 points 3 weeks ago (1 children)

Correction: you messed up your internet connection

[–] ludicolo@lemmy.ml 14 points 3 weeks ago (1 children)

Very helpful and enlightening comment, without this guidance I was lost.

[–] FauxLiving@lemmy.world 4 points 3 weeks ago

You'll fit right in, 'round here.

e: saw you go it fixed, congrats. It's always DNS

[–] giacomo@lemm.ee 11 points 3 weeks ago (1 children)
[–] Shadow@lemmy.ca 3 points 3 weeks ago (1 children)

Did you enable accept subnets or exit node?

Try doing a --reset --up and don't turn on any extra features.

[–] ludicolo@lemmy.ml 2 points 3 weeks ago (1 children)

I no longer have tailscale installed. i uninstalled it thinking that would fix it. I cannot reinstall it now because I can't cinnect to the internet.

I still am getting somw data transfer it looms like. I can see my upload and down load speed fluctuating. It just shows a yellow triangle by my ethernet icon and says "limited connection".

[–] dubyakay@lemmy.ca 1 points 3 weeks ago (1 children)
[–] ludicolo@lemmy.ml 1 points 3 weeks ago

Yes the issue still arises

[–] apt_install_coffee@lemmy.ml 2 points 3 weeks ago* (last edited 3 weeks ago)

Tailscale edits /etc/resolv.conf, since your DNS isn't working start by making sure that file is how the archwiki suggests rather than what tailscale changes it to.

An uninstalled tailscale may still have left that file modified.

[–] Acters@lemmy.world 1 points 3 weeks ago* (last edited 3 weeks ago)

I run a personal dnsmasq just for dns resolving/routing. It integrates well with Networkmanager. Easy to work with and very reliable to have the DNS resolution and routing be handled by dnsmasq. Single command to reload NetworkManager which also reloads the integrated dnsmasq. I like it and it offers a lot of control for me. I hate having to use the hosts file for when I am connecting to labs via VPN with their own network. dnsmasq is way better at handling subdomains than the hosts file and it feels way more reliable than just hoping the minimal DNS routing system works properly.