Title: DNS weirdness from wordpress.org?
Last modified: August 20, 2016

---

# DNS weirdness from wordpress.org?

 *  Resolved [incursio](https://wordpress.org/support/users/incursio/)
 * (@incursio)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/)
 * I was trying to figure out why Akismet, RSS feed from WordPress.org on my dashboard,
   updates, and other things stopped working, and came across this while trying 
   to debug:
 * Digging against wordpress’ own name servers:
 * ——————————
    $ dig [@ns1](https://wordpress.org/support/users/ns1/).mobiusltd.
   com wordpress.org
 * ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-20.P1.el5 <<>> [@ns1](https://wordpress.org/support/users/ns1/).
   mobiusltd.com wordpress.org
    ; (1 server found) ;; global options: printcmd ;;
   Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55893 ;; flags:
   qr aa rd; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 2
 * ;; QUESTION SECTION:
    ;wordpress.org. IN A
 * ;; ANSWER SECTION:
    wordpress.org. 300 IN A 72.233.56.139 wordpress.org. 300 
   IN A 72.233.56.138 ——————————
 * Two A recs, with different IP addresses, to the same hostname? I didn’t think
   you could do that? The other way around, sure, but …
 * At any rate, still debugging, but thought I would toss this out here for discussion.
   I’m not a DNS expert, but that just looks weird to me.
 * Cheers.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/page/2/?output_format=md)

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057018)
 * > I was trying to figure out why Akismet, RSS feed from WordPress.org on my dashboard,
   > updates, and other things stopped working
 * That will almost certainly be a server issue – commonly caused by a failure to
   implement cUrl in PHP on the server.
 *  Thread Starter [incursio](https://wordpress.org/support/users/incursio/)
 * (@incursio)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057033)
 * That’s what I thought, too, but I haven’t changed anything, and it was working
   great until yesterday. Still investigating…
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057038)
 * Just checked and all of those dashboard feeds are working fine for me on my development
   server.
 *  Thread Starter [incursio](https://wordpress.org/support/users/incursio/)
 * (@incursio)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057058)
 * Curl is implemented … again haven’t changed anything.
 *     ```
       cURL support 	enabled
       cURL Information 	7.15.5
       Age 	2
       Features
       AsynchDNS 	No
       Debug 	No
       GSS-Negotiate 	Yes
       IDN 	Yes
       IPv6 	Yes
       Largefile 	Yes
       NTLM 	Yes
       SPNEGO 	No
       SSL 	Yes
       SSPI 	No
       krb4 	No
       libz 	Yes
       CharConv 	No
       Protocols 	tftp, ftp, telnet, dict, ldap, http, file, https, ftps
       Host 	x86_64-redhat-linux-gnu
       SSL Version 	OpenSSL/0.9.8b
       ZLib Version 	1.2.3
       ```
   
 *  Thread Starter [incursio](https://wordpress.org/support/users/incursio/)
 * (@incursio)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057060)
 * I did notice this … if I try and fetch the feed manually from the command line:
 * `$ wget http://wordpress.org/development/feed/`
 * It eventually works, but takes forever. Hangs for quite some time on trying to
   resolve wordpress.org. Still kinda coming back to a DNS issue in my mind. Although
   if I dig or nslookup wordpress.org, it resolves very quickly lol.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057062)
 * Could it be a local DNS issue at your ISP’s end?
 *  Thread Starter [incursio](https://wordpress.org/support/users/incursio/)
 * (@incursio)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057064)
 * Possibly, but if I ping, dig, or nslookup, it resolves super fast. wget hangs
   a while, and it uses curl, I believe …
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057079)
 * Other than a purely local issue, I have no idea why this is happening only on
   your site.
 *  Thread Starter [incursio](https://wordpress.org/support/users/incursio/)
 * (@incursio)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057082)
 * Yeah, it’s definitely something local to the environment, or possibly upstream
   at my provider (it’s a dedicated server in a colo). Making me crazy though lol,
   as I’ve had to temporarily disable comments due to the flood of spam that Akismet
   isn’t able to pick up now.
 * Akismet status shows all servers green, but I get the dreaded “can’t connect 
   to Akismet” message. Which is probably due to a timeout in cURL, I would imagine.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057087)
 * If it’s local DNS, it should resolve all by itself in a few hours – assuming 
   the DNS servers update correctly this time, yes?
 *  Thread Starter [incursio](https://wordpress.org/support/users/incursio/)
 * (@incursio)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057089)
 * Okay, I think I’ve found something here. If I use the -4 command line switch 
   to cURL, it works lightning fast. So this means it is trying to resolve it first
   as an IPv6 address, then falls back. And in looking at my phpinfo() output, it
   seems that the cURL extension is configured to look for IPv6 as well. Need to
   figure out how to do that without having to build the cURL extension manually(
   since I use yum).
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057096)
 * I know we’re all down to the last few thousand IPv4 blocks but has someone been
   jumping the gun making IPv6 the default for cURL? I couldn’t claim to be anything
   near an expert but surely it make sense to keep IPv4 the default with a fallback
   to IPv6 for the next couple of years at least? Weird…
 * If I spot one of the more server-orientated forum regulars around, I’ll try to
   flag them down and point them in this direction.
 *  Thread Starter [incursio](https://wordpress.org/support/users/incursio/)
 * (@incursio)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057102)
 * I’m running PHP v5.3.3, so I’m pretty sure I could go in and edit class-http.
   php and functions.php, and anything else that calls curl_setopt() and add in 
   the CURL_IPRESOLVE_V4 option, but I’d rather not hack core lol.
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057106)
 * I’m running PHP 5.3.3 myself but I’m not having the same problems.
 *  Thread Starter [incursio](https://wordpress.org/support/users/incursio/)
 * (@incursio)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/#post-3057115)
 * I installed Dion Hulse’s most excellent core control plugin, and disabled cURL
   as a valid transport, and things are good. But still … lol.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/page/2/?output_format=md)

The topic ‘DNS weirdness from wordpress.org?’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 16 replies
 * 2 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [13 years, 7 months ago](https://wordpress.org/support/topic/dns-weirdness-from-wordpressorg/page/2/#post-3057119)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
