GTM configuration
if our domain name is hypothetically domainaus.com.au
1. I am going to create a subdomain in our 3rd party DNS as gtm1.domainaus.com.au with public IP address of gtm1 appliance and gtm2.domainaus.com.au with public IP of gtm2 appliance.
2. create alias records in 3rd party DNS for sub.domainauscom.au and refer it to sub.gtm1.domainaus.com.au and another sub.domainaus.com.au and refer it to sub.gtm2.domainaus.com.au
3. I have data centres created in both gtm1 and gtm2 appliances
4. I have gtm1 with listener and gtm2 with listener (both NAT'ed addresses and using internal IP)
5. I have gtm1 and gtm2 defined in gtm1 and gtm1 and gtm2 defined in gtm2 with iQuery running between all F5 devices and certs set to 10 years.
6. I have a pool with LTM servers as members and BigIP monitoring
7. I have an additional pool with stand alone servers as members and monitoring
8. I will then define a few wide IPs as sftp.sub.domainaus.com.au, search.sub,domainaus.com.au
and use relevant pools for each of these wide IP's
How do I get the wide IP on each gtm1 and gtm2 to respond with the correct public IP address (resolve) for each service (sftp and search)? Do I need to enter pointer records and A records in Zone Runner using BIND on each gtm?
OR
do I need to have a correct outbound SNAT to return a public IP address coming from the pool member that is available on each gtm?
Any assistace with this would be greatly appreciated as I am trying to understand how to configure this and how Wide IPs resolve with a public IP address to DNS requests.