www.ads-software.com ip addresses
-
Am I mistaken or are the DNS records for www.ads-software.com incomplete?
Consider the following:
$ dig www.ads-software.com A
; <<>> DiG 9.9.5-3ubuntu0.5-Ubuntu <<>> www.ads-software.com A
;; QUESTION SECTION:
;www.ads-software.com. IN A;; ANSWER SECTION:
www.ads-software.com. 185 IN A 66.155.40.249
www.ads-software.com. 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 www.ads-software.com.;; 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 www.ads-software.com, 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 www.ads-software.com.
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 www.ads-software.com to the alias, create a rule to allow “all_wordpress” HTTP and HTTPS traffic out, then all ip addresses association with www.ads-software.com are allow out. Nice and efficient.
However, since there are only 2 ip addresses returned when querying the www.ads-software.com 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 ‘www.ads-software.com ip addresses’ is closed to new replies.