zone
5 TopicsBig-IP DNS - Zone Transfers
I have a customer with 192 zones on an older Big-IP GTM device. I've implemented a newer version of Big-IP DNS (vCMP). The customer is using the Big-IP DNS as the master for all the zone files, therefore local BIND on the F5 appliances are being used. Not DNS Express. The question I have is, is there a way to transfer over the zones in bulk? According to the documentation, it seems like this can only be done one at a time. In other words, is it possible to transfer more than one zone at a time? If so, is there a maximum limit? If not, that is OK, I just want to know what is theoretically possible and so far, I can't find any documentation that references this capability.Solved1.5KViews1like4CommentsZone delegation to GTM/DNS Question
We have a customer whose DNS zone is hosted at an ISP. Say the zone is Customer.com The customer has many hosted websites at his own premises and he want to migrate to GTM, but not all websites at once, just one after the other. I was wondering how I would be able to do that without changing at all once, I was hoping someone might have doen that before but I have a suggestion, it would be great if I get feedback for that. I was thinking that maybe we ask the ISP to create a zone called, internal.customer.com and for each website the customer has, say for example eservices.customer.com, we would ask the ISP to create a CNAME record that translates eservices.customer.com to eservices.internal.customer.com And then we would delegate the zone (internal.customer.com) to the GTM, and for each new A record we want to move we would do the same. Then on GTM we would create a zone called internal.customer.com and a wide ip A type called "eservices.internal.customer.com" that has an Alias of "eservices.customer.com" I am not very familiar with DNS/GTM setups but this is my suggested approach, is there an easier way for a smoother migration and easier rollback? Thanks in advance.Solved453Views0likes3CommentsAdding a new WIP and having it placed in the correct Zone
I have a scenario where when I create a new Wide IP, it is not being put into the correct zone file. For example. 3 zones: example.com wip.example.com xwip.example.com When I create a new Wide IP, like test.wip.example.com, it is being placed into the example.com zone file!!. Is that the correct behavior? It gets more complicated as I also have 2 different views. External Internal which have their own zone files for each of the 3 zones. db.external.example.com db.internal.example.com etc Unfortuntely everything is being placed into the db.external.example.com file no matter what type of record it is...I have to manually move it. Is there a better way to do this? Also, does anyone know what the GTM uses to make it's decision on where to put new WIPs into what zone files? I know ZoneRunner is involved in that part, but I'm not sure how it is making it's zone file destiantion decision.359Views0likes4Commentspycontrol Zone::add_zone_text
I am attempting to add Zones under Zone Runner using pycontrol, where my input is a csv file of zone records. The idea is to automate entering the zones using a script. The add_zone_text function should do the job, however I cannot figure out what the parameter's text format is supposed to be like. Can someone provide a full example? (e.g. text = ['SOA ... NS ...',] or however it is supposed to be.)256Views0likes0CommentsZone-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!246Views0likes1Comment