Forum Discussion
Brian_Herr_1028
Nimbostratus
Feb 13, 2007Changing destination pool TCP port via iRules
Nickel tour: In order to change the destination port on a flow we have to define the pool, member, and port as the destination in the iRule. We need to be able to define the pool and port and le...
Corey_Smith_174
Nimbostratus
Feb 27, 2007This rule properly changes the destination port:
when CLIENT_ACCEPTED {
pool Pool1 member 192.168.1.66:12001
}
This rule does not:
when LB_SELECTED {
pool Pool1 member 192.168.1.66:12001
}
I don't believe that it is possible to change the destination port in the LB_SELECTED event.
-Corey Smith
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