| "Safe mode" config parsing implemented
| | Issue: |
If a configuration fails due to an out-of-memory condition, it may be
the case that the firewall will never be able to successfully parse it.
This could, for instance, happen after a new core is uploaded that consumes
slightly more memory than the previous version did.
| | Change: |
If the current configuration fails to parse, another attempt will now be
made in "safe mode", where all known RAM consuming settings are forced
to an absolute minimum. In "safe mode", only administrative traffic is allowed,
i.e. the firewall runs in "local lockdown mode".
While the firewall is effectively "down" as far as users are concerned,
remote administration of the firewall is now possible, and the underlying problem
can be corrected remotely.
| | See: |
KB #10027 for more information.
|
| New setting allows Checkpoint SecuRemote UDP encapsulation through CFW
| | Issue: |
Checkpoint's SecuRemote UDP encapsulation (NAT traversal) uses UDP in a non-standard way, which
Clavister Firewall blocks.
| | Change: |
Enabling the new setting "SecuRemoteUDPEncapCompat" weakens the
UDP layer consistency checks somewhat and allows SecuRemote's UDP encapsulation through
the firewall.
| | See: |
KB #10020 for more information.
|
| Ping monitor with automatic config re-read (NIC reset) implemented
| | Change: |
As an experimental version of dead interface/link detection, a "ping monitor" that causes
a config-re-read (NIC reset) on link problems has been implemented.
| | See: |
KB #10019 for more information.
|
| FTP ALG now emits log entries if the configured "max line length" is exceeded
| | Change: |
It was previously hard to determine if a configured "max line length" was sufficient.
The FTP ALG will now emit detailed log entries if the limit is exceeded.
| | Note: |
The "max line length" setting currently defaults to 128 characters. As of 8.10.00,
the default will be 256 characters. We recommend that you review your line length
settings and, unless there is a good reason not to, increase them to 256.
|
| Log events now emitted for NetconBeforeRules/SNMPBeforeRules/IPsecBeforeRules
| | Issue: |
As of v8.00.00, there are settings for allowing Netcon (firewall remote control),
SNMP and IPsec directly to the firewall without examining the ruleset.
| | Change: |
As of v8.00.06 and v8.10.02, log events are now emitted for all connections permitted
by these settings. If logging is not wanted, simply disable the settings
and write own rules for the respective traffic types with logging disabled.
|
|