<?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 fw monitor in R80.20 VSX giving the output &amp;quot;Segmentation fault (core dumped)&amp;quot; in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/fw-monitor-in-R80-20-VSX-giving-the-output-quot-Segmentation/m-p/66274#M13622</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have recently upgraded my R77.30 VSX gateways to R80.20&lt;/P&gt;&lt;P&gt;Now I am trying to do a Packet Capture on a Certain VS (VSID 4) in the VSX and I am using the Command &lt;STRONG&gt;fw monitor -v 4 -m iO -e "accept host(192.168.1.1);"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When I am using the above command I am getting the error&amp;nbsp;Segmentation fault (core dumped). when I remove the&amp;nbsp; &amp;nbsp; "&lt;STRONG&gt;-v"&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;argument and try the fw monitor in any other way it's doing a complete capture for all the traffic going.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running R80.20 in a 15400 VSX with HFA 103.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help to fix this is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;--Ravi&lt;/P&gt;</description>
    <pubDate>Wed, 30 Oct 2019 18:50:23 GMT</pubDate>
    <dc:creator>Ravindra_Katrag</dc:creator>
    <dc:date>2019-10-30T18:50:23Z</dc:date>
    <item>
      <title>fw monitor in R80.20 VSX giving the output "Segmentation fault (core dumped)"</title>
      <link>https://community.checkpoint.com/t5/General-Topics/fw-monitor-in-R80-20-VSX-giving-the-output-quot-Segmentation/m-p/66274#M13622</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have recently upgraded my R77.30 VSX gateways to R80.20&lt;/P&gt;&lt;P&gt;Now I am trying to do a Packet Capture on a Certain VS (VSID 4) in the VSX and I am using the Command &lt;STRONG&gt;fw monitor -v 4 -m iO -e "accept host(192.168.1.1);"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When I am using the above command I am getting the error&amp;nbsp;Segmentation fault (core dumped). when I remove the&amp;nbsp; &amp;nbsp; "&lt;STRONG&gt;-v"&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;argument and try the fw monitor in any other way it's doing a complete capture for all the traffic going.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running R80.20 in a 15400 VSX with HFA 103.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help to fix this is much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;--Ravi&lt;/P&gt;</description>
      <pubDate>Wed, 30 Oct 2019 18:50:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/fw-monitor-in-R80-20-VSX-giving-the-output-quot-Segmentation/m-p/66274#M13622</guid>
      <dc:creator>Ravindra_Katrag</dc:creator>
      <dc:date>2019-10-30T18:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: fw monitor in R80.20 VSX giving the output "Segmentation fault (core dumped)"</title>
      <link>https://community.checkpoint.com/t5/General-Topics/fw-monitor-in-R80-20-VSX-giving-the-output-quot-Segmentation/m-p/66294#M13623</link>
      <description>&lt;P&gt;From sk30583:&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; From version &lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk137592" target="_blank" rel="noopener"&gt;R80.20 Jumbo Jotfix Accumulator take_73&lt;/A&gt;, the "-e" flag is not supported for Accelerated traffic.&lt;/P&gt;
&lt;P&gt;I noticed this today running a R80.20 CCVS/VSX class, if the traffic is accelerated the -e filter is ignored and you simply see everything.&amp;nbsp; This is fixed in R80.20 Ongoing Take 117:&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;PRJ-5507, PMTR-41300 Security Gateway In some scenarios, when running "fw monitor" with "-e" flag, SecureXL traffic is not filtered, and all traffic is displayed.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;In the meantime you need to use the new simple filter via -F which works correctly:&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;fw monitor -F "x.x.x.x,0,y.y.y.y,0,0"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;This will filter connection "x.x.x.x:&amp;lt;Any&amp;gt; --&amp;gt; y.y.y.y:&amp;lt;Any&amp;gt;, &amp;lt;protocol: Any&amp;gt;"&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Source ip: x.x.x.x, source port: any, destination ip: y.y.y.y, destination port: any, protocol: any&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also use "*" as a wildcard like this:&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;STRONG&gt;fw monitor -F "192.168.1.*,0,10.1.1.*,0,0"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;As far as &lt;STRONG&gt;fw monitor&lt;/STRONG&gt; dumping core when trying to use the &lt;STRONG&gt;-v VSID&lt;/STRONG&gt; flag we noticed that too in R80.20 with Jumbo HFA 103 applied.&amp;nbsp; Definitely a bug...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 02:16:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/fw-monitor-in-R80-20-VSX-giving-the-output-quot-Segmentation/m-p/66294#M13623</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2019-10-31T02:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: fw monitor in R80.20 VSX giving the output "Segmentation fault (core dumped)"</title>
      <link>https://community.checkpoint.com/t5/General-Topics/fw-monitor-in-R80-20-VSX-giving-the-output-quot-Segmentation/m-p/66339#M13624</link>
      <description>&lt;P&gt;Thank you this New command with the argument "-F" worked.&lt;/P&gt;&lt;P&gt;But is there a way to do a packet capture on specific VS in VSX?&lt;/P&gt;</description>
      <pubDate>Thu, 31 Oct 2019 12:25:46 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/fw-monitor-in-R80-20-VSX-giving-the-output-quot-Segmentation/m-p/66339#M13624</guid>
      <dc:creator>Ravindra_Katrag</dc:creator>
      <dc:date>2019-10-31T12:25:46Z</dc:date>
    </item>
  </channel>
</rss>

