#Cant reach ghcr.io with docker install
1 messages · Page 1 of 1 (latest)
I have yet to see a conclusive fix for that. Different things work for different people: https://www.google.com/search?q=docker+Client+Timeout+exceeded+while+awaiting+headers
What does nslookup ghcr.io say?
uhh
no idea why its trying to contact 127.0.0.53
Please run this
sudo echo "nameserver 8.8.8.8" > /etc/resolv.conf
Then try again.
Or add it manually there to preserve the search domain.
No. It seems misconfigured anyways.
Let's halt for a moment and check systemctl status systemd-resolved.
What does resolvectl status say?
And cat /etc/systemd/resolved.conf?
apparently no such file
That's strange.
So basically 127.0.0.53 is the stub listener for system-resolved and it uses your tailscale ip to resolve things.
/etc/systemd/ has 3 folders in it: network system and user
But the ip it uses is strange.
im not incredibly familiar with tailscale, i just use it because its convenient
i think if i temporarily remove the nameserver from tailscale and install homeassist then put it back it should be fine
Try
nano /etc/systemd/resolved.conf
And make it look like this
[Resolve]
DNS=8.8.8.8
Then run systemctl restart systemd-resolved and check resolvectl status again.
Apply sudo as needed.
You can try. You know all the commands/files now to test/verify 🙂
xd yeah
seems to work if i add 8.8.8.8 in there
although its like the third server it tries
let me see if docker works now
works
thank you!
I still don't have a clue what this ip is
enp2s0, isnt that some adapter in hardware maybe?
ive never configured any network stuff except for tailscale. its pretty much a default install of fedora server
You should be able to change that ip with this: #1331305837100138607 message
yeah the file is there
i would show you an ls but its kinda installing the container rn
here
Just kind of a bad idea to have a strange DNS server you don't know about set for a specific link/NIC.
DNS is fun: https://tailscale.com/blog/sisyphean-dns-client-linux
yeah true
i'll look into it
anyways, thanks for the help