04-24-2012 08:30 AM
Good Day all,
Could someone provide info (if it is possible) on how to direct traffic entering the ACE via TCP port X and redirect the Traffic to TCP port Y.
The Enterprise production application is currently configured to listen on port 443, and the customer does not want to ask the users to use the same application via port 8443 (ex: https://www.example.com/8443).
As always any info/suggestions will greatly be appreciated.
Cheers,
-raman
04-24-2012 11:02 AM
Hi Raman
You can specify port in serverfarm. E.g. you have L4 class map like this :
class-map match-any U2
2 match virtual-address 1.1.11.186 tcp eq 5555
and serverfarm like this :
serverfarm host U2
rserver U2 80
inservice
and of course usual L7 and L4 policy maps. So when client connects to 1.1.11.186 port 5555 (like http://1.1.11.186:5555/) he will be redirected to rserver U2 to port 80
04-24-2012 11:46 AM
Hi Borys,
Thanks for providing this information. I will try your suggestion this evening.
Have a great week.
-raman
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide