You are not logged in.
On a new machine, booted from the archiso, I can ping 8.8.8.8, but not other external IPs. For example
root@archiso ~ # ping ping.archlinux.org
PING redirect.archlinux.org (95.216.195.133) 56(84) bytes of data.
--- redirect.archlinux.org. ping statistics ---
383 packets transmitted, 0 received, 100% packet loss, time 391205msIt looks to me like DNS is working because it resolves to an IP, but it can't ping it for some reason. I get the same thing if I ping the IP directly. I can, however, ping local IPs, including my gateway.
Last edited by nexus (Yesterday 18:47:26)
Offline
Apparently the ethernet connection is working, though, because pacman works.
Offline
wild guess in the blue: this is a wifi connection with a captive portal
iirc the install environment has lynx - see what comes with
lynx http://_gatewayOffline
I get a blank document
Offline
Could be JS powered missing <noscript> - but not getting an error means sth. is listening on _gateway:80
curl -L _gatewayCaptive portals would hijack DNS so that's unlikely.
I can ping 8.8.8.8, but not other external IPs. For example … pacman works
Can you
ping -6 archlinux.org(Though that doesn't fit your ability to reach 8.8.8.8)
tracepath archlinux.org(this will eventually get you "no response" outputs but wait until tracepath quits on its own)
ping -c1 google.com
tracepath google.comOnline
For the record: In a dual stack environment (IPv4/IPv6) "_gateway" may be resolved to the IPv6 LLA and the router may not listen or reject queries on this address:
[thc@box ~]$ ping -c 1 _gateway
PING _gateway (fe80::2aa4:7fff:fe55:de90%eth0) 56 data bytes
64 bytes from _gateway (fe80::2aa4:7fff:fe55:de90%eth0): icmp_seq=1 ttl=64 time=1.17 ms
[thc@box ~]$ curl -L _gateway
curl: (56) Recv failure: Connection reset by peerOffline
Offline
I just checked that once I
arch-chrootinto the new install that I can, in fact,
ping google.comand
ping.archlinux.orgsucessfully.
So, maybe this is totally fine?
Offline
So, maybe this is totally fine?
Sure it's related to the chroot and not to
I forgot to plug in my ethernet cable until after I issued those commands.
timing?
The iso boot is supposed to provide a full network stack and as a matter of fact, arch-chroot would inherit it from there.
In the screenshots you were able to ping google and your _gateway is your router and its webpage is just https://en.wikipedia.org/wiki/ASP.NET (so I wasn't all that off w/ the JS assumption)
What "external IPs" did (and/or "do") you fail to ping?
Online
Honestly, I'm more confused now. I can ping google.com, duckduckgo.com, archlinux.com, and ping.archlinux.org successfully from the archiso. I rebooted into it and checked.
I really don't think it was the cable issue outside of those two commands that I mentioned. As I said in the original post, I could ping 8.8.8.8, but not other addresses not on the LAN, and the DNS resolved addresses. So, I was connected to something. For example, when I unplug the cable and ping, I get
root@archiso ~ # ping archlinux.org
ping: archlinux.org: Temporary failure in name resolutionnot the lost packets in the original post.
I can mark this solved. Sorry I don't have a better explanation for what changed.
Last edited by nexus (2026-03-12 22:28:30)
Offline
Set it solved - if there's an actual problem of sorts (might have been fluctuation in your ISPs routing?) it will show up again, then feel free to re-open the thread w/ the additional data.
Online