Thanks for the reply,
The set up is as follows:
- GTM and LTM devices in the network.
- The LTM's are configured as 'one arm' and not the default route for the servers.
- We are wanting to use the LTM as a reverse proxy for out and in file transfers from deeper layers in the Dmz
- The route table on the LTM has a default only for iquery and mgt traffic over self ip. All other traffic that flows into the box can get back out due to the knowledge of the mac address of where it came from.
- When initiating traffic from the box is when we run into the issue of needing to ensure the correct gateway for the vlan is selected. Hence the thought about Global nexthop irule.
- If we can get the nexthop irule to work, I am then wondering about how to get the monitors to work if we wanted to track whether the destination is available.
- In regards to dynamic destination - Could an iRule perform a lookup on a name that would not change? For example 'update.sun.com'. At the moment I am thinking to assign a static ip as the destination pool member at this stage.