Forum Discussion
Dennis_Watson_2
Nimbostratus
Apr 21, 2008Redirect URL to pool member permanently
Hi folks,
I've read dozens of entries trying to find an example that would allow me to do a permanent redirect to the pool member once it was selected.
This may require more than one iRule t...
hoolio
Cirrostratus
Dec 24, 2008Hi there,
Do you want to log which pool member a request was sent to? If so, you can use an iRule to log this:
when LB_SELECTED {
log local0. "[IP::client_addr]:[TCP::client_port]: pool info: [LB::server]"
}
This will log the client IP address:port and the selected pool member in the format of " ".
I wouldn't suggest leaving this rule enabled on the VIP at all times as it will log one entry for every load balancing selection.
If this isn't what you are trying to do, could you elaborate?
Thanks,
Aaron
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