-
Notifications
You must be signed in to change notification settings - Fork 0
4.1 Configuration Status
Gurdeep Singh (Guru) edited this page Aug 10, 2024
·
1 revision
PHPFirewall can run in 3 following modes:
enable - Firewall is enabled and is inspecting filters.
disable - Firewall is disabled, all IPs will be allowed.
monitor - Firewall is in monitoring state, it will allow IP even if the filter state is set to deny.
You can change the status of the firewall:
admin@phpterminal:firewall(config)# set status monitor
SET STATUS MONITOR OUTPUT
FIREWALL DETAILS > STATUS : monitor
FIREWALL DETAILS > FILTER_IPV4 : Yes
FIREWALL DETAILS > FILTER_IPV6 : Yes
...
admin@phpterminal:firewall(config)#
$firewall->setConfigStatus('monitor');