Forum Discussion
RiverFish
Dec 04, 2013Altostratus
GTM iRule split DNS
Greetings!
I was hoping you guys could scrutinize this iRule. The goal is to have the GTM return internal addresses to internal DNS queries and public addresses to public DNS queries. I also wan...
RiverFish
Nov 13, 2014Altostratus
I ended up just creating an iRule for each WIP. It's been working great:
when LB_SELECTED {
if { ([matchregion ldns private-ranges]) && ([LB::server addr] starts_with "100.100.100.") } {
host 172.1.1.1
} elseif { ([matchregion ldns private-ranges]) && ([LB::server addr] starts_with "200.200.200.") } {
host 10.1.1.1
}
}
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