Forum Discussion
Type11_8030
May 16, 2011Nimbostratus
Different SNAP IP based on destination
So I have been baning my head on this for a bit so any help would be great. - I have a Virtual Server defined that mainly handles incoming traffic - However from time to time the serve...
The_Bhattman
May 16, 2011Nimbostratus
Hi Brendon,
There are many ways to do this. However, one comes to mind
when CLIENT_ACCEPTED {
if { [IP::addr [IP::remote_addr] equals 10.79.10.0/24] } {
snat xxx.xxx.xxx.xxx
} else {
snat yyy.yyy.yyy.yyy
}
}
I hope this helps
Bhattman
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