fwaccel dos allow / whitelist
Description
The fwaccel dos whitelist / fwaccel dos allow and fwaccel6 dos whitelist / fwaccel6 dos allow commands control the IP 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.
|
Important:
|
|
Notes:
|
Syntax for IPv4
|
Parameters
Parameter |
Description |
||
---|---|---|---|
|
Starting from R80.40 Jumbo Hotfix Accumulator Take 92, the " Controls the IP allow list. |
||
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 deny 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 Note - To replace the current allow list with the contents of a new file, use both the " Important:
|
||
|
Configures the name for the IP deny list. This name appears in the Security Gateway logs.
|
||
|
Shows the configured name for the IP deny list. |
||
|
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]# |