Forum Discussion
Jeff_103365
Nimbostratus
Apr 13, 2009redirect by FQDN on LTM
I have two Internet links connected to my LTM.How can I redirect requests from clients based on the requested FQDN,ie.I want requests containing ".edu" go on one link and requests containing ".gov" go on another link?
- The_Bhattman
Nimbostratus
Assuming this is ONLY http traffic.when HTTP_REQUEST { switch [HTTP::host] { "*.edu" { node gatewayip1:80 } "*.gov" { node gatewayip2:80 } } }
- Jeff_103365
Nimbostratus
thanks! But what if I want traffics beside HTTP also go by this rule? - The_Bhattman
Nimbostratus
What other traffic besides http do you want to go by this rule?
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