Forum Discussion
Kleython_Kell_5
May 29, 2012Nimbostratus
SNAT/NAT and outgoing just for one Link
Hello, good morning
If someone can help me with the doubts below, thanks a lot:
I have the scanario below:
Particular external IP : 200.200.200....
hooleylist
May 31, 2012Cirrostratus
Hi Kleython,
Do you want to route anything from 10.10.10.1 - .3 out one VLAN using a specific TMM source address? If not, can you clarify the scenario?
If so, you could create a pool containing the router, an address type data group (specific_router_pool for example) containing the specific client IPs (specific_clients_dg for example) and use an iRule like this:
when CLIENT_ACCEPTED {
if {[class match [IP::client_addr] equals specific_clients_dg]}{
pool specific_router_pool
}
}
Aaron
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