dns cache
5 TopicsIs there a way to force a global flush of DNS caches ?
Hi Folks, I have an unusual problem. I have a web-site that is hosted by a 3rd-party hosting provider. I recently switched hosting providers, and had to update the DNS records to point to the new hosting provider. The TTL on my DNS records (before and after the update) was set to 4 hours. It has now been 3 days since the change, but a friend in another city pointed out to me that my site isn't loading for him. Upon troubleshooting, I found that my friend's machine was still resolving the site to the old IP. And I've been told by another person in a completely different location that they were seeing the same thing, so it seems that some DNS resolver in some part of the world still hasn't updated their DNS cache. So I'm wondering, is there a way to force a purge / flush of outdated DNS records globally? If so, how would I go about doing so? Thanks!113Views0likes1CommentZone-transfer to a Wide-IP and iRules
Hi, how's it going? I've deployed two DNS on different DC's (a classical 2 DC's internally interconnected, so BIG-IP A can reach what's behind BIG-IP B and viceversa). All wide-IP's resolve to a public IP address. This is OK, but there are internal client who query for those names, but need to receive an internal address. This is also no problem, can be solved using an iRule for internal addresses. Now, the problem is here: an interesting number of these internal clients reside on a geographically remote location, but need to be resolved to this internal address. Again, this wouldn't be a problem for the F5 configuration, but we don't want to have a super high traffic through the MPLS (or whatever it is that interconnect the remote locations). Each geographic zone has a local AD-DNS, and I've been thinking that, maybe, they could do an AXFR to the BIG-IP, so to reduce the traffic and confine it to each place. So: Is it posible to perform an AXFR for the wide-IP's? (Not for the names configured in bind, not for the names behind the F5). If it indeed is, how could I configure the F5's so they reply with an internal zone? Would we be better off using the AD-DNS cache instead? Thanks in advance!352Views0likes1CommentSetup GTM as a DNS relay and cache
Hello, I am trying to setup GTM 11.5.4 as a DNS relay and cache only meaning all DNS queries go through the GTM and are forwarded to our DNS servers. Have anyone managed to do this ? Is this possible using GTM only (without LTM) ? All guides on F5 page seems to be incomplete or contain contradictory information. Thanks a lot348Views0likes1CommentRedirect DNS VS Caching to another VS w/o caching
guys, i have this customer problem wherein they have an F5 used as a DNS Transparent cache, this worked well. However they have clients that uses the same F5 DNS VS ( transparent cache) wherein any request/s coming from this group of clients need not to be cached, it goes directly to the DNS resolver. I have this iRule applied on the DNS VS (transparent cache) , however this works only on the first request and it gets redirected to the NO-CACHE_DNS_VS,but the 2nd and succeeding request still goes to the DNS_VS when DNS_REQUEST { if { [class match [IP::client_addr] equals Special_Clients] } { virtual NO-CACHE_DNS_VS } } How to make the succeeding DNS requests still persists on the other VS ( NO-CACHE_DNS)?230Views0likes0Comments