Forum Discussion
BPetronio_11363
Nimbostratus
Apr 06, 2010Lack of IP, iRule decicion by URL matching
Hello,
I've no experience in this, but i think it could be easily done.
I will have a LC scenario, where in one ISP i will 1 ip address for each content, and in the second ISP, t...
BPetronio_11363
Nimbostratus
May 11, 2010Thank you Aaron,
In fact, i have LC and LTM licence.
LC for response to DNS Server Queries, where i will have several names resolved for different Virtual Servers with the same IP, but different Ports.
The iRule i was talking about, was for LTM.
What i am trying to do, is making a VS for connections on port 80, other for connections on port 443, other for 25, etc.. etc...
In each VS, i will apply an iRule for filtering the url on the header, and apply the respectivly pool for each url.
Example:
Pool1 : 192.168.1.1:80
Pool2 : 192.168.1.2:80
VS: 2.2.2.1:80 with the iRule:
when HTTP_REQUEST {
if {[HTTP::uri] equals {www.cst1.pt}} {pool pool1}
else
if {[HTTP::uri] equals {www.cst2.pt}} {pool pool2}
else
if .... "and so on... and so on"
}
Thank you a lot
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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