You are not logged in.
Solved by making my requested ip given to the same MAC every time in the router.
Hello all, I have recently had the issue of not being able to connect to most websites. I cannot connect to github, firefox, or texteditor.co.
I have no clue what is happening, or how to test to find out more. Pinging 1.1.1.1/8.8.8.8 doesnt work, neither does curling the websites I need to visit. I host a minecraft server, and get this error very often.
[Yggdrasil Key Fetcher/ERROR]: Failed to request yggdrasil public key
com.mojang.authlib.exceptions.MinecraftClientException: Failed to read from https://api.minecraftservices.com/publickeys due to Connect timed out
Caused by: java.net.SocketTimeoutException: Connect timed outTesting other websites, google works (ew) ofc the wiki works, gmail works, but discord doesnt. here is the output of my
ip addr2: enp1s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 02:aa:bb:cc:cc:ee brd ff:ff:ff:ff:ff:ff permaddr 84:47:09:3e:fe:7b
altname enx8447093efe7b
inet 192.168.1.25/24 brd 192.168.1.255 scope global enp1s0
valid_lft forever preferred_lft forever
inet6 2603: scope global dynamic noprefixroute
valid_lft 604616sec preferred_lft 604616sec
inet6 2603: scope global dynamic mngtmpaddr noprefixroute
valid_lft 300sec preferred_lft 300sec
inet6 fe80::aa:bbff:fecc:ccee/64 scope link proto kernel_ll
valid_lft forever preferred_lft foreverI am ofc using an ethernet cable.
Last edited by The_Phoenix0 (2026-01-07 01:45:54)
Offline
The lines starting w "inet6 2603:" expose a publically routable IPv6 (Cedars under a lone star) - obfuscate them.
Can you still "ping 192.168.1.1" when this happens?
And what's the output of
ip -4 r
ip r get 8.8.8.8 in either situation?
Also
tracepath 8.8.8.8Offline
Thank you very much! Here is that log
[phoenix@archlinux ~]$ ip -4 r
ip r get 8.8.8.8
default via 192.168.1.1 dev enp1s0 proto static
192.168.1.0/24 dev enp1s0 proto kernel scope link src 192.168.1.25
8.8.8.8 via 192.168.1.1 dev enp1s0 src 192.168.1.25 uid 1000
cache
[phoenix@archlinux ~]$ tracepath 8.8.8.8
1?: [LOCALHOST] pmtu 1500
1: no reply
2: no reply
3: no reply
4: no reply
5: no reply
6: no reply
7: no reply
8: no replyI can not ping 192.168.1.1
Last edited by The_Phoenix0 (2026-01-04 22:39:15)
Offline
So the _gateway already doesn't respond - sure the IPv6 connections still work?
You can reliably ping 2001:4860:4860::8888 (googles IPv6 DNS)?
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
I can reliably ping googles ipv6 address.
Offline
Did you enable debugging in systemd-networkd (the journal if full of the unobfuscated IPv6, might be a systemd-networkd bug, though)?
Either way. There's no dhcp4 lease logged, was the IP statically assigned?
Please post your networkd configs from /etc/systemd/network
---
In unrelated news, using uwsm w/ hyprland is discouraged by the hyprland developers (and frequently leads to issues, but unrelated to this one)
Offline
[phoenix@archlinux ~]$ cd /etc/systemd/network
[phoenix@archlinux network]$ ls
10-enp1s0.network 10-enp2s0.network
[phoenix@archlinux network]$ cat 10-enp1s0.network
[Match]
Name=enp1s0
[Network]
Address=192.168.1.25/24
Gateway=192.168.1.1
DNS=192.168.1.1
The IP is statically assigned, Its the only IP with port 25565 open. I dont have the ability to open any more.
Here is the full log:
Thank you!
Offline
The IP is statically assigned, Its the only IP with port 25565 open.
The router probably doesn't know that ![]()
According to the journal (you btw. might want to reboot your modem after this a couple of times to prompt a new IPv6) and because there's a DHCPv6 server you can get a DHCPv4 lease.
What you want to to is to reserve the IP, you're forwarding minecraft to, for the MAC of your enp1s0 (84:47:09:3e:fe:7b) so when you're asking the dhcp server for an IP, you're getting that one.
For a static IP w/o DHCP you'll *at least* have to exempt the IP from the routers DHCP pool.
Offline
So what your saying is that there is nothing I can do without access to the router?
Offline
You cannot just "claim" an IP the router considers to be its to assign (and possibly *has* assigned to a different host already), no.
You could keep dhcp-asking for an IP until you got the one you wanted, but that could also quickly get you blacklisted.
Who controls the router?
Offline
Thanks so much for your help. This worked for me!
Offline
\o/
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline