23-Jan-2020 16:04
Hi Masters,
I need advise, i have case let say:
I have one VS Https: 11.11.11.11 with two url (url: https://abc.com/1/) and (url: https://cba.com/1/)
Pool member is:
1. 10.10.10.9 (url: http://xyz:8080/1/)
2. 10.10.10.10 (url: http://xyz:80/1/)
The topology like this : Client > Firewall > F5 > Member/Node
My objective is I want to redirect traffic from the client if:
1. Traffic client from https (url: https://abc.com/1/) should be redirect to pool member/node 10.10.10.9 with (url: http://xyz:8080/1/)
2. Traffic client from https (url: https://cba.com/1/) should be redirect to pool member/node 10.10.10.10 with (url: http://xyz:80/1/)
Is it possible to create iRules? what kind iRules should i create?
Thanks in advance!
Solved! Go to Solution.
24-Jan-2020 02:41
Bobow,
I wonder if this DC article will help. Are you using SNI on the virtual server to distinguish between domains? If so then see SNI Routing with Local Traffic Policies and perhaps this question too.
24-Jan-2020 02:41
Bobow,
I wonder if this DC article will help. Are you using SNI on the virtual server to distinguish between domains? If so then see SNI Routing with Local Traffic Policies and perhaps this question too.
29-Jan-2020 17:56
Hi Nathe,
its solved! i'm using SNI Routing.
Thanks a lot for your advise!