For several weeks now, I have been unable to reach the new Fallen London wiki. When I try, I reach a page that says this: "Hmm. We’re having trouble finding that site. We can’t connect to the server at fallenlondon.wiki. If that address is correct, here are three other things you can try: Try again later. Check your network connection. If you are connected but behind a firewall, check that Firefox has permission to access the Web." When I issue the "ping" command to "fallenlondon.wiki", I get the message "Temporary failure in name resolution."
Is anyone else having this kind of problem? My husband the computer programmer thinks this is a problem with the new site.
Any information anyone has would be appreciated. Thanks.
No, it has been fine for me. The only problem I had for a while is that in Google searches sometimes only entries from the old wiki would show up, but that doesn’t seem to be happening now.
It sounds like the name server you are using doesn’t know about fallenlondon.wiki.
Are you having similar problems with other sites?
What does the command “nslookup fallenlondon.wiki” return?
That sounds a bit like the nameserver is returning SERVFAIL. That could be a problem with your local dns service or something upstream.
I know fallenlondon proper uses a fancy distributed CDN which probably plays cute tricks with DNS, but I don’t know if the wiki does too or is a rather simpler setup. I have noticed that when fallenlondon is slow to respond the wiki is also, which suggests shared resources somewhere.
If you’re using a decent OS then this may be more helpful than nslookup: "dig +trace fallenlondon.wiki." That will help to distinguish where the problem is.
The whole wiki. TLD is relatively new and it used to be fashionable amongst overly paranoid server administrators to block queries for TLDs that "shouldn’t exist". Just a hunch.
Wiki is in fact a simpler setup - pair of nameservers with one A record and one AAAA record. Though we are using DNSSEC.
“Temporary failure in name resolution” is probably a Linux error message rather than a Windows error message, so yes, “dig +trace” would probably provide more useful info.
That sounds a bit like the nameserver is returning SERVFAIL. That could be a problem with your local dns service or something upstream.
I know fallenlondon proper uses a fancy distributed CDN which probably plays cute tricks with DNS, but I don’t know if the wiki does too or is a rather simpler setup. I have noticed that when fallenlondon is slow to respond the wiki is also, which suggests shared resources somewhere.
If you’re using a decent OS then this may be more helpful than nslookup: "dig +trace fallenlondon.wiki." That will help to distinguish where the problem is.
The whole wiki. TLD is relatively new and it used to be fashionable amongst overly paranoid server administrators to block queries for TLDs that "shouldn’t exist". Just a hunch.[/quote]
See my response to Falbert. nslookup did return SERVFAIL. I will try dig+trace. Thanks.
EDIT: This is interesting, though I don’t know enough to understand the implications. What I got when I gave the dig+trace command:
;; Received 28 bytes from 192.168.1.1#53(192.168.1.1) in 12 ms
RE: Your comment about TLD–I had no trouble reaching the wiki originally. My trouble started several weeks ago when we were having actual DNS problems. I’m sorry I can’t recall more than that. edited by Catherine Raymond on 7/23/2021
it might have (cache?) problems with that specific address … some might get resolved by restarting the modem (but I wouldn’t count on it)
– the modem’s software might have some builtin diagnostic tools including its own dns lookup, I would try looking for that and seeing if it succeeds or fails to resolve fallenlondon.wiki
it might be getting bad/incorrect/confused answers from its own upstream dns server (which modems normally get autoconfigured from ISPs on connection).
you might want to check the modem’s configuration to get the IP address of the dns server that it is using, and then trying to resolve locally against that, for example this will resolve against google’s public dns (which has more addresses, but I remember 8.8.8.8):
dig +trace fallenlondon.wiki @8.8.8.8
If you get good answers from public DNS servers but bad answers from your ISP’s DNS servers, it might be time to configure either your modem or your PC to use the public DNS always (and keep the previous IP as a backup)
(for example I see that my local configuration on this PC is, in priority order, two opendns servers, two google servers, my modem (which delegates to my ISP))
For all this, I am assuming that you have no problems with any other domain names.