Forum Discussion
walt_97468
Nimbostratus
Feb 09, 2010inbound requests for FTP and sFTP
We have a need to send requests to different nodes within a pool, based on source IP address. For example if a request comes in from 172.16.95.5 send it to node 192.168.1.10, and if the request comes...
The_Bhattman
Nimbostratus
Feb 09, 2010Hi Walt,
Here is a slight adjustment
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 172.16.95.5] } {
node 192.168.1.10 21
} else if { [IP::addr [IP::client_addr] equals 172.16.95.6] } {
node 192.168.1.11 21
}
}
You do not need to use "use", which is for BIGIP v4.x
Can you explain a little more about what you mean in regards of differentiating inbound protocols. Are you looking to identify the protocols so you can send traffic over specific ports? An example would definitely help.
I hope this helps,
Bhattman
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