﻿<?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 » NAC</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>Wed, 13 May 2026 20:26:55 GMT</lastBuildDate><ttl>20</ttl><item><title>What does a NAC TS-25 appliance look like?</title><link>https://support.levelblue.com/kb/Goto20749.aspx</link><description>&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC TS-25 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What does an NAC TS-25 appliance look like? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;Please find below photos of the NAC TS-25 appliance:&lt;/p&gt;&lt;h3&gt;Front:&lt;/h3&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/KBs%20Draft%20folder/15778394_10211420517019292_987071733_o.jpg" style="height: 301px; width: 384px;" /&gt;&lt;br /&gt;&lt;h3&gt;Back:&lt;/h3&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/KBs%20Draft%20folder/15748741_10211420517099294_1871463556_o.jpg" style="height: 259px; width: 386px;" /&gt; &lt;/span&gt;</description><pubDate>Thu, 22 Feb 2018 08:11:31 GMT</pubDate><dc:creator>Brian Abildgaard</dc:creator></item><item><title>Gathering logs requested by Trustwave NAC TAC (NAC 5.X)</title><link>https://support.levelblue.com/kb/Goto20856.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 4.x &lt;/li&gt;    &lt;li&gt;NAC 5.x &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Gathering logs requested by Trustwave NAC TAC &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;If Trustwave Technical Support needs your logs for troubleshooting, you can follow the procedures below. &lt;/p&gt;&lt;p&gt;All current versions of NAC allow you to gather logs using the command line interface (CLI). Version 5.1.2 and above allows you to gather logs from the Web interface.&lt;/p&gt;&lt;h3&gt;Gathering logs from the CLI:&lt;/h3&gt;Use this procedure to gather logs from the command line interface:&lt;br /&gt;&lt;ul&gt;    &lt;li&gt;For the commands below &lt;strong&gt;replace &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;Case.CaseNumber&lt;/span&gt; &lt;/strong&gt;with the full case number &lt;/li&gt;    &lt;li&gt;The commands attempt to automatically insert the server name and date. However, if you have any issues you can try to replace the following by hand:    &lt;ul&gt;        &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;$(uname -n)&lt;/span&gt; with the server name &lt;/li&gt;        &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;$(date '+%F')&lt;/span&gt; with the date in this format: YYYY-MM-DD &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Example command with all information manually entered:&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;snapshot.sh -a -d /root/1234567_2015-09-20_myserver_TSLogs.tgz&lt;/span&gt;  &lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;ol&gt;    &lt;li&gt;SSH to the server as user root &lt;/li&gt;    &lt;li&gt;On a Server, Server/Sensor or Standalone system type:    &lt;ul&gt;        &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;snapshot.sh -a -d /root/&lt;em&gt;Case.CaseNumber&lt;/em&gt;_$(date '+%F')_$(uname -n)_TSLogs.tgz&lt;/span&gt;  &lt;br class="atl-forced-newline" /&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;On a Sensor type:    &lt;ul&gt;        &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;snapshot.sh -a -d /root/&lt;em&gt;Case.CaseNumber&lt;/em&gt;_$(date '+%F')_$(uname -n)_TSLogs.tgz&lt;/span&gt; &lt;/li&gt;        &lt;li&gt;scp the file to the server        &lt;ul&gt;            &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;scp *_TSLogs.tgz root@server:&lt;/span&gt; &lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;        &lt;li&gt;remove it once it is copied to the server        &lt;ul&gt;            &lt;li&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;rm -i *_TSLogs.tgz&lt;/span&gt; &lt;/li&gt;        &lt;/ul&gt;        &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Using a SCP client from your desktop, connect to the server via WinSCP and collect the file above.  &lt;/li&gt;    &lt;li&gt;Upload that file to your case in the portal. If the file is over 600Mb please contact support before uploading. &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;If you have any issues please contact Support.&lt;/p&gt;&lt;h2&gt;&lt;/h2&gt;&lt;h3&gt;Gathering logs from the Web Interface:&lt;/h3&gt;With version 5.1.2 and above, it is possible to gather the logs from the Web UI.&lt;h4&gt;For the Sensor:&lt;/h4&gt;&lt;ol&gt;    &lt;li&gt;Open the web interface of the NAC and navigate to the Maintenance tab &lt;/li&gt;    &lt;li&gt;Select the Sensor &lt;/li&gt;    &lt;li&gt;Click the link "load fresh technical support logs"&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/20856/20856-1.png" /&gt;  &lt;/li&gt;    &lt;li&gt;The system reports the progress of log gathering:&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/20856/20856-2.png" /&gt;&lt;br /&gt;    &lt;br /&gt;    Then:&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/20856/20856-3.png" /&gt;&lt;/li&gt;    &lt;li&gt;When log gathering is complete a new line provides a link to download the logs&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/20856/20856-4.png" /&gt;&lt;/li&gt;    &lt;li&gt;Click the link "Download data retrieved xxxx-yy-zz  xx:yy:zz +xxxx" link to open a save file dialog. The file is already in archived format, ready to be uploaded to the ticket. &lt;/li&gt;&lt;/ol&gt;&lt;h4&gt;For the Central Manager:&lt;/h4&gt;&lt;p&gt;The procedure for the CM is quite similar.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Open the web interface of the NAC and navigate to the Maintenance tab &lt;/li&gt;    &lt;li&gt;Select the Central Manager &lt;/li&gt;    &lt;li&gt;Click the link "Download technical support logs" &lt;/li&gt;    &lt;li&gt;Save the file and attach to the ticket &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/20856/20856-5.png" /&gt;&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;h2&gt;Notes: &lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;If you do not have a SCP client, one free option is available at www.winscp.net &lt;/li&gt;    &lt;li&gt;The option "Download technical support overview" does not provide access to Logs. This option provides a plain text file with a general overview of the NAC configuration.&lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/20856/20856-6.png" /&gt; &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Thu, 22 Feb 2018 08:04:27 GMT</pubDate><dc:creator>Brian Abildgaard</dc:creator></item><item><title>Dist service not starting after upgrade to NAC 5.1.2</title><link>https://support.levelblue.com/kb/Goto20879.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 5.1.2 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Upgraded to version 5.1.2 &lt;/li&gt;    &lt;li&gt;Dist service is stopped &lt;/li&gt;    &lt;li&gt;The following errors are logged in /var/log/messages: &lt;/li&gt;&lt;/ul&gt;&lt;pre&gt;Jun 19 14:49:55 test-sensor Container: Starting containerJun 19 14:49:55 test-sensor Container: Invalid maximum heap size: -Xmx0mJun 19 14:49:55 test-sensor Container: Error: Could not create the Java Virtual Machine.Jun 19 14:49:55 test-sensor Container: Error: A fatal exception has occurred. Program will exit.&lt;/pre&gt;&lt;ul&gt;&lt;/ul&gt;    &lt;h2&gt;Causes:&lt;/h2&gt;    &lt;ul&gt;        &lt;li&gt;This issue is caused by a problem with an upgrade script. The issue is fixed in the next release. &lt;/li&gt;    &lt;/ul&gt;    &lt;h2&gt;Resolution:&lt;/h2&gt;    &lt;p&gt;Log in to the sensor via ssh as root and run:&lt;/p&gt;    &lt;pre&gt;rm /usr/dist/config/appliance.conf ; configure-appliance; service dist start&lt;/pre&gt;    &lt;h2&gt;Notes:&lt;/h2&gt;    &lt;p&gt;If you are still experiencing issues with dist startup after running the above command please contact support.&lt;/p&gt;</description><pubDate>Fri, 30 Jun 2017 04:16:55 GMT</pubDate><dc:creator>Piotr Dłubisz</dc:creator></item><item><title>Enabling imaging of NAC 5.0 on a NAC SiS server</title><link>https://support.levelblue.com/kb/Goto20541.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 5.0 and above &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can I enable imaging of NAC 5.0 on a NAC SiS server? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;Follow the normal procedure to add a NAC 5.0 image to the InstallationImages directory &lt;/li&gt;    &lt;li&gt;Start the SiS server &lt;/li&gt;    &lt;li&gt;Log in as root &lt;/li&gt;    &lt;li&gt;At the configuration wizard window, press ctrl+c. This should give you a login prompt.    &lt;ul&gt;        &lt;li&gt;If after pressing ctrl+c you do not see a login prompt, or nothing is showing on the screen when you type, do the following: press Enter, type &lt;span style="font-family: courier new;"&gt;reset &lt;/span&gt;and press Enter &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Change directory:&lt;br /&gt;    &lt;pre&gt;# cd /mnt/hgfs/InstallationImages/&lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;You can list directories using&lt;span style="font-family: courier new;"&gt; ls&lt;/span&gt;    &lt;pre&gt;[root@localhost InstallationImages]# lsHDIMAGE.template               install-1307161306-25227-v140  install-1504040804-25245-v140.tar.gz  install-5.0.0-94  system.cnf.tmplate  vmlinuz-2.6.13.41install-1108041430-25156-v140  install-1504040804-25245-v140  install-4200000-25227-v111            system.cnf        systems &lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;Change to the directory containing your image:    &lt;pre&gt;# cd install-5.0.0-94 &lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;Copy two files to the right directory:&lt;/p&gt;    &lt;pre&gt;# cp initramfs-3.18.17-nac02.tos2_4.nac.img /tftpboot/pxelinux.cfg/# cp vmlinuz-3.18.17-nac02.tos2_4.nac /tftpboot/pxelinux.cfg/&lt;/pre&gt;    &lt;/li&gt;    &lt;li&gt;Restart the server    &lt;pre&gt; # reboot&lt;/pre&gt;    &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;This will allow you to use 5.0 images during your SiS process. (Use the NACSIS-4.1.2 SIS image for Newer)&lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Fri, 12 May 2017 07:39:51 GMT</pubDate><dc:creator>Piotr Dłubisz</dc:creator></item><item><title>Configuring SNMP for Alerts</title><link>https://support.levelblue.com/kb/Goto20825.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 5.x  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How do I configure SNMP alerts on NAC?  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To alert to SNMP, set up the SNMP information as an Alert destination on NAC.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Navigate to the following location: Configuration &amp;gt; Organization &amp;gt; Alert Destination &amp;gt; SNMP &lt;/li&gt;    &lt;li&gt;Complete these fields:&lt;br /&gt;    ◾Name - Meaningful Name &lt;br /&gt;    ◾Protocol - SNMP&lt;br /&gt;    ◾IP - IP of SNMP Destination&lt;br /&gt;    ◾Port - Default (162) &lt;br /&gt;    ◾Protocol Data  - Community String where applicable. &lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Configure Policy Alerts or Appliance Alerts and then manually trigger one of these events by matching on a condition.&lt;/p&gt;&lt;h3&gt;Verifying Configuration:&lt;/h3&gt;&lt;p&gt;You can test that NAC sent an event to the SNMP destination by running a packet capture with &lt;g id="58" class="gr_ gr_58 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="58"&gt;tcpdump.&lt;/g&gt;&lt;/p&gt;&lt;p&gt;To capture SNMP traffic to the default port, you can use the following tcpdump command. If you are not using the default SNMP port, adjust the command as needed.&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: courier new;"&gt;tcpdump -&lt;g id="57" class="gr_ gr_57 gr-alert gr_spell gr_run_anim ContextualSpelling ins-del multiReplace" data-gr-id="57"&gt;vvi mgmt1 port 162&lt;/g&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;To trigger an event, a device must move from one zone to another.&lt;/p&gt;&lt;h2&gt;&lt;/h2&gt;</description><pubDate>Fri, 05 May 2017 05:12:26 GMT</pubDate><dc:creator>Piotr Dłubisz</dc:creator></item><item><title>Changing BIOS settings on NAC hardware devices to PXE boot</title><link>https://support.levelblue.com/kb/Goto20098.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC X model &lt;/li&gt;    &lt;li&gt;NAC M model &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can I change BIOS settings on NAC to PXE boot? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;With factory settings, pressing F12 during boot should boot from the network. If this doesn't happen changes must be made in the BIOS.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;To alter BIOS settings, press the &lt;strong&gt;Delete&lt;/strong&gt; key during boot.&lt;/li&gt;    &lt;li&gt;In BIOS make sure that BIOS settings allow booting from the network: Advanced -&amp;gt; PCI Configuration -&amp;gt; Onboard G-LANX OPROM Configure is ENABLED&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/20098/4.png" style="width: 500px; height: 291px;" /&gt;&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/20098/3.png" style="width: 500px; height: 294px;" /&gt;&lt;/li&gt;    &lt;li&gt;Change boot order (in Boot tab) so "PCI BEV: IBA GE" is at the top (use instructions provided on the screen). You can also one time boot from the network by pressing F12 during the boot process. &lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/20098/2.png" style="width: 500px; height: 283px;" /&gt;&lt;/li&gt;    &lt;li&gt;After the changes you should see the following screen (and then information about requesting IP from DHCP server) when the device  starts booting from the network:&lt;br /&gt;    &lt;br /&gt;    &lt;img alt="" src="https://support.levelblue.com/kb/Uploads/Images/20098/1.png" style="width: 500px; height: 124px;" /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;The information above should be used only to start the reimaging process (SiS)&lt;/p&gt;</description><pubDate>Thu, 20 Apr 2017 12:21:12 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>How to check that you are getting SSO logins</title><link>https://support.levelblue.com/kb/Goto20839.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 5.x  &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How to check that you are getting SSO login information &lt;/li&gt;    &lt;li&gt;How to check that "successful logins" is enabled in the audit logs &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;h1&gt;&lt;strong&gt;&lt;h1&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/h1&gt;&lt;/strong&gt;&lt;/h1&gt;&lt;p&gt;&lt;span&gt;You can use this command to check that you are seeing logins from the AD systems. The command does not show the complete output, but will help you see if you are getting any logins at all. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;This will be done on the sensor or sensor/server. &lt;/span&gt;&lt;/p&gt;&lt;div&gt;&lt;span&gt;When entering the command below, change the following to the correct values: &lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;span style="color: #3366ff;"&gt;&lt;strong&gt;$HOST&lt;/strong&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;span style="color: #339966;"&gt;&lt;strong&gt;$USERNAME&lt;/strong&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;span style="color: #993366;"&gt;&lt;strong&gt;$PASSWORD&lt;/strong&gt;&lt;/span&gt;&lt;span&gt; - If you do not want to put in the password in the command remove the %&lt;/span&gt;&lt;span style="color: #993366;"&gt;&lt;strong&gt;$PASSWORD&lt;/strong&gt;&lt;/span&gt;&lt;span&gt; and the system will prompt you for the login.&lt;p&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;&lt;span style="line-height: 17px;"&gt;# /usr/dist/sso/rpcclient -I &lt;/span&gt;&lt;span style="line-height: 17px; color: #3366ff;"&gt;&lt;strong&gt;$HOST&lt;/strong&gt;&lt;/span&gt;&lt;span style="line-height: 17px;"&gt; -U &lt;/span&gt;&lt;span style="line-height: 17px; color: #339966;"&gt;&lt;strong&gt;$USERNAME&lt;/strong&gt;&lt;/span&gt;&lt;span style="line-height: 17px;"&gt;%&lt;/span&gt;&lt;span style="line-height: 17px; color: #993366;"&gt;&lt;strong&gt;$PASSWORD&lt;/strong&gt;&lt;/span&gt;&lt;span style="line-height: 17px;"&gt; -c "eventlog_poll -m STDOUT -i -q security" \\\\&lt;/span&gt;&lt;span style="line-height: 17px; color: #3366ff;"&gt;&lt;strong&gt;$HOST&lt;/strong&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;strong&gt;Notes:&lt;/strong&gt; &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;Command text may wrap to a new line, but the command is a single entry. &lt;/li&gt;    &lt;li&gt;The \ characters before "$Host" must be escaped and a total of four \ is correct. &lt;/li&gt;&lt;/ul&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;br class="atl-forced-newline" /&gt;&lt;/p&gt;&lt;p&gt;If this command fails, ensure that the password is not using any special characters like # $ ! ^ @ &lt;/p&gt;&lt;ul&gt;    &lt;li&gt;This command cannot be used with a password that contains special characters, so you must change the password to not use these characters in order for the command to work. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span&gt;To exit the program press CTRL+C &lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;br class="atl-forced-newline" /&gt;&lt;span&gt;You can use the Administrator account or a Domain Administrator to test whether the connection is working only. &lt;br /&gt;&lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;span&gt;For security reasons &lt;/span&gt;&lt;span style="color: #ff0000;"&gt;&lt;strong&gt;DO NOT USE AN ACCOUNT WITH DOMAIN ADMINISTRATOR PRIVILEGES. &lt;/strong&gt;&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;/p&gt;&lt;h3&gt;Examples:&lt;/h3&gt;&lt;p&gt;The result of the command should be similar to the following: &lt;/p&gt;&lt;p&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;# /usr/dist/sso/rpcclient -I &lt;span style="color: #3366ff;"&gt;10.6.1.230&lt;/span&gt; -U &lt;span style="color: #339966;"&gt;administrator&lt;/span&gt;&lt;span style="color: #000000;"&gt;%&lt;/span&gt;&lt;span style="color: #993366;"&gt;&lt;strong&gt;N0tYourPa$$word&lt;/strong&gt;&lt;/span&gt; -c "eventlog_poll -m STDOUT -i -q security" \\\\&lt;span style="color: #3366ff;"&gt;10.6.1.230&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;strong&gt;&lt;em&gt;Login N: 2133128 T: 540 User: SUP-DC$ Host: (null) IP: 127.0.0.1&lt;/em&gt;&lt;/strong&gt;&lt;span&gt; &lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;strong&gt;&lt;em&gt;Login N: 2133131 T: 528 User: adavies Host: SUP-DC IP: 10.244.1.186&lt;/em&gt;&lt;/strong&gt;&lt;span&gt; &lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;br class="atl-forced-newline" /&gt;&lt;em&gt;User: SUP-DC$ Host: (null) - is a Computer login &lt;/em&gt;&lt;span&gt;&lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;em&gt;User: adavies Host: SUP-DC - is a user login in to SUP-DC$&lt;/em&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;&lt;br class="atl-forced-newline" /&gt;&lt;/p&gt;&lt;p&gt;The following error results from an incorrect password: &lt;/p&gt;&lt;p&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;# /usr/dist/sso/rpcclient -I &lt;span style="color: #3366ff;"&gt;10.6.1.230&lt;/span&gt; -U &lt;span style="color: #339966;"&gt;administrator&lt;/span&gt; -c "eventlog_poll -m STDOUT -i -q security" \\\\&lt;span style="color: #3366ff;"&gt;10.6.1.230&lt;/span&gt; &lt;br class="atl-forced-newline" /&gt;&lt;/span&gt;&lt;span&gt;Password: &lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;strong&gt;&lt;em&gt;failed session setup with NT_STATUS_LOGON_FAILURE Cannot connect to server. Error was NT_STATUS_LOGON_FAILURE&lt;/em&gt;&lt;/strong&gt;&lt;span&gt; &lt;/span&gt;&lt;/p&gt;&lt;hr /&gt;&lt;p&gt;&lt;br class="atl-forced-newline" /&gt;&lt;/p&gt;&lt;p&gt;The following error results if the user does not have access to read the security logs (The password is correct). &lt;/p&gt;&lt;p&gt;&lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;# /usr/dist/sso/rpcclient -I &lt;span style="color: #3366ff;"&gt;10.6.1.230&lt;/span&gt; -U &lt;span style="color: #339966;"&gt;luser&lt;/span&gt; -c "eventlog_poll -m STDOUT -i -q security" \\\\&lt;span style="color: #3366ff;"&gt;10.6.1.230&lt;/span&gt;&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;span&gt;Password: &lt;/span&gt;&lt;br class="atl-forced-newline" /&gt;&lt;strong&gt;&lt;em&gt;result was NT_STATUS_ACCESS_DENIED&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;</description><pubDate>Wed, 12 Apr 2017 13:04:15 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>End-of-Sale for NAC Appliances</title><link>https://support.levelblue.com/kb/Goto20245.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC All versions &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information: &lt;/h2&gt;&lt;p&gt;Trustwave is announcing the End-of-Sale (EOS) for the NAC appliances listed below. Maintenance contracts for these specific appliances will be available for a period of three years following the EOS date, provided the maintenance contract does not lapse during that period. The End-of-Life(EOL) dates for these appliances are also shown below.&lt;/p&gt;&lt;div&gt;&lt;table class="mce-item-table" style="font-size: 11px; border-top: 1px dashed #bbbbbb; font-family: verdana, arial, helvetica, sans-serif; border-bottom-color: #bbbbbb; border-left: 1px dashed #bbbbbb; border-right-color: #bbbbbb; border-image: initial;" cellspacing="3"&gt;    &lt;thead&gt;    &lt;/thead&gt;    &lt;tbody&gt;        &lt;tr&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; background-color: #bfbfbf; border-image: initial;"&gt;&lt;span style="background-color: #bfbfbf;"&gt;&lt;strong&gt;NAC Appliance Model   &lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; background-color: #bfbfbf; border-image: initial;"&gt;&lt;span style="background-color: #bfbfbf;"&gt;&lt;strong&gt;EOS Date&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; background-color: #bfbfbf; border-image: initial;"&gt;&lt;span style="background-color: #bfbfbf;"&gt;&lt;strong&gt;EOL Date&lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; background-color: #bfbfbf; border-image: initial;"&gt;&lt;span style="background-color: #bfbfbf;"&gt;&lt;strong&gt;Replacement Suggested   &lt;/strong&gt;&lt;/span&gt;&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;NAC-X20&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;May 31, 2015&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;May 31, 2018&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;TS-25&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;NAC-X50&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;May 31, 2015&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;May 31, 2018&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;TS-25&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;NAC-X100&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;May 31, 2015&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;May 31, 2018&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;TS-151&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;NAC-X500&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;May 31, 2015&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;May 31, 2018&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;TS-151&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;NAC-X500R&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;January 1, 2016   &lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;January 1, 2019   &lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;TS-500R&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;NAC-X1000&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;May 31, 2015&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;May 31, 2018&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;TS-151&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;NAC M1&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;Feb 1, 2016&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;Feb 1, 2019&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;TS-500&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;NAC-M10&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;Feb 1, 2016&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;Feb 1, 2019&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;TS-500&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;NAC X2500&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;Feb 1, 2016&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;Feb 1, 2019&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;TS-500&lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;NAC X2500 F&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;Feb 1, 2016&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;Feb 1, 2019&lt;/td&gt;            &lt;td style="font-size: 11px; border-right: 1px dashed #bbbbbb; border-top-color: #bbbbbb; border-bottom: 1px dashed #bbbbbb; border-left-color: #bbbbbb; border-image: initial;"&gt;TS-500 F&lt;br /&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt;&lt;h2&gt;&lt;/h2&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;Please contact your Trustwave sales representative if you have further questions.&lt;/p&gt;&lt;h2&gt;Glossary:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;End-of-Life (EOL): The last day that Trustwave will support a specified Hardware series. &lt;/li&gt;    &lt;li&gt;End-of-Sale (EOS): The last day the specified Product will be available for sale. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 11 Apr 2017 15:49:47 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Identifying the serial number for NAC TS-25</title><link>https://support.levelblue.com/kb/Goto20759.aspx</link><description>&lt;div style="text-align: left;"&gt;&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;/div&gt;&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlViewArticle_ctlPanelBar_lblArticleText"&gt;&lt;div style="text-align: left;"&gt;&lt;ul&gt;    &lt;li&gt;NAC TS-25 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can I identify the serial number on a NAC TS-25 appliance that will not start? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;Trustwave devices may have multiple serial number labels as a result of the appliance production process.  &lt;/p&gt;&lt;p&gt;The only labels that are significant are in the locations described below.&lt;/p&gt;&lt;/div&gt;&lt;strong&gt;The serial number that should be used in all cases is the one with the &lt;span style="text-decoration: underline;"&gt;earliest&lt;/span&gt; date stamp (that is, the oldest).&lt;/strong&gt;&lt;p&gt;In the image below, that is the S/N xxxxxxx with a date of 07/15 (July, 2015).  &lt;/p&gt;&lt;p&gt;In the case of dates in the same month, the lower (numerically) of the two numbers is the number to use.&lt;/p&gt;&lt;p&gt;The labels are located under the appliance.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;img alt="" style="height: 365px; width: 433px;" src="https://support.levelblue.com/kb/Uploads/Images/KBs%20Draft%20folder/15785473_10211420517059293_1980289641_o2123.jpg" /&gt;&lt;/p&gt;&lt;/span&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Wed, 11 Jan 2017 12:30:03 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Network Access Control (NAC) Appliance EOS Announcement</title><link>https://support.levelblue.com/kb/Goto20469.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC All Versions&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Trustwave is announcing the End-of-Sale (EOS) of selected NetworkAccess Control (NAC) appliances (listed below) effective Feb 1, 2016, aswell as the availability of the new line of NAC appliances. Maintenancecontracts for the older appliances will be available for a period ofthree (3) years following the EOS date, provided the maintenancecontract does not lapse during that period and any maintenance contractpurchased does not extend past February 1, 2019. The End-of-Life (EOL)dates for all of the old appliances are shown in the table immediatelybelow.&lt;/p&gt;&lt;h3&gt;End-of-Sale NAC Appliances and Key Dates&lt;/h3&gt;&lt;p&gt;The following NAC appliance models are affected by this EOS announcement:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;table width="488" cellpadding="3" border="0"&gt;    &lt;tbody&gt;        &lt;tr style="margin-bottom: 0px; padding-bottom: 0px;"&gt;            &lt;td style="background: none 0% 0% repeat scroll #008fc5;"&gt;            &lt;p style="color: white; text-align: center;"&gt;&lt;strong&gt;EOS NAC Appliance Model&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="background: none 0% 0% repeat scroll #008fc5;"&gt;            &lt;p style="color: white; text-align: center;"&gt;&lt;strong&gt;EOS Date&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="background: none 0% 0% repeat scroll #008fc5;"&gt;            &lt;p style="color: white; text-align: center;"&gt;&lt;strong&gt;EOL Date&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;NAC M1&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;Feb 1, 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;Feb 1, 2019&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;NAC M10&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;Feb 1, 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;Feb 1, 2019&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;NAC X 500 R&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Feb 1, 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td valign="top"&gt;            &lt;p style="text-align: center;"&gt;Feb 1, 2019&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;NAC X2500&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;Feb 1, 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;Feb 1, 2019&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;NAC X2500 F&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;Feb 1, 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;Feb 1, 2019&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;h3&gt;New NAC Appliances&lt;/h3&gt;&lt;p&gt;The following new NAC appliances will be orderable in February 2016 and are expected to ship in March/April 2016.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;table width="488" cellpadding="0" border="0"&gt;    &lt;tbody&gt;        &lt;tr style="margin-bottom: 0px; padding-bottom: 0px;"&gt;            &lt;td style="background: none 0% 0% repeat scroll #008fc5;"&gt;            &lt;p style="color: white; text-align: center;"&gt;&lt;strong&gt;NAC Appliance Model&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="background: none 0% 0% repeat scroll #008fc5;"&gt;            &lt;p style="color: white; text-align: center;"&gt;&lt;strong&gt;Orderable&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;            &lt;td style="background: none 0% 0% repeat scroll #008fc5;"&gt;            &lt;p style="color: white; text-align: center;"&gt;&lt;strong&gt;Shipping&lt;/strong&gt;&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;TS-500 NAC&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;Feb 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;March 2016&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;        &lt;tr&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;TS-500 F NAC&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;Feb 2016&lt;/p&gt;            &lt;/td&gt;            &lt;td&gt;            &lt;p style="text-align: center;"&gt;March 2016&lt;/p&gt;            &lt;/td&gt;        &lt;/tr&gt;    &lt;/tbody&gt;&lt;/table&gt;&lt;p&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;New    NAC appliances will use NAC 5.0 and are backward compatible with (can    be used in the same installation as) existing appliances running NAC    4.3.4. &lt;/li&gt;    &lt;li&gt;Please contact your Trustwave sales representative if you have further questions. &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Glossary:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;End-of-Life (EOL): The last day that Trustwave will support a specified Hardware series. &lt;/li&gt;    &lt;li&gt;End-of-Sale (EOS): The last day the specified Product will be available for sale. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Tue, 01 Nov 2016 18:56:06 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Verifying LDAP port connectivity</title><link>https://support.levelblue.com/kb/Goto20424.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;SNAC (All Versions) &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can I confirm if a LDAP server is accessible on NAC? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;LDAP authentication will only work if the LDAP server connection is configured properly and the server is available.&lt;/p&gt;&lt;p&gt;Here is a basic test that can be performed to diagnose LDAP authentication issues.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Navigate to: &lt;strong&gt;Configuration &amp;gt; Authorization &amp;gt; LDAP&lt;/strong&gt; &lt;/li&gt;    &lt;li&gt;The entries required to confirm port connectivity are in the first 2 fields.    &lt;ul&gt;        &lt;li&gt;&lt;strong&gt;LDAP Server:&lt;/strong&gt; The FQDN of your LDAP server &lt;/li&gt;        &lt;li&gt;&lt;strong&gt;LDAP Port:&lt;/strong&gt; The port you are using to connect to LDAP. This is usually 389 (for the standard LDAP protocol) or 636 (for LDAP secure which also requires a certificate) &lt;/li&gt;    &lt;/ul&gt;    &lt;/li&gt;    &lt;li&gt;Use netcat to test connectivity:&lt;br /&gt;    &lt;br /&gt;    These examples attempt a connection, with verbose output and a timeout. You should get a response quickly. If the command exits with no response then the connection did not succeed.&lt;br /&gt;    &lt;br /&gt;    For more detailed information about netcat, see the man page.&lt;br /&gt;    &lt;br /&gt;    Testing port 636 (LDAPS) with a timeout of 60 seconds.&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;nc &amp;lt;ldapserverip&amp;gt; 636 -v -w 60&lt;/span&gt;&lt;br /&gt;    &lt;br /&gt;    Testing port 389 (LDAP) with a timeout of 60 seconds.&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;nc &amp;lt;ldapserverip&amp;gt; 389 -v -w 60&lt;br /&gt;    &lt;br /&gt;    &lt;/span&gt;&lt;/li&gt;    &lt;li&gt;On older NAC appliances you can use telnet to test connectivity to this server and port. The syntax to test is:&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;telnet &amp;lt;ldap-server-fqdn&amp;gt; &amp;lt;ldap-port&amp;gt;&lt;br /&gt;    &lt;/span&gt;&lt;br /&gt;    &lt;strong&gt;Example:&lt;br /&gt;    &lt;/strong&gt;&lt;br /&gt;    &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;telnet mynameisldap.server.com 389&lt;/span&gt;&lt;br /&gt;    &lt;br /&gt;    The example is a test to the server &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;mynameisldap.server.com&lt;/span&gt; over port 389 which is the default LDAP port.&lt;br /&gt;    &lt;br /&gt;    A successful connection will show you a blank screen which indicates that you have communicated successfully over that port.&lt;br /&gt;    &lt;br /&gt;    If the output stalls on &lt;span style="font-family: &amp;quot;courier new&amp;quot;;"&gt;connecting To &amp;lt;ldap-server-fqdn&amp;gt; 389&lt;/span&gt; then there is a networking, firewall, or configuration issue that must be addressed before the NAC can connect. &lt;strong&gt; &lt;/strong&gt; &lt;/li&gt;&lt;/ol&gt;</description><pubDate>Fri, 21 Oct 2016 14:39:09 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>What versions of Java are supported in NAC 5.0.4</title><link>https://support.levelblue.com/kb/Goto20655.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 5.0.4&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What versions of Java are supported in NAC 5.0.4?&lt;/li&gt;    &lt;li&gt;What version of Java is required to run DSM scan in NAC 5.0.4 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;Compliance scan client (DSM client) in NAC 5.0.4 requires Java version 8 (32 bit or 64 bit) to run.&lt;/p&gt;&lt;p&gt;Latest java client can be downloaded from &lt;a href="https://support.levelblue.com/kb/Staff/www.java.com" class="ApplyClass"&gt;here&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Mon, 19 Sep 2016 10:47:41 GMT</pubDate><dc:creator>Piotr Dłubisz</dc:creator></item><item><title>Software End of Life Announcement for Trustwave Network Access Control (NAC) 4.0.x and Earlier Versions</title><link>https://support.levelblue.com/kb/Goto20450.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 4.x &lt;/li&gt;    &lt;li&gt;NAC 3.x &lt;/li&gt;    &lt;li&gt;NAC 2.x &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;Trustwave is announcing the End-of-Life (EOL) for NAC 4.0.x and prior software versions effective July 1, 2016. After July 1, 2016, no further software maintenance releases (including security patches and bug fixes) will be provided for these EOL software versions. Technical Assistance Center (TAC) support for these EOL versions will also end on July 1, 2016.  &lt;br /&gt;&lt;br /&gt;To help you in making the transition to a later, supported software version, Trustwave will be providing assistance with the upgrade process through July 1, 2016. Please &lt;a href="http://go.trustwave.com/E0q0R0NwF0F0c0dM340ml09" target="_blank"&gt;contact customer support&lt;/a&gt; if you would like assistance and information on the upgrade process.  &lt;br /&gt;&lt;br /&gt;The latest NAC software version and documentation can be found on the Trustwave Customer Portal.&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;div&gt;&lt;p&gt;Please contact your Trustwave sales representative if you have further questions.&lt;/p&gt;&lt;h2&gt;Glossary&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;End-of-Life (EOL): The last day that Trustwave will support a specified software version. &lt;/li&gt;    &lt;li&gt;End-of-Sale (EOS): The last day the specified Product will be available for sale. &lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;</description><pubDate>Tue, 26 Apr 2016 15:08:51 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Command Line administration tools in NAC 5.0</title><link>https://support.levelblue.com/kb/Goto20519.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 5.0 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What command line tools are available for server administration in NAC 5.0? &lt;/li&gt;    &lt;li&gt;How do I reset a NAC server to factory default? &lt;/li&gt;    &lt;li&gt;How do I join or rejoin a Sensor to a CM in NAC 5.0? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;Command line tools available in NAC 5.0 include the following.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;Note: &lt;/strong&gt;Consult Trustwave TAC before using these tools. Incorrect usage can cause the NAC installation to be unusable and can permanently lose configuration data. &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;setup&lt;/h3&gt;&lt;p&gt;This tool performs initial setup for a NAC appliance. Basic usage of this tool is fully covered in the &lt;em&gt;Getting Started Guide&lt;/em&gt;.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;You can re-run Setup to view and change network settings only. See article &lt;a href="https://support.levelblue.com/kb/Article20587.aspx" class="ApplyClass" target="_blank"&gt;Q20587&lt;/a&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;rejoin_to_cm&lt;/h3&gt;Usage: &lt;span style="font-family: courier new;"&gt;rejoin_to_cm -c [CM IP address] -p [password]&lt;/span&gt;&lt;p&gt;This command rejoins a Sensor to a CM.  Use the -c flag to specify the IP of the CM.  Use the -p flag to set the password.  If an option is not passed it will be requested interactively.&lt;/p&gt;&lt;p&gt;This command cannot be run on a CM.  &lt;/p&gt;&lt;h3 id="TrustwaveNACSensorUserGuideAddendumhawaii-save-recovery-image"&gt;save-recovery-image&lt;/h3&gt;&lt;p&gt;save-recovery-image does not take any options.&lt;/p&gt;&lt;p&gt;This command saves the current Trustwave NAC Configuration and OS Version to a separate partition that is recoverable with the &lt;span style="font-family: courier new;"&gt;system_reset&lt;/span&gt; command. One way to use this feature is to run this command before upgrading a Trustwave NAC Sensor in a lab environment.  You can test the upgrade, then restore the setup from the time when this command was run using the -k option.  &lt;/p&gt;&lt;p&gt;This command is not run during setup.  To take advantage of this feature, you must run this command once (from the command line, or from the CM web interface).&lt;/p&gt;&lt;h3&gt;system_reset&lt;/h3&gt;&lt;p&gt;This tool allows you to reset or roll back configuration on a NAC device.&lt;br /&gt;&lt;br /&gt;Usage: &lt;span style="font-family: courier new;"&gt;system_reset &lt;span class="error"&gt;[-y]&lt;/span&gt; &lt;span class="error"&gt;[-n]&lt;/span&gt; &lt;span class="error"&gt;[-d|-k|-r]&lt;/span&gt; &lt;span class="error"&gt;[-h]&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;You must provide one of -d, -r, or -k.&lt;/p&gt;&lt;p&gt;The recovery image mentioned can be saved using save-recovery-image (see above), or from the NAC CM web application.&lt;/p&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;p&gt;&lt;span style="font-family: courier new;"&gt;-y   --yes&lt;/span&gt;    &lt;strong&gt;Yes:&lt;/strong&gt; Default answers to yes&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new;"&gt;-n   --quiet&lt;/span&gt; &lt;strong&gt;Quiet:&lt;/strong&gt; Quiet output&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new;"&gt;-d   --default&lt;/span&gt; &lt;strong&gt;Default:&lt;/strong&gt; Reset to factory default configuration, keeping current software version.&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new;"&gt;-r   --reset&lt;/span&gt; &lt;strong&gt;Reset:&lt;/strong&gt; Reset to factory default configuration, using software version saved in recovery image.&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new;"&gt;-k   --keep&lt;/span&gt;   &lt;strong&gt;Keep:&lt;/strong&gt; Roll back to configuration in recovery image, using software version saved in recovery image.&lt;/p&gt;&lt;p&gt;&lt;span style="font-family: courier new;"&gt;-h   --help&lt;/span&gt;   &lt;strong&gt;Help:&lt;/strong&gt; Print command usage then exit&lt;/p&gt;&lt;/blockquote&gt;&lt;h3&gt;remote&lt;/h3&gt;&lt;p&gt;This tool allows you to connect to the CM and run specified commands on a sensor. &lt;/p&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;h4&gt;Commands:&lt;/h4&gt;&lt;/blockquote&gt;&lt;dl&gt;    &lt;dl&gt;        &lt;dt&gt;&lt;span style="font-family: courier new;"&gt;remote cmd [command] [ARGUMENT...]&lt;/span&gt;  &lt;/dt&gt;        &lt;dd&gt;Runs command on sensor &lt;/dd&gt;        &lt;dt&gt;&lt;span style="font-family: courier new;"&gt;remote copy [file]&lt;/span&gt; &lt;/dt&gt;        &lt;dd&gt;Copies file to same path from CM to sensor&lt;br /&gt;        &lt;/dd&gt;        &lt;dt&gt;&lt;span style="font-family: courier new;"&gt;remote help [command]&lt;/span&gt; &lt;/dt&gt;        &lt;dd&gt;Describe available commands or one specific command &lt;/dd&gt;        &lt;dt&gt;&lt;span style="font-family: courier new;"&gt;remote ls&lt;/span&gt; &lt;/dt&gt;        &lt;dd&gt;List connected sensors &lt;/dd&gt;    &lt;/dl&gt;&lt;/dl&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;h4&gt;Options for all commands:&lt;/h4&gt;&lt;/blockquote&gt;&lt;dl&gt;    &lt;dl&gt;        &lt;dt&gt;&lt;span style="font-family: courier new;"&gt;-s, [--sensor=SENSOR]&lt;/span&gt; &lt;/dt&gt;        &lt;dd&gt;Run on specified sensor name, or if omitted, run on all sensors &lt;/dd&gt;        &lt;dt&gt;&lt;span style="font-family: courier new;"&gt;-l, [--limit=N]&lt;/span&gt; &lt;/dt&gt;        &lt;dd&gt;Run on at most LIMIT sensors at once. &lt;/dd&gt;        &lt;dt&gt;&lt;span style="font-family: courier new;"&gt;-o, [--output=OUTPUT]&lt;/span&gt; &lt;/dt&gt;        &lt;dd&gt;Output sensor specific status to OUTPUT.SENSOR instead of standard output &lt;/dd&gt;    &lt;/dl&gt;&lt;/dl&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;These commands replace some commands found in earlier versions of NAC.&lt;/p&gt;</description><pubDate>Wed, 13 Apr 2016 20:10:01 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Best Practice for deploying NAC configuration</title><link>https://support.levelblue.com/kb/Goto20571.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 5.x &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What are the best practices for deploying the NAC configuration? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;Deploying a NAC configuration is not an instant change. The deployment involves writing to a database that takes time to perform MySQL transactions. &lt;/p&gt;&lt;p&gt;To ensure optimal performance and avoid issues, please follow our best practices.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Put the Sensor in test mode to avoid service interruption &lt;/li&gt;    &lt;li&gt;Deploy the configuration to the Sensor &lt;/li&gt;    &lt;li&gt;Wait a few minutes (This will vary depending on how busy your Sensor is). &lt;/li&gt;    &lt;li&gt;Disable Test Mode &lt;/li&gt;    &lt;li&gt;Confirm that NAC is behaving as expected &lt;/li&gt;&lt;/ol&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;If you still run into errors after disabling test mode, you may need to wait longer, or this could be an indicator of another issue. If you are not sure, please contact support and we can investigate. &lt;/p&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Wed, 13 Apr 2016 16:04:39 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Problem with joining 4.3.x sensors to 5.0.x CM</title><link>https://support.levelblue.com/kb/Goto20588.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC Sensor 4.3.x&lt;/li&gt;    &lt;li&gt;NAC CM 5.0.x&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Symptoms:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;None of the 4.3.x sensors is connecting to 5.0.x CM&lt;/li&gt;    &lt;li&gt;The &lt;span style="font-family: 'courier new';"&gt;rejoin_to_cm&lt;/span&gt; script is giving an error regarding &lt;g class="gr_ gr_25 gr-alert gr_gramm undefined Grammar only-ins replaceWithoutSep" id="25" data-gr-id="25"&gt;wrong&lt;/g&gt; password&lt;/li&gt;    &lt;li&gt;It is possible to connect from the sensor to the CM with join user via ssh using the password&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Causes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Problem with one of the libraries on NAC&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Resolution:&lt;/h2&gt;&lt;p&gt;The patch NAC-3635 patch needs to be installed. To obtain this patch, contact Trustwave Technical Assistance Center (TAC).&lt;/p&gt;&lt;p&gt;Installation procedure:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Transfer the file to the sensor using &lt;g class="gr_ gr_22 gr-alert gr_spell undefined ContextualSpelling ins-del multiReplace" id="22" data-gr-id="22"&gt;scp&lt;/g&gt; client to /root/ directory&lt;/li&gt;    &lt;li&gt;Log &lt;g class="gr_ gr_23 gr-alert gr_spell undefined ContextualSpelling ins-del" id="23" data-gr-id="23"&gt;in to&lt;/g&gt; the sensor via ssh as root &lt;/li&gt;    &lt;li&gt;Unpack:&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: 'courier new';"&gt;cd /root/&lt;br /&gt;    tar -&lt;g class="gr_ gr_24 gr-alert gr_spell undefined ContextualSpelling ins-del multiReplace" id="24" data-gr-id="24"&gt;zxvf&lt;/g&gt; NAC-3636.tgz&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Install:&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: 'courier new';"&gt; cd /root/NAC-3636&lt;br /&gt;    ./install.sh&lt;/span&gt; &lt;/li&gt;&lt;/ol&gt;</description><pubDate>Wed, 13 Apr 2016 15:58:44 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Running Setup for network settings only on NAC 5.0 and above</title><link>https://support.levelblue.com/kb/Goto20587.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 5.x&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can I run through network setup only?&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;ol&gt;    &lt;li&gt;Log &lt;g class="gr_ gr_18 gr-alert gr_spell undefined ContextualSpelling multiReplace" id="18" data-gr-id="18"&gt;in to&lt;/g&gt; the NAC system as root&lt;/li&gt;    &lt;li&gt;Run the command:&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: 'courier new';"&gt;setup -n&lt;/span&gt;&lt;br /&gt;    &lt;br /&gt;    This will take you through network setup only.&lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;Example:&lt;/h3&gt;&lt;pre&gt;    Trustwave NAC setup    Gathering management interface IP configuration.    hostname        : nac.warsaw.local    mgmt ip         : 10.12.208.150    mgmt subnet mask: 255.255.255.128    mgmt gateway    : 10.12.208.129    Network Configuration:    hostname               IP address     netmask          gateway        mgmt interface    example.warsaw.local  10.12.208.150  255.255.255.128  10.12.208.129  mgmt1    Are these network settings correct? y&lt;/pre&gt;&lt;br /&gt;</description><pubDate>Wed, 13 Apr 2016 14:40:49 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Creating a profile to detect communication on a specific port in NAC</title><link>https://support.levelblue.com/kb/Goto20521.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 4.X and above &lt;/li&gt;    &lt;li&gt;&lt;span style="line-height: 11.7333px; font-size: 10px;"&gt;NAC 5.X&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;How can I create a profile in NAC that will detect communication on a specific port? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;If you are planning to detect communication to (or from) a specific IP address or host on a specific port, start by creating a profile that defines the host.&lt;br /&gt;&lt;br /&gt;In the example screenshot, the profile is named "pacific" and it contains the IP address 10.92.208.159&lt;/p&gt;&lt;p&gt;&lt;img alt="" style="height: 513px; width: 700px;" src="https://support.levelblue.com/kb/Uploads/Images/20521/1.PNG" /&gt;&lt;/p&gt;&lt;p&gt;Next, create a behavioral profile that will detect the communication.&lt;br /&gt;&lt;br /&gt;In the example below, the goal is to detect communication on port 62000:&lt;/p&gt;&lt;p&gt;&lt;img alt="" style="height: 570px; width: 700px;" src="https://support.levelblue.com/kb/Uploads/Images/20521/2.PNG" /&gt;&lt;/p&gt;&lt;p&gt;In the example:&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;The communication is FROM the server only ("Transmit"). You can also choose to monitor "received" traffic or both directions. &lt;/li&gt;    &lt;li&gt;The trigger threshold is one event during 60 seconds and the timeout is set to 120 seconds. If you want the profile to be assigned to a device permanently then set the timeout to 0. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;The profile is now ready to use in a zone configuration.&lt;/p&gt;&lt;p&gt; &lt;/p&gt;&lt;br /&gt;</description><pubDate>Thu, 25 Feb 2016 10:54:59 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>NAC 5.0 DSM EOL FAQ</title><link>https://support.levelblue.com/kb/Goto20531.aspx</link><description>&lt;h2 style="box-sizing: border-box; font-size: 16px; margin: 0px 0px 15px;"&gt;This article applies to:&lt;/h2&gt;&lt;ul style="list-style-type: square; box-sizing: border-box; margin-bottom: 20px; font-size: 10px; list-style-position: outside; padding-bottom: 3px; padding-left: 22px; margin-top: 0px; line-height: normal;"&gt;    &lt;li style="box-sizing: border-box;"&gt;NAC 3.X &lt;/li&gt;    &lt;li style="box-sizing: border-box;"&gt;NAC 4.X &lt;/li&gt;    &lt;li style="box-sizing: border-box;"&gt;SNAC 4.X &lt;/li&gt;&lt;/ul&gt;&lt;h2 id="NAC5.0DSMEOLFAQ-Overview"&gt;&lt;span&gt;Overview&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;span&gt;The DSM (Deep Scan Module) is a feature that allows the NAC device to perform system scans on endpoint devices that are attempting to access a NAC-protected environment. The scan can return different types of information about the end-client such as the type of anti-malware and firewall installed, system patches installed (Windows only), update settings, and more. NAC can then use the returned data to perform a number of different actions on the end device. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;If the NAC settings have the Scan Pending zone enabled and restriction setup on that zone, a valid portal configured and compliance settings set, DSM is being used in that NAC environment. &lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;&lt;span style="color: #333333;"&gt;&lt;strong&gt;The current certificate for the Java files used by the scanning function expires on April 2, 2016.&lt;/strong&gt; &lt;/span&gt;End Users will receive a security warning and will need to allow the JAR to run without signing, and will have to accept it and continue anyway.&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;The New&lt;span&gt; NAC 5.0 release contains the latest signed Java files, and also implements an updated version for the DSM module. As a result, we highly recommend you upgrade to NAC 5.0 to resolve this issue.&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;h2 id="NAC5.0DSMEOLFAQ-WhatisnewwiththelatestversionofDSM?"&gt;&lt;span style="font-family: verdana; line-height: 1.5;"&gt;What is new in the latest version of DSM?&lt;/span&gt;&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;&lt;span&gt;Anti-virus and Anti-spyware compliance sections have been combined into a single Anti-malware section.&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;&lt;span&gt;Product matching for these features is no longer based on a list of supported versions, but instead uses a string matching function which allows users to enter the name and version for any product name and version that they wish to match.&lt;/span&gt; &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;&lt;span&gt;What else is new in NAC 5.0? &lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;span&gt;Notable features:&lt;/span&gt;&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;    &lt;p&gt;&lt;span&gt;NAC on TrustOS: Secure, customized Linux distribution&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;span&gt;Fixed previous reported stability issues&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;span&gt;Interoperability with 4.3.X versions&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;span style="font-family: verdana; line-height: 1.4285;"&gt;Enhanced maintenance features&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;    &lt;li&gt;    &lt;p&gt;&lt;span&gt;Extended support for SSO&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;    &lt;li style="text-align: left;"&gt;    &lt;p&gt;&lt;span&gt;Improved NTP configurations&lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span&gt;For more information, please refer to &lt;em&gt;NAC 5.0 Release Notes&lt;/em&gt;  and &lt;em&gt;NAC 5.0 User Guide".&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;How can I get the upgrade/is there documentation about how to do the upgrade?&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;span&gt;Upgrade packages and documentation are available on the Trustwave support portal. For further information on DSM, please refer to &lt;em style="line-height: 1.4285;"&gt;NAC 5.0 User Guide.&lt;/em&gt;&lt;/span&gt;&lt;/p&gt;&lt;h2 id="NAC5.0DSMEOLFAQ-WhocanIcallforassistance?"&gt;&lt;span&gt;Who can I call for assistance?&lt;/span&gt;&lt;/h2&gt;&lt;p&gt;&lt;span&gt;If the account is under active maintenance, you can contact our TAC team and they will provide the information necessary for the upgrade. Maintenance does not include upgrade services. If you need on-site assistance, please contact Trustwave sales for further information.&lt;/span&gt;&lt;/p&gt;</description><pubDate>Tue, 23 Feb 2016 12:40:32 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>Restrict-On-Demand and Full Restriction </title><link>https://support.levelblue.com/kb/Goto14899.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 2.x and above &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;    &lt;p id="title-heading" class="pagetitle"&gt;&lt;span id="title-text"&gt;What is the difference between Restrict-On-&lt;/span&gt;Demand&lt;span id="title-text"&gt; and Full Restriction? &lt;/span&gt;&lt;/p&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;To enable Restriction, Restricted Access must be checked in each access zone (and for earlier versions, also at the domain level). So what does the Restrict-on-Demand checkbox in each Managed Segment do?&lt;/p&gt;&lt;p&gt;Restrict on Demand does not turn Restrict on and off. The checkbox that does that is the Restrict Access checkbox in the Access Zones. &lt;/p&gt;&lt;p&gt;&lt;strong&gt;Restrict on Demand is a configurable parameter&lt;/strong&gt; within the Managed Segment that &lt;em&gt;only restricts hosts that are being targeted by a perceived threat.&lt;/em&gt; This assumes that Restriction has been turned on, both in an access zone and at the domain level.&lt;/p&gt;&lt;h3&gt;Examples:&lt;/h3&gt;&lt;p&gt;For example, suppose Host A did something forbidden by policy. Without Restrict on Demand, we would manipulate the ARP cache on every host on the LAN ARP cache so that each host could not talk to that bad actor. This is called Restrict All. With Restrict on Demand, we only manipulate the host itself and any hosts it is actively trying to communicate with.&lt;/p&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;Restrict on Demand:&lt;/span&gt;&lt;/p&gt;&lt;ul style="margin-right: 0px;" dir="ltr"&gt;    &lt;li&gt;Hosts A, B, C, D on the LAN. &lt;/li&gt;    &lt;li&gt;Host A becomes a security threat by TCP scanning Host B. &lt;/li&gt;    &lt;li&gt;Host A’s ARP cache is manipulated so that all of its traffic goes to the NAC appliance. &lt;/li&gt;    &lt;li&gt;Host B’s ARP cache is updated for Host A so that if Host B tries to talk with Host A, that traffic goes to the NAC appliance. &lt;/li&gt;    &lt;li&gt;Host B can freely go anywhere else. &lt;/li&gt;    &lt;li&gt;Host C and D’s ARP cache (and thus all of their traffic) is unaffected. &lt;/li&gt;    &lt;li&gt;If Host A then tries to contact Host C, Host C’s ARP cache is updated so that all of its traffic going to A is sent through the NAC appliance. Host D is still unaffected. Host C can still go anywhere freely except to Host A.&lt;br class="atl-forced-newline" /&gt;    &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;span style="text-decoration: underline;"&gt;Restrict All:&lt;/span&gt;&lt;/p&gt;&lt;ul style="margin-right: 0px;" dir="ltr"&gt;    &lt;li&gt;Hosts A, B, C, D on the LAN &lt;/li&gt;    &lt;li&gt;Host A becomes a potential threat by TCP scanning Host B. &lt;/li&gt;    &lt;li&gt;Host A’s entire ARP cache is manipulated so that all traffic going to any host on the LAN (including default gateway) goes through the NAC appliance. &lt;/li&gt;    &lt;li&gt;Host B, C, and D’s ARP caches are manipulated so that if any of them try to contact Host A, that traffic will go through the NAC appliance. They may go freely between each other or anywhere else. &lt;/li&gt;&lt;/ul&gt;&lt;h3&gt;More explanations of this concept:&lt;/h3&gt;&lt;p&gt;The following describes how "Restrict All" works:&lt;/p&gt;&lt;p&gt;The NAC appliance immediately poisons all managed hosts for a new attacker, even though that attacker may never communicate with those devices. The NAC appliance continues to issue ARP poison frames to keep the device poisoned until a zone/response change indicates that poisoning is no longer necessary. The advantage of this approach is that an attacker is restricted for all devices almost immediately. This way a threat has less of a chance to propagate. The disadvantage is that the NAC appliance ARP poisons more clients than may be necessary. &lt;/p&gt;&lt;p&gt;With "Restrict on Demand" the NAC appliance only poisons hosts that are actively trying to contact a host that has been deemed a threat. Keep in mind, though, that once a host is determined to be a threat, that particular host is poisoned immediately regardless whether Restrict on Demand or Restrict All is used. &lt;/p&gt;&lt;p&gt;"Restrict All" and "Restrict On Demand" are only applicable on an Access Zone where Restrict Access has been checked.&lt;/p&gt;&lt;p&gt;In Restriction mode, the network interface configured as the writer port on the sensor will continuously ARP a MAC of restricted host(s) to every other host on the segment, telling them the restricted host(s) has a MAC address of &lt;span style="font-family: courier new;"&gt;00:9c::::&lt;/span&gt;, referred to as a"zero-nine-charlie". The sensor will also send the restricted host a false MAC address of the segment default gateway and every other device on the network so that all traffic to and from the restricted host flows through the NAC sensor depending on the rules in the access zone. &lt;span style="font-family: courier new;"&gt;00:9c::::&lt;/span&gt; is a hex representation of the restricted host 192.168.0.1 = &lt;span style="font-family: courier new;"&gt;00:9c:c0:a8:00:01&lt;/span&gt;&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;Restrict On-Demand is for networks larger than a /24 subnet mask. &lt;/strong&gt;One difference between Restriction and Restrict on Demand is that Restriction will flood the network with continuous ARP requests, and Restrict-On-Demand will only ARP the default gateway and the device in question. If the sensor sees a host attempting to access a restricted host, that traffic will be sent to the NAC sensor and processed, rather than going directly to the restricted host. Restrict On Demand also allows the administrator to configure ARP poisoning based on traffic rather than automatically poisoning all managed hosts towards a threat. &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;For NAC versions below 4.3.x, Restrict on Demand is not supported in Broadcast-only Environments. &lt;/strong&gt;Broadcast-only deployments do not use a mirror port to send traffic to the NAC appliance. In versions below 4.3, with a broadcast-only environment, do not enable the checkbox for Restrict On Demand in the Managed Segment configuration. Restrict All is the default (where Restrict On Demand is not checked), so unless this default is changed, restriction will work as designed. &lt;/li&gt;&lt;/ul&gt;</description><pubDate>Wed, 17 Feb 2016 17:29:49 GMT</pubDate><dc:creator>Charles</dc:creator></item><item><title>What ports should I open to allow access to Active Directory in a Restricted zone?</title><link>https://support.levelblue.com/kb/Goto20506.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC (All Versions) &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;What ports should I open to allow access to Active Directory in a restricted zone? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;The following list of ports was taken from this &lt;a href="https://support.microsoft.com/en-us/kb/179442" class="ApplyClass" target="_blank"&gt;Microsoft Knowledge Base article&lt;/a&gt;&lt;/p&gt;&lt;pre&gt;UDP 88,123,389,464,636,3268,3269TCP 88,135,389,445,464,636,3268,3269&lt;/pre&gt;&lt;p&gt;Dynamic (high) ports may also be required - see the Microsoft article.&lt;/p&gt;&lt;p&gt;These ports should be added to the allowed services part of your zone configuration. &lt;/p&gt;</description><pubDate>Wed, 10 Feb 2016 06:26:32 GMT</pubDate><dc:creator>Piotr Dłubisz</dc:creator></item><item><title>SmartScreen Filter Compatibilty</title><link>https://support.levelblue.com/kb/Goto20416.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC (All Versions) &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Why does NAC Endpoint Compliance Scanner not work with Internet Explorer SmartScreen Filter? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Reply:&lt;/h2&gt;&lt;p&gt;NAC Endpoint Compliance Scanning is not compatible with SmartScreen Filter. SmartScreen Filter must be disabled for endpoints to be redirected to the NAC portal.&lt;/p&gt;&lt;p&gt;This is not a NAC issue. Internet Explorer's SmartScreen Filter is a conflicting security feature.&lt;/p&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To disable SmartScreen in Internet Explorer:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Open Internet Explorer. &lt;/li&gt;    &lt;li&gt;Select &lt;strong&gt;Tools &amp;gt; Internet Options &amp;gt; Advanced&lt;/strong&gt;  &lt;/li&gt;    &lt;li&gt;Make sure that &lt;strong&gt;Enable SmartScreen Filter&lt;/strong&gt; is not selected (unchecked). &lt;/li&gt;&lt;/ol&gt;&lt;p&gt; &lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;For more information regarding SmartScreen Filter, see &lt;a href="http://windows.microsoft.com/en-US/windows7/SmartScreen-Filter-frequently-asked-questions-IE9" class="ApplyClass" target="_blank"&gt;this Microsoft article&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Tue, 19 Jan 2016 14:25:02 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Upgrading NAC to 5.0 from 4.3.2 takes a long time</title><link>https://support.levelblue.com/kb/Goto20471.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 4.3.2 and above &lt;/li&gt;    &lt;li&gt;Upgrade to NAC 5.0 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Why is my upgrade taking so long? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Information:&lt;/h2&gt;&lt;p&gt;Upgrade to NAC 5.0 is supported from NAC 4.3.2 and above.&lt;/p&gt;&lt;p&gt;The amount of time required is platform dependent. The estimated upgrade time is between 30 minutes and one hour.&lt;/p&gt;&lt;p&gt;The NAC upgrade installs many components. It is important to make sure that power IS NOT interrupted during the upgrade process. This could prevent the system from starting.&lt;/p&gt;&lt;p&gt;Because the upgrade from 4.3.x to 5.0 is a major upgrade including kernel update and file system updates, please be aware that the first restart after the upgrade will take a long time.&lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;If you have any questions or concerns please contact Trustwave support for additional assistance.&lt;/p&gt;</description><pubDate>Wed, 30 Dec 2015 16:48:44 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Creating a group with the "Copy parent" option is not copying "target filters" in behavioral profiles</title><link>https://support.levelblue.com/kb/Goto20462.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 4.3.4 &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Problem:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Creating a group with the "Copy parent" option is not copying "target filters" in behavioral profiles &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To correct the behavior, you can change a configuration file.&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;Log in to the CM as root via ssh. &lt;/li&gt;    &lt;li&gt;Create a backup directory, and take a backup of a file that requires a change:&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: 'courier new';"&gt;# mkdir /root/esc-1871&lt;br /&gt;    # cp -p /usr/dist/snapple/app/models/target_filter.rb /root/esc-1871/&lt;br /&gt;    &lt;/span&gt;  &lt;/li&gt;    &lt;li&gt;Run the following command to make changes in the file. &lt;br /&gt;    &lt;em&gt;Note this is a single command line (wrapped in this article for readability&lt;/em&gt;):&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: 'courier new';"&gt;# sed -i '41s/:sport\ =&amp;gt;\ self.sport,/:sport =&amp;gt;\ self.sport, :protocol\ =&amp;gt;\ self.protocol,/' /usr/dist/snapple/app/models/target_filter.rb&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;Verify that the changes were applied correctly by searching for the text in the file:&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: 'courier new';"&gt;#grep ":sport =&amp;gt; self.sport" /usr/dist/snapple/app/models/target_filter.rb&lt;/span&gt;&lt;br /&gt;    &lt;br /&gt;    Sample output:&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: 'courier new';"&gt;#  grep ":sport =&amp;gt; self.sport" /usr/dist/snapple/app/models/target_filter.rb&lt;br /&gt;    :sport =&amp;gt; self.sport, :protocol =&amp;gt; self.protocol,&lt;/span&gt;&lt;/li&gt;    &lt;li&gt;If the ouput is correct then restart the services:&lt;br /&gt;    &lt;br /&gt;    &lt;span style="font-family: 'courier new';"&gt;# service snac restart; service httpd restart;&lt;/span&gt; &lt;/li&gt;&lt;/ol&gt;&lt;h3&gt;Rollback procedure:&lt;/h3&gt;&lt;p&gt;To roll back the change above, copy the backup file to the default location, and then restart services:&lt;/p&gt;&lt;ol&gt;    &lt;li&gt;&lt;span style="font-family: 'courier new';"&gt;# cp -p /root/esc-1871/target_filter.rb /usr/dist/snapple/app/models/target_filter.rb&lt;/span&gt; &lt;/li&gt;    &lt;li&gt;&lt;span style="font-family: 'courier new';"&gt;# service snac restart; service httpd restart&lt;/span&gt;; &lt;/li&gt;&lt;/ol&gt;&lt;p&gt; &lt;/p&gt;</description><pubDate>Wed, 09 Dec 2015 15:07:45 GMT</pubDate><dc:creator>Andrew Davies</dc:creator></item><item><title>Disabling automatic configuration push</title><link>https://support.levelblue.com/kb/Goto20461.aspx</link><description>&lt;h2&gt;This article applies to:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;NAC 4.x &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Question:&lt;/h2&gt;&lt;ul&gt;    &lt;li&gt;Can I disable automatic configuration push when I am adding IP or MAC addresses to a profile? &lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;Procedure:&lt;/h2&gt;&lt;p&gt;To disable the automatic configuration push you can perform the following procedure.&lt;/p&gt;&lt;ul&gt;    &lt;li&gt;&lt;strong&gt;Remember to reverse the change&lt;/strong&gt; after you have completed the additions of addresses. &lt;/li&gt;&lt;/ul&gt;&lt;ol&gt;    &lt;li&gt;Log in to the CM as root via ssh. &lt;/li&gt;    &lt;li&gt;Make a backup directory and back up the configuration file:&lt;br /&gt;     &lt;br /&gt;    &lt;span style="font-family: courier new;"&gt;# mkdir /root/autopush_backup&lt;br /&gt;    # cp -p /usr/dist/snapple/config/config.yml /root/autopush_backup&lt;/span&gt;&lt;br /&gt;      &lt;/li&gt;    &lt;li&gt;Edit the configuration file&lt;br /&gt;     &lt;br /&gt;    &lt;span style="font-family: courier new;"&gt;# vi /usr/dist/snapple/config/config.yml&lt;/span&gt;&lt;br /&gt;      &lt;/li&gt;    &lt;li&gt;Find the following line:&lt;br /&gt;     &lt;br /&gt;    &lt;span style="font-family: courier new;"&gt;disable_list_policy_condition_autopush: false&lt;/span&gt;&lt;br /&gt;     &lt;br /&gt;    Edit this line to appear as follows&lt;br /&gt;     &lt;br /&gt;    &lt;span style="font-family: courier new;"&gt;disable_list_policy_condition_autopush: &lt;span style="background-color: #fac08f;"&gt;true&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;     &lt;br /&gt;    The same line in wider context:&lt;br /&gt;     &lt;br /&gt;    &lt;span style="font-family: courier new;"&gt;production:&lt;br /&gt;    # Set to true to disable automatic pushes&lt;br /&gt;    disable_list_policy_condition_autopush: true&lt;/span&gt;&lt;br /&gt;      &lt;/li&gt;    &lt;li&gt;Save the file. &lt;/li&gt;    &lt;li&gt;Restart CM services from the GUI. &lt;/li&gt;&lt;/ol&gt;&lt;p&gt; &lt;/p&gt;&lt;h2&gt;Notes:&lt;/h2&gt;&lt;p&gt;If you are comfortable using sed you can change the file using the following command (&lt;strong&gt;AFTER &lt;/strong&gt;backing it up).&lt;br /&gt;&lt;em&gt;(Note that this is a single command line although the text below is wrapped.)&lt;br /&gt;&lt;/em&gt;&lt;br /&gt;&lt;span style="font-family: courier new;"&gt;# sed -i.backup 's/disable_list_policy_condition_autopush.*/disable_list_policy_condition_autopush\:\ true/g' /usr/dist/snapple/config/config.yml&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;You can check that the changes were applied correctly:&lt;br /&gt; &lt;br /&gt;&lt;span style="font-family: courier new;"&gt;# grep autopush /usr/dist/snapple/config/config.yml&lt;/span&gt; &lt;/p&gt;&lt;h3&gt;Sample output:&lt;/h3&gt;&lt;blockquote style="margin-right: 0px;" dir="ltr"&gt;&lt;pre&gt;&lt;p&gt;&lt;span style="font-family: courier new;"&gt;# grep autopush /usr/dist/snapple/config/config.yml&lt;br /&gt;&lt;br /&gt;disable_list_policy_condition_autopush: true&lt;/span&gt;&lt;/p&gt;&lt;/pre&gt;&lt;/blockquote&gt;</description><pubDate>Thu, 03 Dec 2015 03:31:26 GMT</pubDate><dc:creator>Piotr Dłubisz</dc:creator></item></channel></rss>