Forum Discussion
Pav_70755
Sep 08, 2010Nimbostratus
SQL DNS RE-Direction
Hi Guys,
I basically have 3 SQL servers and a group of 6 web servers. SQL Servers
SQL-Live
SQL-UAT
SQL-Wip
Web Servers
UAT
Wip
web1
web2...
Pav_70755
Sep 14, 2010Nimbostratus
OK so i've created a virtual server called Wip and assigned it a different IP
I've added the wip server ip to the WiP_Servers address list and how would I modify this rule so that any SQL traffic from the wip server will be re-directed to the SQL-WIP pool and any other requests will just pass traffic normally?
when CLIENT_ACCEPTED {
if { [matchclass [IP::remote_addr] equals $::WiP_Servers] } {
pool SQL-WiP
} else {
}
}
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