Forum Discussion
Piyush_72418
Nimbostratus
Feb 24, 2009check
If I have a Geo IP based domain resolution @ DNS.
like based on Geo location abc.com will be resolved to either a.b.c.d (if US) and e.f.g.h (if from India)
Can I write a iRule on BigIP...
hoolio
Cirrostratus
Feb 25, 2009You can change the event from CLIENT_ACCEPTED to HTTP_REQUEST. In this case, CLIENT_ACCEPTED is triggered when the client establishes a TCP connection with the VIP. The HTTP headers have not been parsed at this point. HTTP_REQUEST is when the HTTP headers have been parsed. You can't send an HTTP redirect in CLIENT_ACCEPTED, but can in HTTP_REQUEST.
Also, the format for the address type datagroup should be. Or you can create the datagroup under Local Traffic >> iRules >> Datagroup List >> Create >> Type: address.
class my_address_datagroup {
network 10.10.0.0/16
host 192.168.0.11
}
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