Disable attack detection connection-limits for a single IP address
search cancel

Disable attack detection connection-limits for a single IP address

book

Article ID: 166072

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

When using attack-detection it may be necessary to disable the connection-limit parameter for a single IP address.

Resolution

To disable the connection-limit parameter, enter the following in the SGOS CLI:

ProxySG>enable
Enable Password:
ProxySG#config t
Enter configuration commands, one per line.  End with CTRL-Z.
ProxySG#(config)attack-detection
ProxySG#(config attack-detection)client
ProxySG#(config client)create x.x.x.x
  ok
ProxySG#(config client)edit x.x.x.x
ProxySG#(config client x.x.x.x)no connection-limit
  ok

Where x.x.x.x is the IP address that requires the connection-limit to be disabled.