Virtual server for ICAP traffic
I need to build a virtual server which will receive ICAP traffic on port 1344. I've built a standard virtual server listening on port 1344 with the ICAP servers in the pool also listening on 1344. The traffic flow will be: user attempts to transfer a file to our app server and the app server sends a reqeust to the ICAP VIP to load balance across the ICAP servers.
Our clients send files on 443 and 22 (sftp). I was able to setup an internal server & request adapt profile to redirect files to the ICAP servers for the 443 virtual server but it is not working on 22, so we are trying to get the app server to send to a VIP for any files it receives via 22. If they point the app server to the icap server directly, it works.
anyone overcome a similar requirement?