<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HOW-TO general question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/how-to-general-question/m-p/893098#M954609</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Monitoring on the Pix is very limited.  You may&lt;/P&gt;&lt;P&gt;want to do this on the upstream router using&lt;/P&gt;&lt;P&gt;NetFlow.  NetFlow can provide you with very &lt;/P&gt;&lt;P&gt;accurate information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other alternative is you can monitor&lt;/P&gt;&lt;P&gt;on the server itself, if the server is&lt;/P&gt;&lt;P&gt;Linux.  You can use a freeware tool called&lt;/P&gt;&lt;P&gt;iptraf.  I use it, excellent tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCIE Security&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2008 19:05:21 GMT</pubDate>
    <dc:creator>cisco24x7</dc:creator>
    <dc:date>2008-02-20T19:05:21Z</dc:date>
    <item>
      <title>HOW-TO general question</title>
      <link>https://community.cisco.com/t5/network-security/how-to-general-question/m-p/893097#M954608</link>
      <description>&lt;P&gt;Hello there, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an app server seating on my PIX's DMZ and I need to know how can I monitor (in real time) inbound traffic from the Outside interface (users out there) to the specific host 192.168.2.4 (app server) on the DMZ interface...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically i need to know if inbound traffic can actually reach the server AND  if so... I need to check if that traffic is coming back from the server to the PIX and back to the end user out there&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;makes sense ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glenn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 12:05:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-general-question/m-p/893097#M954608</guid>
      <dc:creator>glenn.guzman</dc:creator>
      <dc:date>2019-03-11T12:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: HOW-TO general question</title>
      <link>https://community.cisco.com/t5/network-security/how-to-general-question/m-p/893098#M954609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Monitoring on the Pix is very limited.  You may&lt;/P&gt;&lt;P&gt;want to do this on the upstream router using&lt;/P&gt;&lt;P&gt;NetFlow.  NetFlow can provide you with very &lt;/P&gt;&lt;P&gt;accurate information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other alternative is you can monitor&lt;/P&gt;&lt;P&gt;on the server itself, if the server is&lt;/P&gt;&lt;P&gt;Linux.  You can use a freeware tool called&lt;/P&gt;&lt;P&gt;iptraf.  I use it, excellent tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CCIE Security&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 19:05:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-general-question/m-p/893098#M954609</guid>
      <dc:creator>cisco24x7</dc:creator>
      <dc:date>2008-02-20T19:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: HOW-TO general question</title>
      <link>https://community.cisco.com/t5/network-security/how-to-general-question/m-p/893099#M954610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Glenn, Yes you can certainly monitor this traffic in extensive detail and also verify if the packet is returning back or not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the DMZ interface set the &lt;/P&gt;&lt;P&gt;following Packet Captures :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-l abc permit ip host &lt;X.X.X.X&gt; host 192.168.2.4&lt;/X.X.X.X&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then another ACL in reverse order for return traffic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-l abc permit ip host 192.168.2.4 host x.x.x.x&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;x.x.x.x--&amp;gt;ip address of source on outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Capture cpz access-l abc packet-length 1518 interface DMZ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;generate the traffic and afterwards use the following command to check the packet captures&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;show capture cpz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way is to set logging on Pix firewall which is a very good way to report the traffic through the pix on a syslog server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does this help !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 05:10:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-general-question/m-p/893099#M954610</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2008-02-21T05:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: HOW-TO general question</title>
      <link>https://community.cisco.com/t5/network-security/how-to-general-question/m-p/893100#M954611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you got to excuse my language but HELL yeah it does!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot my friend!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glenn &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 05:29:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-general-question/m-p/893100#M954611</guid>
      <dc:creator>gleguzgo0166</dc:creator>
      <dc:date>2008-02-21T05:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: HOW-TO general question</title>
      <link>https://community.cisco.com/t5/network-security/how-to-general-question/m-p/893101#M954612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad..my post at 12 in the night did not go waste ..cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2008 05:34:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/how-to-general-question/m-p/893101#M954612</guid>
      <dc:creator>abinjola</dc:creator>
      <dc:date>2008-02-21T05:34:29Z</dc:date>
    </item>
  </channel>
</rss>

