So, my issue is pretty simple. This started after I switched ISP. I can’t reach archlinux.org, and also their wiki and forums (connection timeout). Everything else works just fine, it’s only archlinux site. Also, important mention is that on the same network, my android phone can browse archlinux without any problems. (So, this is probably problem with my PC or/and network configuration on my PC)
My PC is connected with ethernet cable.
inxi output (network part)
Network:
Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
driver: r8169
IF: enp3s0 state: up speed: 1000 Mbps duplex: full
I already did a lot of research, and really can’t do anything, that what brought me here.
What I’ve done:
1) Switched different DNS servers (didn’t work)
2) Turned off ipv6 (didn’t work)
3) Tweaked all kind of settings in NetworkManager Applet (didn’t work)
4) sysctl net.ipv4.tcp_timestamps=0 (didn’t work)
5) Reseting the router (didn’t work)
Some output:
tracepath archlinux.org
1?: [LOCALHOST] pmtu 1500
1: _gateway 0.326ms
1: _gateway 0.232ms
2: 100.64.0.1 4.356ms
3: no reply
4: no reply (and so on)
Also, ping archlinux.org works fine.
— archlinux.org ping statistics —
6 packets transmitted, 6 received, 0% packet loss, time 5007ms
netstat -pnt shows that a lot of SYN_SENT, but none SYN_ACK (i dont really know what it means, but after some research I tried disabling net.ipv4.tcp_timestamps)
I cant really find out what’s wrong, hope someone can help me find out. Maybe the solution is easy and I’m being silly.