<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
  <channel>
    <title>Packet Analytics User Community</title>
    <link>http://www.packetanalytics.com/community/index</link>
    <description><![CDATA[]]></description>
    <language>EN</language>
    <pubDate>Wed, 30 Apr 2008 08:56:58 -0500</pubDate>
    <lastBuildDate>Wed, 30 Apr 2008 08:56:58 -0500</lastBuildDate>
    <category>Packet Analytics User Community</category>
    <generator>Phorum 5.1.25</generator>
    <ttl>60</ttl>
    <item>
      <title>[Notices from Packet Analytics] Insecure Magazine arctile on Net/FSE</title>
      <link>http://www.packetanalytics.com/community/read/5/23/23#msg-23</link>
      <author>benuphoff</author>
      <description><![CDATA[If you are looking for some white-paper style background reading on Net/FSE, check out the April 2008 issue of Insecure Magazine, pages 68-73. <br />
<br />
http://www.net-security.org/dl/insecure/INSECURE-Mag-16.pdf]]></description>
      <category>Notices from Packet Analytics</category>
      <guid isPermaLink="true">http://www.packetanalytics.com/community/read/5/23/23#msg-23</guid>
      <pubDate>Wed, 30 Apr 2008 08:56:58 -0500</pubDate>
    </item>
    <item>
      <title>[Net/FSE Installation] Re: OS Support</title>
      <link>http://www.packetanalytics.com/community/read/2/14/22#msg-22</link>
      <author>benuphoff</author>
      <description><![CDATA[We are looking into a Windows version but have no timetable. Our current focus is on Linux and Mac OS X compatibility. <br />
<br />
For now the best way to try Net/FSE on a Windows machine is to build a VMware image from the ISO download.]]></description>
      <category>Net/FSE Installation</category>
      <guid isPermaLink="true">http://www.packetanalytics.com/community/read/2/14/22#msg-22</guid>
      <pubDate>Wed, 30 Apr 2008 08:52:43 -0500</pubDate>
    </item>
    <item>
      <title>[Net/FSE Event Types] PIX Beta</title>
      <link>http://www.packetanalytics.com/community/read/4/21/21#msg-21</link>
      <author>benuphoff</author>
      <description><![CDATA[We are working on a beta event handler for Cisco PIX and ASA. Please email us at support@packetanalytics.com if you would like to try out the beta code.]]></description>
      <category>Net/FSE Event Types</category>
      <guid isPermaLink="true">http://www.packetanalytics.com/community/read/4/21/21#msg-21</guid>
      <pubDate>Wed, 30 Apr 2008 08:50:40 -0500</pubDate>
    </item>
    <item>
      <title>[Net/FSE Installation] Re: OS Support</title>
      <link>http://www.packetanalytics.com/community/read/2/14/20#msg-20</link>
      <author>oxfortblue</author>
      <description><![CDATA[I would be interested in Windows Vista Home Premium or VMWare]]></description>
      <category>Net/FSE Installation</category>
      <guid isPermaLink="true">http://www.packetanalytics.com/community/read/2/14/20#msg-20</guid>
      <pubDate>Tue, 18 Mar 2008 17:35:15 -0500</pubDate>
    </item>
    <item>
      <title>[Notices from Packet Analytics] ISO file is now available</title>
      <link>http://www.packetanalytics.com/community/read/5/19/19#msg-19</link>
      <author>admin</author>
      <description><![CDATA[We are proud to announce the availability of an ISO file which you can simply burn to a CD and then boot your machine from the CD.  You can download the ISO in the download section of our web site (click &quot;Free Download&quot; above).  If you find you have any problems with this please post your questions in the Installation forum or send an email to support@packetanalytics.com.]]></description>
      <category>Notices from Packet Analytics</category>
      <guid isPermaLink="true">http://www.packetanalytics.com/community/read/5/19/19#msg-19</guid>
      <pubDate>Sun, 27 Jan 2008 23:22:45 -0600</pubDate>
    </item>
    <item>
      <title>[Net/FSE Event Types] sFlow Support</title>
      <link>http://www.packetanalytics.com/community/read/4/17/17#msg-17</link>
      <author>benuphoff</author>
      <description><![CDATA[Net/FSE will support sFlow in future releases. In the meantime, follow these instructions to convert sFlow data streams into NetFlow data streams for real-time integration into Net/FSE.<br />
<br />
InMon (http://www.inmon.com) has an excellent collection of sFlow processing tools for UNIX systems. Using InMon's sflowtool, sFlow data streams can be converted into NetFlow datagrams. Once converted, the sFlow data is treated as NetFlow data by Net/FSE. Follow the steps below to configure sflowtools to stream data to Net/FSE:<br />
<br />
-- Configuring a NetFlow Sensor --<br />
<br />
1. Log in to the Net/FSE web interface as an administrator.<br />
<br />
2. From the Configuration tab, click the Add link under Sensors and create a new sensor of type &quot;NetFlow&quot;.<br />
<br />
3. Click the Add link in the NetFlow Configurations section. Select the sensor you just created and assign an unused UDP port (over 1024).<br />
<br />
4. Restart Net/FSE: /etc/init.d/nfse stop ; /etc/init.d/nfse start<br />
<br />
-- Setting up sFlow --<br />
<br />
1. Log in to the server you will be collecting sFlow data from. This can be the Net/FSE server. If not, the server must be able to connect over the network to the Net/FSE server on the UDP port specified in step #3 above. <br />
<br />
2. Download the sflowtools source code from InMon (using wget or such): http://www.inmon.com/bin/sflowtool-3.12.tar.gz<br />
<br />
3. tar -xzf sflowtool-3.12.tar.gz<br />
<br />
4. cd sflowtool-3.12<br />
<br />
5. ./configure<br />
6. make<br />
    - If either step 5 or 6 fails you may not have the required build tools (gcc, make, libpcap development files) installed. Install these packages and try again. <br />
<br />
7. ./sflowtool -p SFLOW_PORT -c NETFSE_IP -d NETFLOW_PORT<br />
    - SFLOW_PORT: the port on which the server will listen for sFlow data streams<br />
    - NETFSE_IP: the IP address (or hostname) of the Net/FSE server. Use “localhost” or “127.0.0.1” if running sflowtool on the NetFSE server. <br />
    - NETFLOW_PORT: the port the Net/FSE server is configured to collect NetFlow on for the selected sensor (from step #3 under “Configuring a NetFlow Sensor” above) <br />
<br />
8. Configure your sFlow-capable devices to send sFlow streams to the server running sflowtools. If you don’t have an sFlow enabled device, you can create sFlow data streams using InMon’s sFlow Agent: http://www.inmon.com/bin/InMon_Agent-5.7.tar.gz.]]></description>
      <category>Net/FSE Event Types</category>
      <guid isPermaLink="true">http://www.packetanalytics.com/community/read/4/17/17#msg-17</guid>
      <pubDate>Fri, 25 Jan 2008 17:11:10 -0600</pubDate>
    </item>
    <item>
      <title>[Notices from Packet Analytics] Net/FSE v1.0.1 Available</title>
      <link>http://www.packetanalytics.com/community/read/5/15/15#msg-15</link>
      <author>benuphoff</author>
      <description><![CDATA[We have posted a minor release update to Net/FSE. Included are support in the installer for Gentoo, Ubuntu and Mac OS X. No need to upgrade unless you are installing on one of the newly supported platforms.]]></description>
      <category>Notices from Packet Analytics</category>
      <guid isPermaLink="true">http://www.packetanalytics.com/community/read/5/15/15#msg-15</guid>
      <pubDate>Tue, 22 Jan 2008 13:21:42 -0600</pubDate>
    </item>
    <item>
      <title>[Net/FSE Installation] OS Support</title>
      <link>http://www.packetanalytics.com/community/read/2/14/14#msg-14</link>
      <author>benuphoff</author>
      <description><![CDATA[Net/FSE supports a variety of Linux operating systems. The 1.0 release supports the following Linux varieties: Debian 4, Ubuntu Server 6+, RedHat Enterprise Linux 3+, Fedora 6+, Gentoo 2007.0+. Net/FSE runs very well on Mac OS X as well and support in the 1.0.1 revision is expected.  <br />
<br />
If you have successfully installed Net/FSE on another Linux OS not listed here, please post in the forum. If there is a Linux variety that you would like supported in the future, please contact ben@packetanalytics.com or post to this forum. <br />
<br />
Windows support will be explored in the future if user demand is high. Let us know.]]></description>
      <category>Net/FSE Installation</category>
      <guid isPermaLink="true">http://www.packetanalytics.com/community/read/2/14/14#msg-14</guid>
      <pubDate>Mon, 21 Jan 2008 08:33:25 -0600</pubDate>
    </item>
    <item>
      <title>[Net/FSE Configuration] Configuring sensors, syslog and NetFlow</title>
      <link>http://www.packetanalytics.com/community/read/3/13/13#msg-13</link>
      <author>benuphoff</author>
      <description><![CDATA[Welcome to Net/FSE's configuration support forum. We will use this forum to answer common questions about configuring Net/FSE after installation. <br />
<br />
Net/FSE's GUI interface allows you to define sensors (systems that generate events/logs), setup syslog processing of sensor data and create NetFlow collector instances. Start by reading the admin guide (admin.pdf in the download's docs folder). If your questions aren't answered there then please post to this forum.]]></description>
      <category>Net/FSE Configuration</category>
      <guid isPermaLink="true">http://www.packetanalytics.com/community/read/3/13/13#msg-13</guid>
      <pubDate>Mon, 21 Jan 2008 08:27:42 -0600</pubDate>
    </item>
    <item>
      <title>[Net/FSE Event Types] Tell us what you need</title>
      <link>http://www.packetanalytics.com/community/read/4/12/12#msg-12</link>
      <author>benuphoff</author>
      <description><![CDATA[Net/FSE is available for download and we want to make it even better. Event type support is a key to improving the system's capabilities. We want to build in event type support based on user demand so please, tell us what sort of data you want supported by the system. You can reply to this thread or send me email (ben@packetanalytics.com). Thanks!]]></description>
      <category>Net/FSE Event Types</category>
      <guid isPermaLink="true">http://www.packetanalytics.com/community/read/4/12/12#msg-12</guid>
      <pubDate>Mon, 21 Jan 2008 08:23:15 -0600</pubDate>
    </item>
    <item>
      <title>[Notices from Packet Analytics] Net/FSE v1.0 is ready for download!</title>
      <link>http://www.packetanalytics.com/community/read/5/11/11#msg-11</link>
      <author>admin</author>
      <description><![CDATA[Hello All,<br />
<br />
We are happy to report that Packet Analytics' version 1.0 of Net/FSE is available for download. Just click the &quot;Free Download&quot; link above.<br />
<br />
We look forward to your feedback!<br />
<br />
Andy]]></description>
      <category>Notices from Packet Analytics</category>
      <guid isPermaLink="true">http://www.packetanalytics.com/community/read/5/11/11#msg-11</guid>
      <pubDate>Sun, 13 Jan 2008 22:38:16 -0600</pubDate>
    </item>
    <item>
      <title>[General Net/FSE comments] Net/FSE v1.0 is ready for download!</title>
      <link>http://www.packetanalytics.com/community/read/1/10/10#msg-10</link>
      <author>admin</author>
      <description><![CDATA[Hello All,<br />
<br />
We are happy to report that Packet Analytics' version 1.0 of Net/FSE is available for download.  Just click the &quot;Free Download&quot; link above.<br />
<br />
We look forward to your feedback!<br />
<br />
Andy]]></description>
      <category>General Net/FSE comments</category>
      <guid isPermaLink="true">http://www.packetanalytics.com/community/read/1/10/10#msg-10</guid>
      <pubDate>Sat, 12 Jan 2008 23:26:43 -0600</pubDate>
    </item>
    <item>
      <title>[Notices from Packet Analytics] Packet Analytics User Community</title>
      <link>http://www.packetanalytics.com/community/read/5/7/7#msg-7</link>
      <author>admin</author>
      <description><![CDATA[Hello!<br />
<br />
Welcome to the Packet Analytics User Community!  It is important to us that you are an involved member of the community.  We want to listen to your input about Net/FSE.  Other users in the community want to hear from you as well.  <br />
<br />
We look forward to your input.<br />
<br />
The Packet Analytics Team]]></description>
      <category>Notices from Packet Analytics</category>
      <guid isPermaLink="true">http://www.packetanalytics.com/community/read/5/7/7#msg-7</guid>
      <pubDate>Fri, 11 Jan 2008 09:59:40 -0600</pubDate>
    </item>
  </channel>
</rss>
