Forum Discussion

netadmindetail_'s avatar
netadmindetail_
Icon for Nimbostratus rankNimbostratus
Apr 21, 2015
Solved

NET TCP streaming manipulated by iRules

Hi.   Some messaging app on our customers side need to connect to a custom TCP port. Each customers must use a different port.   On my side I created a VIP for each customers linked to a 0 por...
  • Salim_83682's avatar
    Apr 21, 2015

    If it's TCP based, you can try the CLIENT_ACCEPTED event to collect data (TCP::collect) and the CLIENT_DATA event to find the relevant info in your TCP::payload. Have a look on Devcentral for these commands for examples.