fwaccel dos allow
Description
The fwaccel dos allow command configures the allow-list for source IP addresses in the SecureXL Check Point product on a Security Gateway that accelerates IPv4 and IPv6 traffic that passes through a Security Gateway. Penalty Box.
This allow-list overrides which packet the SecureXL Penalty Box drops.
|
Notes:
|
Syntax for IPv4
|
Parameters
Parameter |
Description |
---|---|
No Parameters |
Shows the applicable built-in usage. |
|
Adds the specified IP address to the Penalty Box allow-list.
Examples:
|
|
Removes the specified IPv4 address from the Penalty Box allow-list.
|
|
Removes (flushes) all entries from the Penalty Box allow-list. |
|
Loads the Penalty Box allow-list entries from the specified plain-text file. Note - To replace the current allow-list with the contents of a new file, use both the " Important:
|
|
Loads the Penalty Box allow-list entries from the plain-text file with a predefined name:
Security Gateway Dedicated Check Point server that runs Check Point software to inspect traffic and enforce Security Policies for connected network resources. automatically runs this command " Note - To replace the current allow-list with the contents of a new file, use both the " Important:
|
|
Shows the current Penalty Box allow-list entries. |
Example 1 - Adding a host IP address without optional subnet prefix
[Expert@MyGW:0]# fwaccel dos allow -a 192.168.20.40 [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel dos allow -s 192.168.20.40/32 [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel dos allow -F [Expert@MyGW:0]# fwaccel dos allow -s [Expert@MyGW:0]# |
Example 2 - Adding a host IP address with optional subnet prefix
[Expert@MyGW:0]# fwaccel dos allow -a 192.168.20.40/32 [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel dos allow -s 192.168.20.40/32 [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel dos allow -F [Expert@MyGW:0]# fwaccel dos allow -s [Expert@MyGW:0]# |
Example 3 - Adding a network IP address with mandatory subnet prefix
[Expert@MyGW:0]# fwaccel dos allow -a 192.168.20.0/24 [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel dos allow -s 192.168.20.0/24 [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel dos allow -F [Expert@MyGW:0]# fwaccel dos allow -s [Expert@MyGW:0]# |
Example 4 - Deleting an entry
[Expert@MyGW:0]# fwaccel dos allow -a 192.168.20.40/32 [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel dos allow -a 192.168.20.70/32 [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel dos allow -s 192.168.20.40/32 192.168.20.70/32 [Expert@MyGW:0]# fwaccel dos allow -d 192.168.20.70/32 [Expert@MyGW:0]# [Expert@MyGW:0]# fwaccel dos allow -s 192.168.20.40/32 [Expert@MyGW:0]# |