02-Jul-2020 05:52
HI
i wanto to redirect an url with several port
[2000 to 3000] to another private server with the same range port
https://publicserver:[2000:3000] --> http://privateserver:[2000:3000]
how i can make it?
02-Jul-2020 06:10
Create pool and VIP with wildcard port number and restrict incoming port[2000-3000] via iRule. Hope it will make sense.
Creating 1000 VIPs and 1000 Pool is not wise solutions.
03-Jul-2020 00:57
I am not able to see public use case but can guide you to create it. As i have done previously.
While creating VIP use the VIP port "0" and pool member port with '0" with getway icmp monitor. Normal monitor will not work for wildcart port.
Create the Irule and capture the client port and route the traffic.
Hope clue will help you to solve issue.