﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>LevelBlue Knowledge Base » Knowledgebase » Legacy Products » Security Reporter</title><generator>InstantKB.NET 2.0.6</generator><description>LevelBlue Knowledge Base</description><link>https://support.levelblue.com/kb/</link><webMaster>website@m86security.com</webMaster><lastBuildDate>Tue, 21 Apr 2026 19:38:25 GMT</lastBuildDate><ttl>20</ttl><item><title>Enabling SSH Password Authentication (Opening the Shell)</title><link>https://support.levelblue.com/kb/Goto20558.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Web Filter &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I enable SSH password authentication for connection to a WebFilter server? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;h3&gt;&lt;/h3&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; In order to complete the following procedure, you must contact Trustwave Support and open a case to obtain the password needed in step 5.&lt;/em&gt;&lt;/p&gt;&lt;h2&gt;&lt;/h2&gt;&lt;h3&gt;PART I – Shut Down and Connect a Keyboard and Monitor&lt;/h3&gt;&lt;p&gt; &lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Bring the system down: Navigate to&lt;strong&gt; System &amp;gt; Control&lt;/strong&gt;  and click &lt;strong&gt;ShutDown&lt;br /&gt;    &lt;/strong&gt; &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/shutdown_gui_1.png" /&gt; &lt;/li&gt;    &lt;li&gt;Click the&lt;strong&gt; ShutDown&lt;/strong&gt; button to power off the system.&lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/shutdown_gui_resized_2.png" /&gt; &lt;/li&gt;    &lt;li&gt;Connect a monitor to the VGA port and the keyboard to a USB or PS/2 port on the back of the system:&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/rear_chassis_ports_1.png" /&gt; &lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;PART II – Single User Mode &lt;/h3&gt;&lt;ol start="4"&gt;    &lt;li&gt;Power up the system by pressing and holding the &lt;strong&gt;green check mark key&lt;/strong&gt; (located on the LCD panel on the front of the chassis) for &lt;em&gt;&lt;strong&gt;three seconds&lt;/strong&gt;&lt;/em&gt;. &lt;/li&gt;    &lt;li&gt;On the &lt;strong&gt;GNU GRUB&lt;/strong&gt; screen press &lt;strong&gt;p&lt;/strong&gt; to bring up the password dialog box, and enter in the password.&lt;br /&gt;    &lt;br /&gt;    &lt;strong&gt;NOTE:&lt;/strong&gt; &lt;em&gt;Please contact Trustwave Support and open a case to obtain the password.&lt;/em&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/grub_1.PNG" /&gt; &lt;/li&gt;    &lt;li&gt;Press &lt;strong&gt;e&lt;/strong&gt; to edit the entry.&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/grub_2.PNG" /&gt;&lt;br /&gt;    &lt;strong&gt; &lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;Use the &lt;strong&gt;up arrow&lt;/strong&gt; and &lt;strong&gt;down arrow&lt;/strong&gt; keys to select the line that starts with ‘kernel’ and press &lt;strong&gt;e&lt;/strong&gt; to edit the line.&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/grub_3.PNG" /&gt;&lt;br /&gt;    &lt;strong&gt; &lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;At the end of this line, press the &lt;strong&gt;spacebar&lt;/strong&gt; to put in a space and type the word &lt;strong&gt;single&lt;/strong&gt; and then press &lt;strong&gt;enter&lt;/strong&gt;&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/grub_4.PNG" /&gt;&lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;    You should now be back to the previous screen. Press &lt;strong&gt;b&lt;/strong&gt; to boot into single-user mode.&lt;br /&gt;    &lt;br /&gt;    &lt;ol&gt;&lt;/ol&gt;        &lt;/li&gt;    &lt;/ol&gt;    &lt;h2&gt;&lt;/h2&gt;    &lt;h3&gt;PART III – Enable SSH Password Authentication&lt;/h3&gt;    &lt;ol start="9"&gt;        &lt;li&gt;At the prompt, type the command &lt;strong&gt;nano /etc/ssh/sshd_config&lt;/strong&gt; &lt;br /&gt;        &lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/edit_pico_1.png" /&gt;&lt;br /&gt;        &lt;strong&gt; &lt;br /&gt;        &lt;/strong&gt;&lt;/li&gt;        &lt;li&gt;Use the arrow keys to find the line that says &lt;strong&gt;PermitRootLogin&lt;/strong&gt;*, and change it to &lt;strong&gt;yes&lt;/strong&gt;&lt;br /&gt;        &lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/edit_2.PNG" /&gt;&lt;br /&gt;        &lt;br /&gt;        &lt;em&gt;*Note: this entry does not exist on all systems. If it is not present, skip to the next step.&lt;br /&gt;        &lt;/em&gt;  &lt;/li&gt;        &lt;li&gt;Use the arrow keys to find the line that says &lt;strong&gt;PasswordAuthentication&lt;/strong&gt;, and change it to &lt;strong&gt;yes&lt;/strong&gt;&lt;br /&gt;        &lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/edit_3.PNG" /&gt; &lt;/li&gt;        &lt;li&gt;To save, press &lt;strong&gt;Ctrl&lt;/strong&gt;+&lt;strong&gt;x&lt;/strong&gt;, then press &lt;strong&gt;y&lt;/strong&gt;, and hit &lt;strong&gt;enter&lt;/strong&gt; &lt;/li&gt;        &lt;li&gt;Restart &lt;em&gt;sshd&lt;/em&gt; by running the command &lt;strong&gt;/etc/init.d/sshd restart&lt;/strong&gt;&lt;br /&gt;        &lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/ssh_1.PNG" /&gt; &lt;/li&gt;        &lt;li&gt; You will see “Starting sshd” set to OK.&lt;br /&gt;        &lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/ssh_2.PNG" /&gt; &lt;/li&gt;        &lt;li&gt;Press &lt;strong&gt;Ctrl&lt;/strong&gt;+&lt;strong&gt;d &lt;/strong&gt;to boot the system back up into multiuser mode.&lt;br /&gt;        &lt;br /&gt;        It will run through all of its checks, and bring you back to your logon screen.&lt;br /&gt;        &lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/ssh_3.PNG" /&gt;&lt;br /&gt;        &lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/ssh_4.PNG" /&gt; &lt;/li&gt;    &lt;/ol&gt;    &lt;h2&gt;&lt;/h2&gt;    &lt;h3&gt;Part IV - Test the Connection&lt;/h3&gt;    &lt;ol start="16"&gt;        &lt;li&gt;Open a terminal window or start a PuTTY session to verify that SSH is enabled from a device on the same network (not the filter). You can download PuTTY from &lt;a href="http://www.putty.org/"&gt;http://www.putty.org/&lt;/a&gt; &lt;/li&gt;        &lt;li&gt;Enter &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;SSH [&lt;em&gt;Filter IP]&lt;/em&gt;&lt;/span&gt; (for example, &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;SSH 10.10.10.11&lt;/span&gt; ). When prompted to continue connecting, type &lt;strong&gt;yes&lt;/strong&gt;. &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/ssh_5.PNG" /&gt; &lt;/li&gt;        &lt;li&gt;Enter any user name. If you are prompted for a password, then SSH has been successfully enabled. &lt;br /&gt;        &lt;br /&gt;        &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/rgrogan/SSH/ssh_6.PNG" /&gt; &lt;/li&gt;        &lt;li&gt;Repeat steps 1-4 to remove the monitor and keyboard, if necessary. &lt;/li&gt;    &lt;/ol&gt;</description><pubDate>Tue, 13 Dec 2016 15:48:33 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Web Browser Issues Affecting SR 3.5</title><link>https://support.levelblue.com/kb/Goto20732.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Security Reporter 3.5 &lt;/li&gt;    &lt;li&gt;Mozilla Firefox&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;After upgrading to SR 3.5, you see an old version of some pages, even after requesting a forced refresh.&lt;/li&gt;    &lt;li&gt;The SR landing page appears as a blank page (all white).&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Resolution:&lt;/h2&gt;&lt;p dir="ltr"&gt;To resolve the first issue, clear the local cache. &lt;/p&gt;&lt;ul dir="ltr"&gt;    &lt;li&gt;In Firefox, navigate to &lt;strong&gt;Options  &amp;gt; Advanced&lt;/strong&gt;. Under &lt;strong&gt;Cached Web Content&lt;/strong&gt;, click &lt;strong&gt;Clear Now&lt;/strong&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;p dir="ltr"&gt;To resolve the second issue, simply click within the page and the SR login page will display.&lt;/p&gt;</description><pubDate>Mon, 12 Dec 2016 11:03:56 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Additional steps to upgrade Virtual SR to version 3.5</title><link>https://support.levelblue.com/kb/Goto20722.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Security Reporter virtual instances &lt;/li&gt;    &lt;li&gt;Upgrade to version 3.5 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What additional steps are needed to upgrade a virtual SR to version 3.5? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To upgrade a virtual SR, it is necessary to provide a local storage location that can be used by the upgrade process to copy an ISO image.&lt;/p&gt;&lt;p&gt;You must plug in a USB drive to the VMware ESXi host, which will be used as a temporary local storage location for the SR 3.5 upgrade. The SR VM will connect to the USB drive plugged into the ESXi host through a virtual USB Controller and USB Device configured on the VM.&lt;/p&gt;&lt;p&gt;The steps below cover the configuration of a USB Controller and a USB Device on the SR VM:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Attach a USB drive to the ESXi host. The USB drive must provide at least 2GB of storage. &lt;/li&gt;    &lt;li&gt;Launch the vSphere Client/administration interface, choose the SR VM, and load its settings. Under the Hardware tab, check whether you have USB Controller and USB Device included in the list of devices.    &lt;ul&gt;        &lt;li&gt;If you have both USB Controller and USB Device listed, go to Step 6. &lt;/li&gt;        &lt;li&gt;If you only have USB Controller listed but not USB Device (as in the screenshot below), go to Step 5. &lt;br /&gt;         &lt;br /&gt;        &lt;img alt="" style="height: 358px; width: 400px;" src="https://support.levelblue.com/kb/Uploads/Images/20722/USBControllerPresent.png" /&gt;&lt;br /&gt;          &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Click&lt;strong&gt; Add&lt;/strong&gt;. &lt;br /&gt;     &lt;br /&gt;     &lt;img alt="" style="height: 357px; width: 400px;" src="https://support.levelblue.com/kb/Uploads/Images/20722/vsphere_add_usb_drive_step2.png" /&gt;&lt;br /&gt;      &lt;/li&gt;    &lt;li&gt;Add a USB Controller (EHCI  &amp;amp; UHCI) as shown in the following screenshots.&lt;br /&gt;     &lt;br /&gt;    &lt;em&gt;&lt;strong&gt;Click images to expand if required.&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;     &lt;br /&gt;    &lt;img alt="" style="height: 357px; width: 400px;" src="https://support.levelblue.com/kb/Uploads/Images/20722/vsphere_add_usb_drive_step3.png" /&gt;&lt;br /&gt;     &lt;br /&gt;    &lt;img alt="" style="height: 316px; width: 400px;" src="https://support.levelblue.com/kb/Uploads/Images/20722/vsphere_add_usb_drive_step4.png" /&gt;&lt;br /&gt;     &lt;br /&gt;    &lt;img alt="" style="height: 316px; width: 400px;" src="https://support.levelblue.com/kb/Uploads/Images/20722/vsphere_add_usb_drive_step5.png" /&gt;&lt;br /&gt;      &lt;/li&gt;    &lt;li&gt;Add a USB Device as shown in the following screenshots. The name of the device will depend on the physical device you have attached.&lt;br /&gt;     &lt;br /&gt;    &lt;img alt="" style="height: 357px; width: 400px;" src="https://support.levelblue.com/kb/Uploads/Images/20722/vsphere_add_usb_drive_step6.png" /&gt;&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" style="height: 316px; width: 400px;" src="https://support.levelblue.com/kb/Uploads/Images/20722/vsphere_add_usb_drive_step7.png" /&gt;&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" style="height: 316px; width: 400px;" src="https://support.levelblue.com/kb/Uploads/Images/20722/vsphere_add_usb_drive_step8.png" /&gt;&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" style="height: 316px; width: 400px;" src="https://support.levelblue.com/kb/Uploads/Images/20722/vsphere_add_usb_drive_step9.png" /&gt;&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" style="height: 357px; width: 400px;" src="https://support.levelblue.com/kb/Uploads/Images/20722/vsphere_add_usb_drive_step10.png" /&gt;&lt;br /&gt;      &lt;/li&gt;    &lt;li&gt;From a client workstation, log into the SR administration interface. Go to Administration &amp;gt; System Configuration.    &lt;ul style="list-style-type: lower-alpha;"&gt;        &lt;li&gt;For version 3.3.x, select &lt;strong&gt;Shut Down&lt;/strong&gt; from the Server pull-down menu. Select &lt;strong&gt;Restart &lt;/strong&gt;under Hardware and then click &lt;strong&gt;Apply &lt;/strong&gt;to restart the SR VM. Note that this will interrupt all data processing and report generation. &lt;/li&gt;        &lt;li&gt;For version 3.4.x, select &lt;strong&gt;System&lt;/strong&gt; from the Restart menu and then click &lt;strong&gt;Yes&lt;/strong&gt; to restart the SR VM. Note that this will interrupt all data processing and report generation. Also note that the restart will attempt a graceful database shutdown and could take several hours to complete. &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Once you have restarted the SR, you can proceed to upgrade as for a hardware system by logging into the SR administration interface and navigating to the Software Update screen. You must leave the USB drive plugged into the ESXi host since it will be used by the upgrade process.  &lt;/li&gt;    &lt;li&gt;When the SR 3.5 upgrade is successfully completed, you would be able to remove the USB drive from the ESXi host. &lt;/li&gt;&lt;/ol&gt;</description><pubDate>Mon, 12 Dec 2016 11:01:50 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Enabling Flash for the SR or WFR Web Interface in Newer Browsers</title><link>https://support.levelblue.com/kb/Goto20733.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Security Reporter (all versions) &lt;/li&gt;    &lt;li&gt;Web Filtering and Reporting Suite (WFR) (all versions)  &lt;/li&gt;    &lt;li&gt;Safari 10 and above &lt;/li&gt;    &lt;li&gt;Google Chrome 55 and above &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Why is my browser requesting permission to run Flash for the SR or WFR user interface? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Google (Chrome 55) and Apple (Safari 10) have changed how their browsers handle the Adobe Flash Player plugin. The browsers will now ask the user for permission to run Flash for each website that requires it. In the past, Flash ran automatically when a website required it. &lt;/li&gt;    &lt;li&gt;Apple made this change with the release of Sierra operating system on Sept. 20, 2016. Apple also released an update to Safari on older operating systems. Google has announced plans to include this change in Chrome 55, which Google has stated is expected in early December 2016. &lt;/li&gt;    &lt;li&gt;In these browser versions, you have to enable Flash the first time you use the browser with a particular website. If you select "Always allow plugins" or "Use Every Time" with the SR or WFR interface, you will not be asked the next time you log in from the same workstation and browser. If you select the "Use Once" option (not recommended), you will be prompted to enable Flash each time you visit the SR or WFR site. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Flash takes a lot of resources to run and can be a security concern if not kept up to date. If you visit a malicious website, in older browser versions Flash can run silently without your knowledge. Since the new Safari 10 and Chrome 55 browsers will no longer run Flash automatically, you have the ability to control when Flash runs, and only allow it to run when visiting a trusted site. This behavior also has the benefit of limiting the amount of computer resources required to run the browser. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 15 Nov 2016 12:46:17 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Security Reporter Evaluation Mode </title><link>https://support.levelblue.com/kb/Goto20499.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Security Reporter 3.4.10 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What is Security Reporter Evaluation Mode? &lt;/li&gt;    &lt;li&gt;What data is available for reporting in Evaluation Mode? &lt;/li&gt;    &lt;li&gt;How do I request an extension or registration for a SR in Evaluation Mode? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;By default, the SR is set to evaluation mode. Evaluation mode limits the available reports to the most recent 14 days of data. Data for earlier dates is stored but cannot be reported on. Evaluation mode is only available for a limited time.&lt;/p&gt;&lt;p&gt;This article explains how to request an extension of evaluation, or to register the SR.&lt;/p&gt;&lt;h3&gt;C.1 Report Manager Banner&lt;/h3&gt;&lt;p&gt;In evaluation mode, the Report Manager banner displays ‘EVALUATION MODE’ beneath the Security Reporter name/link.&lt;br /&gt;&lt;br /&gt;&lt;img alt="" width="411" height="284" src="https://support.levelblue.com/kb/Uploads/Images/20499/sr.ug.eval.png" /&gt;&lt;/p&gt;&lt;p&gt;Hover over the ‘EVALUATION MODE’ link to display a definition of ‘Evaluation Mode’. Click this link to launch the SR Server Information screen.&lt;/p&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: The Server Information screen is available to all administrators through this link (the Administration menu item is visible only to Global Administrators).&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;In Evaluation Mode, the Storage Usage section of the Server Information screen includes a note about the data available for reporting.&lt;/p&gt;&lt;h3&gt;Server Information Screen&lt;/h3&gt;&lt;p&gt;For an SR unit currently in evaluation mode, the Server Information screen includes the Activation section, as shown above. You have the option to either use the SR in the evaluation mode, or to change the evaluation mode in one of two ways: by extending the evaluation period, or by registering the SR so that it can be used in the registered mode.&lt;/p&gt;&lt;h3&gt;Change the Evaluation Mode&lt;/h3&gt;&lt;p&gt;When the designated evaluation period has expired or is about to expire, you can request an extension to your evaluation period, or register the unit and use it in the registered mode.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;In the Activation section of the sever information screen, you will find the Hostname of the Server, IP address, and MAC Address (hardware address of the LAN1 network interface). &lt;/li&gt;    &lt;li&gt;In the message “If you do not have an Activation Code, click here.”, click the link ‘here’ to open the Product Activation page at the Trustwave Web site. &lt;/li&gt;    &lt;li&gt;In this Web page:    &lt;ol style="list-style-type: lower-alpha;"&gt;        &lt;li&gt;Enter your following information: Contact Details, Company Information, and Security Reporter Information. &lt;/li&gt;        &lt;li&gt;Choose the Activation Type: “Evaluation Extension” or “Full Activation.” &lt;/li&gt;    &lt;/ol&gt;    &lt;/li&gt;    &lt;li&gt;Click Send Information. Trustwave will review the request and issue you an activation code (subject to contractual considerations). &lt;/li&gt;    &lt;li&gt;When you receive the code, return to the Activation Page and enter the activation code in the Activation Code field. &lt;/li&gt;    &lt;li&gt;Click Activate to display the confirmation message in the Activation Page pop-up box:    &lt;ul&gt;        &lt;li&gt;If you have extended the evaluation period for the unit, the following message displays: “It is now in evaluation mode (‘X’ days)!” where ‘X’ represents the number of days in the new evaluation period. &lt;/li&gt;        &lt;li&gt;If you have registered the unit, the following message displays: “Your box has been activated!” &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;This information is copied from the Security Reporter &lt;em&gt;Administrator Guide&lt;/em&gt;. For the full Guide and other documentation, see  the Security Reporter &lt;a href="https://support.levelblue.com/sr/documentation.asp" class="ApplyClass" target="_blank"&gt;Documentation page&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Tue, 01 Mar 2016 15:22:08 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Secure Connection Failed when connecting to SR or WF web UI using Firefox 39</title><link>https://support.levelblue.com/kb/Goto20353.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;WFR 5.1.30 and older &lt;/li&gt;    &lt;li&gt;WF 5.1.30 and older &lt;/li&gt;    &lt;li&gt;SR 5.1.30 and older &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Mozilla Firefox 39 and later versions will not connect to the web GUI of WF or SR &lt;/li&gt;    &lt;li&gt;After upgrading to the newest version of Firefox, you are unable to connect to the GUI &lt;/li&gt;    &lt;li&gt;Error message: &lt;span style="font-family: 'courier new';"&gt;SSL received a weak ephemeral Diffie-Hellman key in Server Key Exchange handshake message.&lt;br /&gt;    &lt;/span&gt; &lt;br /&gt;    &lt;img alt="" style="font-size: 8pt; height: 356px; width: 500px; line-height: 11px;" src="https://support.levelblue.com/kb/Uploads/Images/Lcreager/Weak%20DHE/2015-07-20%2009_22_55-XenCenter.jpg" /&gt; &lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;h2&gt;Cause:&lt;/h2&gt;&lt;p&gt;This issue is caused by a combination of SSL cipher configuration on the device and enhanced security requirements in new versions of Firefox.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;This problem will be resolved in a future patch to the WF and SR appliance software. &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;Workaround:&lt;/h3&gt;&lt;p&gt;To temporarily fix the issue in Firefox, you can manually disable the ciphers using the following steps:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Open Firefox. In the address bar enter &lt;span style="font-family: 'courier new';"&gt;about:config&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Click the button &lt;strong&gt;I'll be careful, I promise!&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;In the search box, enter &lt;span style="font-family: 'courier new';"&gt;ssl3&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;Double click on these two ciphers listings to disable use (they are normally the top two listed)    &lt;ul&gt;        &lt;li&gt;security.ssl3.dhe_rsa_aes_128_sha &lt;/li&gt;        &lt;li&gt;security.ssl3.dhe_rsa_aes_256_sha &lt;/li&gt;    &lt;/ul&gt;    The disabled items should display in boldface with a value of &lt;strong&gt;false&lt;/strong&gt;, as shown below:&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" style="height: 365px; width: 563px;" src="https://support.levelblue.com/kb/Uploads/Images/20353/ciphersdisabled.png" /&gt; &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Note: &lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;It is also possible to disable the ciphers on the appliance, which resolves the issue for all users. Contact Support for assistance. To disable the ciphers, Support will require remote (ssh) access to the device experiencing the issue. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;/h2&gt;</description><pubDate>Mon, 20 Jul 2015 18:05:27 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>What Actions can be reported on in detail drill-down reports?</title><link>https://support.levelblue.com/kb/Goto20305.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Security Reporter 3.3.x &lt;/li&gt;    &lt;li&gt;WFR 5.1.10 through 5.1.30 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What Actions can be reported on in detail drill-down reports? &lt;/li&gt;    &lt;li&gt;What are the possible values in the Actions column in detail drill down reports? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;The Actions that could be shown depend on whether the report is for Web Filter data, or SWG data.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;For Web Filter data, this column displays the type of filter action applied by the Web Filter and additional details, if applicable. The filtering method could be one of the following:    &lt;ul&gt;        &lt;li&gt;Search KW (Search Keyword) &lt;/li&gt;        &lt;li&gt;URL KW (URL Keyword) &lt;/li&gt;        &lt;li&gt;URL &lt;/li&gt;        &lt;li&gt;Wildcard (URL wildcard) &lt;/li&gt;        &lt;li&gt;Strict HTTPS &lt;/li&gt;        &lt;li&gt;Moderate HTTPS &lt;/li&gt;        &lt;li&gt;X-Strike &lt;/li&gt;        &lt;li&gt;Pattern &lt;/li&gt;        &lt;li&gt;File Type &lt;/li&gt;    &lt;/ul&gt;    &lt;br /&gt;    The additional details would include the URL or keyword for the filtering method applied. For example: &lt;span style="font-family: courier new;"&gt;Wildcard:HTTPS://*.google.com&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;For SWG data, this column displays the type of action applied by SWG. Among the many possible actions are Block, Bypass Scanning, Allow content and scan containers, Unknown, and None. &lt;/li&gt;    &lt;li&gt;Blocked items display in red text. You can also choose to show a Blocked column (displaying True or False). &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;You can use the Report Wizard to create reports filtered on any Action. For Web Filter data, the Action selection includes a menu of the available filtering methods.&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Earlier versions of the SR and WFR Administrator Guide contained inaccurate or incomplete information about the Actions. &lt;/li&gt;    &lt;li&gt;To obtain the latest version of the Administrator Guide for any product version, see the SR or WFR sections in &lt;a href="https://support.levelblue.com/downloads-and-documentation.asp" class="ApplyClass" target="_blank"&gt;Downloads and Documentation&lt;/a&gt;. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 25 Jun 2015 20:48:20 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Recommended formats for large detail reports</title><link>https://support.levelblue.com/kb/Goto16151.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Security Reporter &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What format should I use when saving or exporting a detail report? &lt;/li&gt;    &lt;li&gt;What are the fastest report formats to generate? &lt;/li&gt;    &lt;li&gt;Are there limits on the size of detail reports? &lt;/li&gt;    &lt;li&gt;How can I decide what format to use for a detail report? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;Security Reporter allows you to download and schedule reports in PDF, HTML, CSV, or XLS format.&lt;/p&gt;&lt;p&gt;Detail reports that have a very large number of lines can take a long time to generate and can consume memory, disk space, and other resources on the reporting appliance and client workstation. In extreme cases a report can fail due to memory or disk limitations.&lt;/p&gt;Trustwave suggests the following size limits for the output formats:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;table style="text-align: center; border-spacing: 4px; width: 350px; border-collapse: separate;"&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;th style="background-color: silver;"&gt;Number of Records&lt;/th&gt;            &lt;th style="background-color: silver;"&gt;Format&lt;/th&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="text-align: center;"&gt;Up to 10,000&lt;/td&gt;            &lt;td style="text-align: center;"&gt;Any format &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="text-align: center;"&gt;10,000 to 50,000&lt;/td&gt;            &lt;td style="text-align: center;"&gt;PDF, HTML or CSV &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="text-align: center;"&gt;50,000 to 250,000&lt;/td&gt;            &lt;td style="text-align: center;"&gt;HTML or CSV &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="text-align: center;"&gt;Over 250,000&lt;/td&gt;            &lt;td style="text-align: center;"&gt;CSV&lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;h3&gt;Determining the number of records&lt;/h3&gt;&lt;p&gt;To determine how many detail records will be returned, use a Summary Drill Down report.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;If the result set is larger than 100,000 records you should consider narrowing the set by applying additional filters. &lt;/li&gt;    &lt;li&gt;Select a format based on the suggestions above. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;Formats in order from fastest to slowest generation are: CSV, HTML, PDF, XLS. &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;&lt;span&gt;Time to generate a report depends directly on the complexity of formatting&lt;/span&gt;. &lt;/li&gt;    &lt;li&gt;SR can generate &lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;reports with many more than 250,000 records in HTML format, but many browsers will not be able to render the resulting HTML pages&lt;/span&gt;. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Sun, 08 Dec 2013 15:05:52 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Will deleting a SWG device from the Device Registry page delete the data held in the database?</title><link>https://support.levelblue.com/kb/Goto15989.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SR 3.x&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;From SR documentation it is not clear if reports data is deleted from the database when a SWG device is deleted from Device Registry page. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;The deletion of data only happens when removing the *last* swg device. As long as there is one SWG device or more, no data will be deleted.&lt;/p&gt;&lt;h2&gt;&lt;/h2&gt;</description><pubDate>Tue, 02 Jul 2013 17:20:20 GMT</pubDate><dc:creator>Giovanni Romualdi</dc:creator></item><item><title>How many bandwidth gauges can be used at a time.</title><link>https://support.levelblue.com/kb/Goto15489.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SR, TAR&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Up to how many bandwidth gauges can be used at a time?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;Up to five bandwidth gauges can be used at a time. If a different bandwidth gauge is needed, one of the default bandwidth gauges must be deleted before a new bandwidth gauge can&lt;br /&gt;be added.&lt;/p&gt;&lt;br /&gt;</description><pubDate>Thu, 27 Jun 2013 15:12:30 GMT</pubDate><dc:creator>Giovanni Romualdi</dc:creator></item><item><title>No Uncategorized Sites In Reports</title><link>https://support.levelblue.com/kb/Goto12419.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Enterprise Reporter/Security Reporter&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;p&gt;No Uncategorized Sites In Reports&lt;/p&gt;&lt;h2&gt;Reply&lt;/h2&gt;&lt;strong&gt;Enterprise reporter&lt;/strong&gt;:&lt;br /&gt;If every report generated shows no uncategorized sites at all, check the Webclient settings. As a default, the Webclient will not display uncategorized sites. &lt;br /&gt;To check that setting in the Enterprise reporter, log in the Webclient and go to Settings &amp;gt; Default Options. You will see the box labeled "Hide Uncategorized Category" checkmarked. Remove the checkmark and click on "Save". Change will take 24 hours to take effect.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Security reporter:&lt;/strong&gt;&lt;br /&gt;Go to Administration&amp;gt;Default report Settings and see if the box is checked "&lt;strong&gt;Hide Uncategorized Sites&lt;/strong&gt;"&lt;br /&gt;&lt;dl style="margin-top: 10px;"&gt;    &lt;dt&gt;&lt;em&gt;This article was previously published as:&lt;/em&gt;    &lt;/dt&gt;    &lt;dd&gt;&lt;em&gt;8e6 KB 276616&lt;/em&gt;    &lt;/dd&gt;&lt;/dl&gt;</description><pubDate>Mon, 01 Apr 2013 13:36:30 GMT</pubDate><dc:creator>Alfred Alva</dc:creator></item><item><title>Best Practices for virtual machine backup (programs and data)</title><link>https://support.levelblue.com/kb/Goto15316.aspx</link><description>&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 13.5pt; mso-outline-level: 2;"&gt;&lt;b&gt;&lt;span style="font-size: 18pt; font-family: 'verdana','sans-serif'; color: #000000; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;This article applies to:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt 42pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l2 level1 lfo1; tab-stops: list .5in;"&gt;&lt;span style="font-size: 10pt; font-family: symbol; color: #000000; line-height: 110%; mso-fareast-font-family: symbol; mso-bidi-font-family: symbol; mso-list: ignore; mso-bidi-font-size: 8.0pt;"&gt;·&lt;span style="font: 7pt 'times new roman';"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Virtual Machine &lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 13.5pt; mso-outline-level: 2;"&gt;&lt;b&gt;&lt;span style="font-size: 18pt; font-family: 'verdana','sans-serif'; color: #000000; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Question:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt 42pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo2; tab-stops: list .5in;"&gt;&lt;span style="font-size: 10pt; font-family: symbol; color: #000000; line-height: 110%; mso-fareast-font-family: symbol; mso-bidi-font-family: symbol; mso-list: ignore; mso-bidi-font-size: 8.0pt;"&gt;·&lt;span style="font: 7pt 'times new roman';"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;How you can back-up a virtual machine (program and data)?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 13.5pt; mso-outline-level: 2;"&gt;&lt;b&gt;&lt;span style="font-size: 18pt; font-family: 'verdana','sans-serif'; color: #000000; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Information:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt; line-height: 110%; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;This document describes the best practices for backing up a virtual machine. It details the issues that must be taken onto consideration, the steps in an ideal process. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 0pt; line-height: 110%;"&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;To back up the entire virtual machine (the operating system installation, application files and settings, and all user data), copy the &lt;/span&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'courier new';"&gt;.vmwarevm&lt;/span&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt; bundle (the object within the Virtual Machines folder), and while the virtual machine is shutdown.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Note&lt;/b&gt;: Ensure that the virtual machine is shut down and not suspended. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 0pt; line-height: 110%;"&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Because of the length of time involved, and a high potential for redundant data, this method is best used on an occasional basis, after installing new programs/updates or making significant configuration changes.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt; line-height: 110%; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;For constantly-changing data files, it is best to use any or all of these methods:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt 42pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l3 level1 lfo3; tab-stops: list .5in;"&gt;&lt;span style="font-size: 10pt; font-family: symbol; color: #000000; line-height: 110%; mso-fareast-font-family: symbol; mso-bidi-font-family: symbol; mso-list: ignore; mso-bidi-font-size: 8.0pt;"&gt;·&lt;span style="font: 7pt 'times new roman';"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Any network-based backup method (depending on your network settings, the virtual machine could be like just another machine on your network). &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 12pt 42pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-list: l3 level1 lfo3; tab-stops: list .5in;"&gt;&lt;span style="font-size: 10pt; font-family: symbol; color: #000000; line-height: 110%; mso-fareast-font-family: symbol; mso-bidi-font-family: symbol; mso-list: ignore; mso-bidi-font-size: 8.0pt;"&gt;·&lt;span style="font: 7pt 'times new roman';"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Store, copy, or move the data files to be backed up into a Mirrored or Shared folder and use Time Machine to back up that folder from the Mac OS.&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Note&lt;/b&gt;: For more information about mirrored folders, see &lt;a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;amp;docType=kc&amp;amp;docTypeID=DT_KB_1_1&amp;amp;externalId=1014127" target="_blank"&gt;&lt;span style="color: #1f5080;"&gt;Setting up mirrored folders for your Mac and virtual machine (1014127)&lt;/span&gt;&lt;/a&gt;. For more information about shared folders, see &lt;a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;amp;docType=kc&amp;amp;docTypeID=DT_KB_1_1&amp;amp;externalId=1004055" target="_blank"&gt;&lt;span style="color: #1f5080;"&gt;sharing a folder from your Mac to a virtual machine (1004055)&lt;/span&gt;&lt;/a&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt 42pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l3 level1 lfo3; tab-stops: list .5in;"&gt;&lt;span style="font-size: 10pt; font-family: symbol; color: #000000; line-height: 110%; mso-fareast-font-family: symbol; mso-bidi-font-family: symbol; mso-list: ignore; mso-bidi-font-size: 8.0pt;"&gt;·&lt;span style="font: 7pt 'times new roman';"&gt;     &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Back up to removable media (such as CD, DVD, or flash drive) for one-off, non-scheduled backups. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt; line-height: 110%; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;These methods are easy and non-intrusive enough to be used regularly (such as daily). It is possible to set up Windows Scheduled Tasks so that any of these options can happen automatically (assuming the removable media is present and has the space available).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt; line-height: 110%; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;For example, an ideal backup procedure would include these steps:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 12pt 42pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-list: l1 level1 lfo4; tab-stops: list .5in;"&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: verdana; mso-bidi-font-family: verdana; mso-list: ignore;"&gt;1.&lt;span style="font: 7pt 'times new roman';"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Initial setup &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 12pt 78pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-list: l1 level2 lfo4; tab-stops: list 1.0in;"&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: verdana; mso-bidi-font-family: verdana; mso-list: ignore;"&gt;a.&lt;span style="font: 7pt 'times new roman';"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Program and data backup &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 12pt 114pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-list: l1 level3 lfo4; tab-stops: list 1.5in;"&gt;&lt;span style="font-size: 10pt; font-family: wingdings; color: #000000; line-height: 110%; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings; mso-list: ignore; mso-bidi-font-size: 8.0pt;"&gt;§&lt;span style="font: 7pt 'times new roman';"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Mirroring:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;&lt;br /&gt;Set up Mirrored folders, and store all of the files you create in Windows in a Mirrored folder (thus keeping it on the Mac). For more information, see &lt;a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;amp;docType=kc&amp;amp;docTypeID=DT_KB_1_1&amp;amp;externalId=1014127" target="_blank"&gt;&lt;span style="color: #1f5080;"&gt;Setting up mirrored folders for your Mac and virtual machine (1014127)&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;OR&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 12pt 114pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-list: l1 level3 lfo4; tab-stops: list 1.5in;"&gt;&lt;span style="font-size: 10pt; font-family: wingdings; color: #000000; line-height: 110%; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings; mso-list: ignore; mso-bidi-font-size: 8.0pt;"&gt;§&lt;span style="font: 7pt 'times new roman';"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Sharing:&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;&lt;br /&gt;Set up Shared folders, and store all of the files you create in Windows in the Shared folder. For more information, see &lt;a href="http://kb.vmware.com/selfservice/microsites/search.do?cmd=displayKC&amp;amp;docType=kc&amp;amp;docTypeID=DT_KB_1_1&amp;amp;externalId=1004055" target="_blank"&gt;&lt;span style="color: #1f5080;"&gt;Sharing a folder from your Mac to a virtual machine (1004055)&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;OR&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt 114pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level3 lfo4; tab-stops: list 1.5in;"&gt;&lt;span style="font-size: 10pt; font-family: wingdings; color: #000000; line-height: 110%; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings; mso-list: ignore; mso-bidi-font-size: 8.0pt;"&gt;§&lt;span style="font: 7pt 'times new roman';"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Manual / scheduled copy&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;:&lt;br /&gt;Copy the files you want to back up from where they're saved into Windows into a shared folder. This copy can be scheduled, to run automatically. For more information, see: &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt 150pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level4 lfo4; tab-stops: list 2.0in;"&gt;&lt;span style="font-size: 10pt; font-family: wingdings; color: #000000; line-height: 110%; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings; mso-list: ignore; mso-bidi-font-size: 8.0pt;"&gt;§&lt;span style="font: 7pt 'times new roman';"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;XP: Microsoft's Knowledge Base article, &lt;a href="http://support.microsoft.com/kb/308569"&gt;&lt;span style="color: #1f5080;"&gt;How To Schedule Tasks in Windows XP&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt 150pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level4 lfo4; tab-stops: list 2.0in;"&gt;&lt;span style="font-size: 10pt; font-family: wingdings; color: #000000; line-height: 110%; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings; mso-list: ignore; mso-bidi-font-size: 8.0pt;"&gt;§&lt;span style="font: 7pt 'times new roman';"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Vista: Microsoft's Vista support article, &lt;a href="http://windows.microsoft.com/en-US/windows-vista/Schedule-a-task"&gt;&lt;span style="color: #1f5080;"&gt;Schedule a task&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt 150pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level4 lfo4; tab-stops: list 2.0in;"&gt;&lt;span style="font-size: 10pt; font-family: wingdings; color: #000000; line-height: 110%; mso-fareast-font-family: wingdings; mso-bidi-font-family: wingdings; mso-list: ignore; mso-bidi-font-size: 8.0pt;"&gt;§&lt;span style="font: 7pt 'times new roman';"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Windows 7: Microsoft's Windows 7 support article, &lt;a href="http://windows.microsoft.com/en-US/windows7/schedule-a-task"&gt;&lt;span style="color: #1f5080;"&gt;Schedule a task&lt;/span&gt;&lt;/a&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 12pt 78pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-list: l1 level2 lfo4; tab-stops: list 1.0in;"&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: verdana; mso-bidi-font-family: verdana; mso-list: ignore;"&gt;b.&lt;span style="font: 7pt 'times new roman';"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Operating system and application backup&lt;br /&gt;When the VM is shut down, copy the VM bundle to an external drive (for example, your Time Machine drive).&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 12pt 42pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-list: l1 level1 lfo4; tab-stops: list .5in;"&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: verdana; mso-bidi-font-family: verdana; mso-list: ignore;"&gt;2.&lt;span style="font: 7pt 'times new roman';"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Regular maintenance&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;&lt;br /&gt;On a regular basis, back up your Mac's folders (including the Shared / Mirrored folders) using your regular back up method. If you use Time Machine, this happens automatically (assuming your external drive is plugged in) every hour. In most other backup programs, this can be scheduled. Backing up the Mac folders, containing your Windows data, ensures that your Windows files and data are backed up.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt 42pt; line-height: 110%; text-indent: -0.25in; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l1 level1 lfo4; tab-stops: list .5in;"&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: verdana; mso-bidi-font-family: verdana; mso-list: ignore;"&gt;3.&lt;span style="font: 7pt 'times new roman';"&gt;  &lt;/span&gt;&lt;/span&gt;&lt;b&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Occasional maintenance&lt;/span&gt;&lt;/b&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;&lt;br /&gt;There is no need to back up your VM bundle unless you make configuration changes to an application or the operating system, or install new programs or OS updates. After doing this, you can drag your VM bundle to the external disk (you can replace the old/original copy, to save space) to back it up. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-line-height-alt: 13.5pt; mso-outline-level: 2;"&gt;&lt;b&gt;&lt;span style="font-size: 18pt; font-family: 'verdana','sans-serif'; color: #000000; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;Notes:&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/b&gt;&lt;/p&gt;&lt;p class="MsoNormal" style="margin: 0in 6pt 10pt; line-height: 110%; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"&gt;&lt;span style="font-size: 8pt; font-family: 'verdana','sans-serif'; color: #000000; line-height: 110%; mso-fareast-font-family: 'times new roman'; mso-bidi-font-family: 'times new roman';"&gt;This article contains some external links. Accuracy and availability of those links is not granted.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Mon, 01 Apr 2013 05:34:48 GMT</pubDate><dc:creator>Imran Chaudhry</dc:creator></item><item><title>What are the known issues resolved in SR 3.2.0? </title><link>https://support.levelblue.com/kb/Goto15466.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Security Reporter 3.2.0&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What are the known issues resolved in SR 3.2.0?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;Detail productivity report column visibility settings do not match exported report&lt;/li&gt;    &lt;li&gt;Apache configuration upgrade needed to remove insecure encryption&lt;/li&gt;    &lt;li&gt;Code review for report search result functionality&lt;/li&gt;    &lt;li&gt;SR should handle negative value transaction sizes&lt;/li&gt;    &lt;li&gt;Wildcard searches run slowly due to inefficient queries&lt;/li&gt;    &lt;li&gt;Wildcard searches hardcoded to three minute timeout&lt;/li&gt;&lt;/ol&gt;</description><pubDate>Fri, 29 Mar 2013 13:19:25 GMT</pubDate><dc:creator>Giovanni Romualdi</dc:creator></item><item><title>What are the new features in SR 3.2.0?</title><link>https://support.levelblue.com/kb/Goto15454.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Security Reporter 3.2.0 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What are the new features in SR 3.2.0? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;For a &lt;strong&gt;PDF&lt;/strong&gt; of what's new in 3.2.0 please &lt;a originalattribute="href" originalpath="https://support.levelblue.com/software/8e6/docs/readme/readme_sr_3.2.0.pdf" target="_blank" class="ApplyClass" href="https://support.levelblue.com/software/8e6/docs/readme/readme_sr_3.2.0.pdf"&gt;&lt;span style="color: #1f5080;"&gt;click here&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Productivity Reports    &lt;ul&gt;        &lt;li&gt;Blocked Count column added &lt;/li&gt;        &lt;li&gt;Detail export now matches column visibility in UI; previously Date and URL columns could not be hidden &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;New Security Reports (SWG and Mixed Modes only)    &lt;ul&gt;        &lt;li&gt;Vulnerability Anti.Dote (VAD) &lt;/li&gt;        &lt;li&gt;Spyware &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Revised Saved Reports Screen &lt;/li&gt;    &lt;li&gt;Revised Report Schedule screen &lt;/li&gt;    &lt;li&gt;Separate Report Scheduler for New Security Reports &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Fri, 29 Mar 2013 11:40:31 GMT</pubDate><dc:creator>Giovanni Romualdi</dc:creator></item><item><title>What Categories are Searched in 'Top 20 Users by Malware' Report? [SR]</title><link>https://support.levelblue.com/kb/Goto15453.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Security Reporter&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What Categories are Searched in 'Top 20 Users by Malware' Report?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;The 'Top 20 Users by Malware' report does not only look up websites categorized by Malicious Code/Virus. The total list of categories represented in this report are: BotNet, Malicious Code/Virus, Bad Reputation Domains, Spyware, Adware, and IRC.&lt;/p&gt;</description><pubDate>Fri, 29 Mar 2013 11:19:26 GMT</pubDate><dc:creator>Giovanni Romualdi</dc:creator></item><item><title>Image sizes available for SR Virtual</title><link>https://support.levelblue.com/kb/Goto15141.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SR 3.x&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt; Which image sizes are available for SR Virtual?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;The SR Virtual is available in 500GB and 1TB image sizes.&lt;/p&gt;&lt;br /&gt;</description><pubDate>Thu, 28 Mar 2013 14:16:32 GMT</pubDate><dc:creator>Giovanni Romualdi</dc:creator></item><item><title>Can I use an SWG and a Web Filter with SR Virtual</title><link>https://support.levelblue.com/kb/Goto15142.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SR 3.x&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Can I use an SWG and a Web Filter with SR Virtual?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;As with the SR Appliance version of the SR product, an SWG (Appliance or Virtual) and/or Web Filter (Appliance or Virtual) can be used with SR Virtual.&lt;/p&gt;&lt;br /&gt;</description><pubDate>Thu, 28 Mar 2013 14:15:46 GMT</pubDate><dc:creator>Giovanni Romualdi</dc:creator></item><item><title>Understanding between different reporting modes (SWG/WF/SWG+WF)</title><link>https://support.levelblue.com/kb/Goto15234.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Security Reporter (SR)   &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Understanding between different reporting modes &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;&lt;strong&gt;WF Reporting Mode&lt;br /&gt;&lt;/strong&gt;Allows user to manage Productivity Reports. All reports are associated with Web Filter device(s). &lt;br /&gt;&lt;br /&gt;&lt;strong&gt; SWG Reporting Mode&lt;/strong&gt;&lt;br /&gt;Allows user to manage Security Reports. All reports are associated with SWG device(s). &lt;br /&gt;&lt;br /&gt; &lt;strong&gt;WF/SWG Reporting Mode&lt;/strong&gt;&lt;br /&gt;Allows user to manage both Productivity and Security Reports. Reports are associated with WF and/or SWG device(s). &lt;br /&gt;&lt;br /&gt; &lt;strong&gt;Switching between Reporting Modes&lt;br /&gt;&lt;/strong&gt;• SWG &amp;gt;&amp;gt;&amp;gt;&lt;span style="font-family: wingdings;"&gt; &lt;/span&gt;&lt;span&gt;None (All wallclock/canned/detail/summarized data will be purged) &lt;br /&gt;• SWG &amp;gt;&amp;gt;&amp;gt;&lt;/span&gt;&lt;span&gt; SWG+WF (All wallclock/canned/detail/summarized data will be purged) &lt;br /&gt;• SWG+WF &amp;gt;&amp;gt;&amp;gt;&lt;/span&gt;&lt;span&gt; WF (WF productivity data will be kept; SWG and security report data will be purged.) &lt;br /&gt;• WF &amp;gt;&amp;gt;&amp;gt;&lt;/span&gt;&lt;span&gt; WF+SWG (Nothing is purged) &lt;br /&gt;• WF+SWG &amp;gt;&amp;gt;&amp;gt;&lt;/span&gt; SWG (All wallclock/canned/detail/summarized data will be purged)&lt;/p&gt;</description><pubDate>Tue, 26 Mar 2013 11:55:05 GMT</pubDate><dc:creator>Giovanni Romualdi</dc:creator></item><item><title>Log import Settings on the Administrative GUI of an SR (Security Reporter)</title><link>https://support.levelblue.com/kb/Goto15278.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SR 2.x, 3.x &lt;/li&gt;    &lt;li&gt;ER 6.x &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Under the Optional features of a Security Reporter administrative GUI, the Log import settings states "This option has no effect in an SWG-only environment", what does that mean? &lt;/li&gt;&lt;/ul&gt;&lt;p&gt; &lt;/p&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;It means that, in an SWG environment, the SR will report on what data it receives instead of ignoring objects based on configuration. Hence, the vsimporter will ignore the page-only configuration option and the SR will require that the customer configure the SWG to ignore the objects if they so choose.&lt;br /&gt;&lt;br /&gt;&lt;img alt="" src="https://support.levelblue.com/KB/Uploads/Images/tunji/optional%20features.jpg" /&gt;&lt;/p&gt;</description><pubDate>Tue, 26 Mar 2013 11:18:48 GMT</pubDate><dc:creator>Giovanni Romualdi</dc:creator></item><item><title>Is there a complete list of MSC ports to open for WF in DMZ</title><link>https://support.levelblue.com/kb/Goto15016.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Web Filter  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Is there a complete list of MSC ports to open for WF in DMZ? &lt;/li&gt;    &lt;li&gt;Is there a complete list of WF and SR ports with usage. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;  &lt;img width="789" height="774" alt="" style="height: 626px; width: 723px;" src="https://support.levelblue.com/KB/Uploads/Images/imran/WF_Port_Usage.png" /&gt;&lt;br /&gt;&lt;br /&gt; &lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;If any of the client machine(s) or server(s) is/are behind the firewall, port(s) may need to be opened on the firewall. MSC HTTP and HTTPS ports are configurable; check your MSC/WF configuration to verify the related ports need to be opened. &lt;/p&gt;</description><pubDate>Tue, 26 Mar 2013 05:55:07 GMT</pubDate><dc:creator>Imran Chaudhry</dc:creator></item><item><title>Change regional settings for enterprise/security reporter.</title><link>https://support.levelblue.com/kb/Goto15128.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Enterprise Reporter version 3.0 and above. &lt;/li&gt;    &lt;li&gt;Security Reporter version 3.0 and above. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I change the Regional Settings for a fully activated enterprise/security reporter? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To access &lt;strong&gt;Regional Settings&lt;/strong&gt;, follow the steps below:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Login to the Security Reporter GUI.&lt;/li&gt;    &lt;li&gt;Select &lt;b&gt;Administration&lt;/b&gt; from the top menu. &lt;/li&gt;    &lt;li&gt;Select &lt;b&gt;System Configuration&lt;/b&gt; (see notes below). &lt;/li&gt;    &lt;li&gt;Once System Administration loads go to the &lt;b&gt;Network&lt;/b&gt; drop-down menu and select &lt;strong&gt;Regional Settings.&lt;/strong&gt; &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;Depending on your browser type, version, and configuration, selecting &lt;b&gt;System Configuration&lt;/b&gt; may spawn an additional login window.  If this occurs, type in your credentials, and then go back to the original SR GUI page and reselect &lt;b&gt;System Configuration&lt;/b&gt; to launch.&lt;/p&gt;</description><pubDate>Mon, 18 Feb 2013 14:19:40 GMT</pubDate><dc:creator>Eric Hanson</dc:creator></item><item><title>Changing networks setttings for Enterprise/Security Reporter.</title><link>https://support.levelblue.com/kb/Goto15127.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Enterprise Reporter version 3.0 and above. &lt;/li&gt;    &lt;li&gt;Security Reporter version 3.0 and above. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I change the network settings for a fully activated enterprise/security reporter? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To access &lt;strong&gt;Network Settings&lt;/strong&gt;, simply follow the steps below:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Login to Security Reporter GUI.&lt;/li&gt;    &lt;li&gt;Select &lt;b&gt;Administration&lt;/b&gt; from the top menu. &lt;/li&gt;    &lt;li&gt;Select &lt;b&gt;System Configuration&lt;/b&gt; (see notes below). &lt;/li&gt;    &lt;li&gt;Once System Administration loads go to the &lt;b&gt;Network&lt;/b&gt; drop-down menu and select &lt;strong&gt;Network Settings.&lt;/strong&gt; &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;Depending on your browser type, version, and configuration, selecting &lt;b&gt;System Configuration&lt;/b&gt; may spawn an additional login window.  If this occurs, type in your credentials, and then go back to the original SR GUI page and reselect &lt;b&gt;System Configuration&lt;/b&gt; to launch.&lt;/p&gt;</description><pubDate>Mon, 18 Feb 2013 14:18:52 GMT</pubDate><dc:creator>Eric Hanson</dc:creator></item><item><title>Enable Self-Monitoring for the enterprise/security reporter.</title><link>https://support.levelblue.com/kb/Goto15129.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Enterprise Reporter version 3.0 and above.&lt;/li&gt;    &lt;li&gt;Security Reporter version 3.0 and above.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I enable the Self-Monitoring feature for a fully activated enterprise/security reporter?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To access the &lt;strong&gt;Self-Monitoring feature&lt;/strong&gt;, simply follow the steps below:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Login to Security Reporter GUI.&lt;/li&gt;    &lt;li&gt;Select &lt;b&gt;Administration&lt;/b&gt; from the top menu.&lt;/li&gt;    &lt;li&gt;Select &lt;b&gt;System Configuration&lt;/b&gt; (see notes below).&lt;/li&gt;    &lt;li&gt;Once System Administration loads go to the &lt;b&gt;Server&lt;/b&gt; drop-down menu and select &lt;strong&gt;Self-Monitoring.&lt;/strong&gt;&lt;/li&gt;    &lt;li&gt;Follow the instructions to enable this feature.&lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;Depending on your browser type, version, and configuration, selecting &lt;b&gt;System Configuration&lt;/b&gt; may spawn an additional login window.  If this occurs, type in your credentials, and then go back to the original SR GUI page and reselect &lt;b&gt;System Configuration&lt;/b&gt; to launch.&lt;/p&gt;</description><pubDate>Mon, 18 Feb 2013 14:17:57 GMT</pubDate><dc:creator>Eric Hanson</dc:creator></item><item><title>How do I access and enable Password Security Options for the Security Reporter</title><link>https://support.levelblue.com/kb/Goto15126.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;&lt;span style="line-height: 115%; color: black; font-size: 8pt;"&gt;ER/SR/Version 3.0 and above.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I set password restrictions for the Security/Enterprise Reporter?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;&lt;span style="line-height: 115%; font-size: 10pt;"&gt;To access Optional Features login to Security Reporter GUI and select &lt;b&gt;Administration&lt;/b&gt; from the top menu.&lt;br /&gt;Select &lt;b&gt;System Configuration&lt;/b&gt; (see notes below).&lt;br /&gt;Once System Administration loads go to the &lt;b&gt;Database&lt;/b&gt; drop-down menu and select &lt;strong&gt;Optional Features.&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;Scroll down to Password Security Options.&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p style="margin: 5pt 3pt;"&gt;&lt;span style="line-height: 110%; font-family: 'verdana','sans-serif'; font-size: 10pt;"&gt;Depending on your browser type, version, and configuration, selecting &lt;b&gt;System Configuration&lt;/b&gt; may spawn an additional login window.&lt;br /&gt;If this occurs, type in your credentials, and then go back to the original SR GUI page and reselect &lt;b&gt;System Configuration&lt;/b&gt; to launch.&lt;/span&gt;&lt;span style="font-family: 'verdana','sans-serif';"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;</description><pubDate>Fri, 28 Dec 2012 15:03:47 GMT</pubDate><dc:creator>Mark Gamble</dc:creator></item><item><title>How to enable optional features from the Security Reporter GUI.</title><link>https://support.levelblue.com/kb/Goto15125.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;ER/SR/Version 3.0 and above.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What Optional Features can be enabled from the ER/SR GUI?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;&lt;span style="font-size: 13px;"&gt;To access Optional Features l&lt;/span&gt;&lt;span style="line-height: 115%; font-size: 13px;"&gt;ogin to Security Reporter GUI and select &lt;b&gt;Administration&lt;/b&gt; from the top menu.&lt;br /&gt;Select &lt;b&gt;System Configuration&lt;/b&gt; (see notes below).&lt;br /&gt;Once System Administration loads go to the &lt;b&gt;Database&lt;/b&gt; drop-down menu and select &lt;strong&gt;Optional Features.&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;The following &lt;strong&gt;Optional Features&lt;/strong&gt; can be enabled/disabled:&lt;br /&gt;Search String Reporting&lt;br /&gt;Block Request Count&lt;br /&gt;Blocked Searched Keywords Report&lt;br /&gt;Time Usage&lt;br /&gt;Log Import Settings&lt;br /&gt;Password Security Options&lt;/span&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;&lt;span style="line-height: 115%; font-size: 13px;"&gt;Depending on your browser type, version, and configuration, selecting &lt;b&gt;System Configuration&lt;/b&gt; may spawn an additional login window.&lt;br /&gt;If this occurs, type in your credentials, and then go back to the original SR GUI page and reselect &lt;b&gt;System Configuration&lt;/b&gt; to launch.&lt;/span&gt;&lt;/p&gt;</description><pubDate>Fri, 28 Dec 2012 14:52:23 GMT</pubDate><dc:creator>Mark Gamble</dc:creator></item></channel></rss>