Forum Discussion
lago_53253
Nimbostratus
Aug 20, 2008Port Forwarding
Hi there,
i need an iRule for Port Forwarding.
All Request to Virtual-Server:80 had to go to Pool:81
Something like this:
when CLIENT_ACCEPTED {
if { [TCP::l...
Nicolas_Menant
Employee
Aug 20, 2008Hi,
This is done automatically when you create a VS on port 80 and a pool with pool members listening on port 81.
The port translation is automatically handled by the BIGIP.
Even if you have something like this:
vs port any -> default pool port any
if you use an iRule that specify this:
when CLIENT_ACCEPTED {
if { [TCP::local_port equals 80] } {
pool My_Pool
}
}
where My_Pool are members listening on port 81
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