Forum Discussion

Drew_123833's avatar
Drew_123833
Icon for Nimbostratus rankNimbostratus
Jul 07, 2014

Disconnect external IP address

Hello folks

 

I d like to disconnect an external (forwarded for) IP address in my Big IP LTM. Is this possible through the shell?

 

We already blocked this IP address in the iRule list, but the connection seems already open...

 

Thx

 

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