Forum Discussion
tosneyp_93777
Jun 24, 2011Nimbostratus
Forwarding IP Irule
Hi,
I am currently testing a setup with our new Exchange 2010 infrastructure where by all SMTP traffic is sent to a VIP, which in turn then sends out the SMTP traffic to our smarthost...I've...
jaimes, that's a pretty strange load balancing method, but you can get the third octet of a client's LDNS with getfield. Something like this would do what you want:
when DNS_REQUEST {
if { [getfield [IP::client_addr] "." 3] < 128 } {
pool poolA
} else {
pool poolB
}
}
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