Forum Discussion
Damien_Turner_1
Nimbostratus
Jul 01, 2010Traffic Forwarding.......
I've got a problem I was wondering if anyone could help?
I have 3 internet links from my LTM (which also has GTM) and one testing link, I have a bunch of web testers who keep asking me to creat...
Damien_Turner_1
Nimbostratus
Jul 01, 2010Hi Aaron thank you for getting back to me so fast!, sorry I should have give you my version I'm on 9.4.8 HF2
I Have made the changes to the iRule but its still not working, it now looks like.....
when CLIENT_ACCEPTED {
if { [matchclass [IP::client_addr] equals QA_VLAN ] } {
if { [matchclass [IP::local_addr] equals External_Links] } {
pool QA_DIA_Pool
log local0. "Valid client IP: [IP::client_addr] - Redirected Traffic"
} else {
pool DG_POOL
log local0. "Valid client IP: [IP::client_addr] - Remote IP: [IP::local_addr] - Not Redirected Traffic"
}
Uncomment the line below to turn on logging.
log local0. "Valid client IP: [IP::client_addr] - Same Link Traffic"
} else {
pool DG_POOL
Uncomment the line below to turn on logging.
log local0. "Valid client IP: [IP::client_addr] - All_Other_Traffic"
}
}
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
