fwaccel dos pbox
Description
The "fwaccel dos pbox
" command controls the Penalty Box whitelist in SecureXL Check Point product on a Security Gateway that accelerates IPv4 and IPv6 traffic that passes through a Security Gateway..
The SecureXL Penalty Box is a mechanism that performs an early drop of packets that arrive from suspected sources. The purpose of this feature is to allow the Security Gateway Dedicated Check Point server that runs Check Point software to inspect traffic and enforce Security Policies for connected network resources. to cope better under high traffic load, possibly caused by a DoS/DDoS attack.
The SecureXL Penalty Box detects clients that send packets, which the Access Control Policy drops, and clients that violate the IPS Check Point Software Blade on a Security Gateway that inspects and analyzes packets and data for numerous types of risks (Intrusion Prevention System). protections. If the SecureXL Penalty Box detects a specific client frequently, it puts that client in a penalty box. From that point, SecureXL drops all packets that arrive from the blocked source IP address.
The Penalty Box whitelist in SecureXL lets you configure the source IP addresses, which the SecureXL Penalty Box never blocks.
Syntax for IPv4
|
Parameters
Parameter |
Description |
||||
---|---|---|---|---|---|
|
Specifies the SecureXL instance ID (for IPv4 only). |
||||
No Parameters |
Shows the applicable built-in usage. |
||||
|
Removes (flushes) all source IP addresses from the Penalty Box. |
||||
|
Configures the whitelist for source IP addresses in the SecureXL Penalty Box.
|
||||
|
Adds the specified IP address to the Penalty Box whitelist.
Examples:
|
||||
|
Removes the specified IP address from the Penalty Box whitelist.
|
||||
|
Removes (flushes) all entries from the Penalty Box whitelist. |
||||
|
Loads the Penalty Box whitelist entries from the specified plain-text file.
|
||||
|
Loads the Penalty Box whitelist entries from the plain-text file with a predefined name:
Security Group automatically runs this command "
|
||||
|
Shows the current Penalty Box whitelist entries. |
Example 1 - Adding a host IP address without optional subnet prefix
[Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -a 192.168.20.40 [Expert@MyChassis-ch0x-0x:0]# [Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -s 192.168.20.40/32 [Expert@MyChassis-ch0x-0x:0]# [Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -F [Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -s [Expert@MyChassis-ch0x-0x:0]# |
Example 2 - Adding a host IP address with optional subnet prefix
[Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -a 192.168.20.40/32 [Expert@MyChassis-ch0x-0x:0]# [Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -s 192.168.20.40/32 [Expert@MyChassis-ch0x-0x:0]# [Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -F [Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -s [Expert@MyChassis-ch0x-0x:0]# |
Example 3 - Adding a network IP address with mandatory subnet prefix
[Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -a 192.168.20.0/24 [Expert@MyChassis-ch0x-0x:0]# [Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -s 192.168.20.0/24 [Expert@MyChassis-ch0x-0x:0]# [Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -F [Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -s [Expert@MyChassis-ch0x-0x:0]# |
Example 4 - Deleting an entry
[Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -a 192.168.20.40/32 [Expert@MyChassis-ch0x-0x:0]# [Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -a 192.168.20.70/32 [Expert@MyChassis-ch0x-0x:0]# [Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -s 192.168.20.40/32 192.168.20.70/32 [Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -d 192.168.20.70/32 [Expert@MyChassis-ch0x-0x:0]# [Expert@MyChassis-ch0x-0x:0]# g_fwaccel dos pbox whitelist -s 192.168.20.40/32 [Expert@MyChassis-ch0x-0x:0]# |