Forum Discussion
F5_324021
Cirrus
Oct 13, 2017GTM Response for Virtual Server
Hello,
My scenario here is a GTM hosting the application with private IP addresses.
And i need the GTM to hold the external DNS queries,
Which means once an internet client requests ...
Kevin_Davies
Nacreous
Oct 13, 2017Create an address datagroup where in each entry the private virtual server IP address is the name and the public NAT address for the virtual server is the value. Apply the following to the LTM virtual server that was created by GTM as the listener.
when DNS_RESPONSE {
foreach rr [DNS::answer] {
if {[DNS::type $rr] ne "A"} { continue }
if {[class match [DNS::rdata $rr] equals private_vips]} {
DNS::rdata $rr [class lookup private_vips]
}
}
}
This has to be implemented on every GTM in the sync group.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects