Forum Discussion

2 Replies

  • do you mean deleting active connection?

    root@(ve11a)(cfg-sync In Sync)(Active)(/Common)(tmos) delete sys connection cs-client-addr ?
    Specifies the clientside remote address of the active connections
    
  • Hi Nitass

     

    Indeed this works! thx

     

    So I used:

     

    • For showing IP-address: tmsh show sys conn cs-client-addr [TheExternalIPAddress]

       

    • For deleting IP-address: tmsh delete sys conn cs-client-addr [TheExternalIPAddress]

       

    We made also a blocking iRule to block this IP for further transactions.

     

    Greetings