Forum Discussion
Wish_40049
Nimbostratus
Feb 10, 2010GTM IRule
I would like some help to create an IRule.
We have two pools external pool and internal pool. At the wip we need to setup an IRULE to basically force any user coming from a particular subnet(s)...
hoolio
Cirrostratus
Feb 24, 2010Citizen_elah posted a related solution a while back:
http://devcentral.f5.com/Default.aspx?tabid=53&forumid=5&tpage=1&view=topic&postid=31347
when DNS_REQUEST {
if { [IP::addr [IP::client_addr]/24 equals "10.10.10.0"] } {
pool internal_pool
} else { pool external_pool }
}
Else, can you post the iRule you tested and the error you received when trying to save it?
Aaron
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