Forum Discussion
Rupesh_M
Nimbostratus
Oct 07, 2015GTM - Configuring two listner IPs to resolve external & internal url with same FQDN
Hi,
Scenario - We have scenario where we need to use URL with same FQDN in LAN & Internet.
This can be done with GTM using single listener IP.
Query - Is it possible to achieve ...
Stanislas_Piro2
Cumulonimbus
Oct 07, 2015Hi,
you can create pool external and internal with the following method:
- external pool : exchange_pool
- internal pool : exchange_pool_int (append _int prefix)
and use the following irule in wide IPs
when DNS_REQUEST {
if { [IP::addr [IP::local_addr] equals X.X.X.X] } {
pool "[DNS::rrname]_int"
}
}
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