wordpress.org ip addresses
-
Am I mistaken or are the DNS records for wordpress.org incomplete?
Consider the following:
$ dig wordpress.org A
; <<>> DiG 9.9.5-3ubuntu0.5-Ubuntu <<>> wordpress.org A
;; QUESTION SECTION:
;wordpress.org. IN A;; ANSWER SECTION:
wordpress.org. 185 IN A 66.155.40.249
wordpress.org. 185 IN A 66.155.40.250;; Query time: 2 msec
;; SERVER: 192.168.121.1#53(192.168.121.1)
;; WHEN: Sat Nov 07 10:36:36 SAST 2015
;; MSG SIZE rcvd: 74However, I have a firewall configuration that blocks incoming and outgoing traffic by default (I prefer is that way), so I see traffic being blocked to various addresses when I check for updates, by RSS feeds to wordpress.com don’t load and some more.
An relevant address for example is 66.155.40.186. So,
$ dig -x 66.155.40.186
; <<>> DiG 9.9.5-3ubuntu0.5-Ubuntu <<>> -x 66.155.40.186
;; QUESTION SECTION:
;186.40.155.66.in-addr.arpa. IN PTR;; ANSWER SECTION:
186.40.155.66.in-addr.arpa. 14400 IN PTR wordpress.org.;; Query time: 465 msec
;; SERVER: 192.168.121.1#53(192.168.121.1)
;; WHEN: Sat Nov 07 10:40:29 SAST 2015
;; MSG SIZE rcvd: 71It’s wordpress.org, except the DNS records don’t show this, only the PRT record does.
All the other records I can look up (www, blog, lb) are simply CNAME records for wordpress.org.
Now in pfSense, my firewall, one can create aliases to simplify the creation of rules to allow specific traffic. If I create an alias “all_wordpress”, I add wordpress.org to the alias, create a rule to allow “all_wordpress” HTTP and HTTPS traffic out, then all ip addresses association with wordpress.org are allow out. Nice and efficient.
However, since there are only 2 ip addresses returned when querying the wordpress.org dns records, the traffic is still blocked and updates are not possible (and probably a number of other things as well).
Can someone (working for automattic maybe?) explain what is going on here and either fix this or, if there is a reason for this, how do I get a list of the ip addresses that are relevant to allow access to the site. I’m sure there are others that also have properly configured firewalls that would want this information too?
Thanks
The topic ‘wordpress.org ip addresses’ is closed to new replies.