Forum Discussion
Brian_69413
Nov 06, 2012Nimbostratus
Direct Server Access
I have the following iRule which seems to work at first, but then I see traffic to other pool members as well...not sure what I am missing here?
when RULE_INIT {
Log debug to /var/log/...
What_Lies_Bene1
Nov 07, 2012Cirrostratus
A new connection to a different server? Do you mean Virtual Server? What's the load balancing method?
This line looks wrong: if { [matchclass [IP::client_addr] equals $::internal_address_dg] < Remove the $::
I'd also suggest you add some logging to check things are working, particularly after both of these;
set server_ip [URI::query [HTTP::uri] srv]
log local.0 "Server IP is $server_ip"
set server_port [URI::query [HTTP::uri] port]
log local.0 "Server Port is $server_port"
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