Feb 07, 2019
FTP Proxy , user based forwarding with iRule
Im looking into using a VS as an FTP Proxy towards my backend webserver. Currently i already works for one webserver behind the VS.
Im now trying to write an iRule to forward traffic to the right server based on the username the ftp-connection is initiated with. Secondly i need to rewrite the username and remove the web-paramater
Example:
USER1 connects to with following credential USER1@WEB1
@WEB1 is removed from the credential and forwarded towards pool WEB1
Anybody any ideas how to do this last part ?