Forum Discussion
mmelber14_62984
Nimbostratus
Sep 19, 2012Issue with Source based redirection when more than one subnet is added
A background on the situation.
We are running a warehouse management system that requires the telnet protocol to use different ports on the backend server for each "warehouse" or location. We ha...
nathe
Cirrocumulus
Sep 20, 2012Megan
Had a bit of time so thought I'd post my suggestion, nowhere near an LTM at the mo so can't fully test, hope it's right though.
when CLIENT_ACCEPTED {
switch [IP::addr [IP::client_addr]] {
"10.21.72.0/24" -
"10.22.29.0/24" { pool WMS_APP_DEV_TELNET }
"10.23.68.0/24" -
"10.22.189.0/24" { pool WMS_APP_DEV_TELNET_4506 }
}
default {
drop }
}
HTH,
N
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