Forum Discussion
Spidey_29396
Nimbostratus
Mar 10, 2014Source Load balancing
Connection initiated from the outside
1. VISA Client(10.10.10.5) establish connection to F5 Virtual IP(10.10.10.1) , let’s say port 4000
2. F5 will choose a server between FEP1(172.16.20.1...
IheartF5_45022
Nacreous
Mar 10, 2014Try adding this to your virtual to help you see;-
when HTTP_REQUEST {
set prefix [expr {int(rand()*10000)}]
log local0. "$prefix [HTTP::uri]"
}
when HTTP_RESPONSE {
log local0. "$prefix [HTTP::status], [HTTP::header Content_Length], [IP::remote_addr]"
}
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