- Separator (comment) rows in configuration
Comment rows may now be inserted in any configuration tab.
They provide full-length space for comments, regardless of
column sizes, and make for a great way of separating
logical sections of complex configurations.
- Version tracking improved
When saving configurations, the user name and time are tracked in the
version history. A comment field is also available, which gets saved
along with the above information.
As in 6.x versions, you can retreive previous configuration versions
by opening the configuration and using the "Open Specific Version" command
in the "File" menu.
- Tooltips for symbolic host/net names
Tooltips containing numerical IP addresses/ranges are now displayed for
symbolic host/net names used throughout the configuration.
- Console and Real-time log views enhanced
Line wrapping is now adapted to the width of the window, rather than always
wrapping at column 80. For both views, the font may be changed, and it is
now possible to select and copy arbitrary sections of the output.
(Previously, only the entire window could be copied).
- Saving Real-time log viewer output to a text file
The Real-time log viewer output can now be saved to a text file through the
"Save to File" command in the "File" menu. Output will be continue to
be saved until the window is closed. If the file already exists, it will
be appended to rather than overwritten.
Note that we do not recommend using the Real time logger output as a permanent
means of logging firewall events. Rather, send your log data to a Clavister
Firewall Logger, or a syslog receiver.
- Sliding averages in statistics view
A "Sliding average" column has been added to the legend section of the
statistics view. It will display a sliding window average of the
associated statistics value, over a configurable number of seconds.
The sliding average window size may be adjusted through the
"Sliding average" command in the "View" menu.
The sliding average value is not plotted in the graph.
- Netcon keys (security.bin) may be read from anywhere
Previously, netcon keys could only be imported from a diskette in drive A:.
Now, they may be imported from anywhere by simply selecting another
location in the "Load Encryption Keys" dialog.
- Log query wizard 'include' statements have changed
Previously, all 'include' statements had to be matched for a log entry
to be displayed. This was not what was originally intended. Now, matching
any 'include' statement is sufficient. As before, 'exclude'
statements take effect after all include statements have been
processed, and may be used to limit the amount of output.
In essence, the wizard now generates the query "(name1=value1 OR name2=value2)"
where it previously generated "name1=value1 AND name2=value2".
- Proxy ARP dialog changed
What was previously a multi-selection list has now become a list with
checkboxes, which is more easily navigated without a mouse.
Also, a new "Always select ALL interfaces" checkbox has been added.
This has two uses:
- The number of interfaces that may be selected via the list is limited to 64.
If you wish to publish your route on more interfaces than that, the "Always all"
checkbox might be an alternative.
- The "Always ALL" checkbox will automatically include interfaces added to your
configuration at a later point in time, which may be desirable in some circumstances.
- Pipe limits are now "base 1000" rather than "base 1024"
Pipe limits were previously configured using "base 1024" exponents, that is,
1 kbps equaled 1024 bits per second. Network bandwidth is not calculated this
way. The limits are now calculated as "1 kbps equals 1000 bps", which is the
correct way. This means that previous configurations will have their limits slightly
lowered; most likely to what they should have been in the first place.
- Statistics are now "base 1000" rather than "base 1024"
Statistics, counters as well as bandwidth figures, were previously using
"base 1024" exponents. That is, 1 kbps equaled 1024 bps and
1 mbps equaled 1048576 bps. Network bandwidth is not calculated this way.
All statistics values now use "base 1000" exponents. This means that
your statistics will display as slightly higher than they did before.
|