<?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: Save log from putty in Spark Firewall (SMB)</title>
    <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49519#M1945</link>
    <description>&lt;P&gt;Thanks jt's work.&lt;/P&gt;&lt;P&gt;But i can't open the file in WIRESHARK.&lt;/P&gt;&lt;P&gt;The file don't match.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another question&amp;nbsp;&lt;/P&gt;&lt;P&gt;How i can run TCPDUMP for all the lan&lt;/P&gt;&lt;P&gt;I have 3 different lan&lt;/P&gt;&lt;P&gt;I run the script&lt;/P&gt;&lt;P&gt;TCPDUMP -i lan1&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And i get only the traffic on lan1&lt;/P&gt;&lt;P&gt;If I want to get all 3 lan in the log&lt;/P&gt;&lt;P&gt;What i need to write?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2019 04:20:43 GMT</pubDate>
    <dc:creator>hezi_angel</dc:creator>
    <dc:date>2019-04-02T04:20:43Z</dc:date>
    <item>
      <title>Save log from putty</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49160#M1918</link>
      <description>&lt;P&gt;I have 750 applications checkpoint&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And go to the cli from putty&lt;/P&gt;&lt;P&gt;I won't to run tcpdump and save the file on my local pc&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like:&lt;/P&gt;&lt;P&gt;Tcpdump c:\checkpoint&lt;/P&gt;&lt;P&gt;How&amp;nbsp; i can save it?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 11:49:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49160#M1918</guid>
      <dc:creator>hezi_angel</dc:creator>
      <dc:date>2019-03-29T11:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Save log from putty</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49172#M1919</link>
      <description>When you run tcpdump on a 750 (or any appliance), if you specify an output file, it is stored on that appliance.&lt;BR /&gt;If you want that output file transferred to your PC, you will have to transfer that output file as a separate step using something other than putty (e.g. WinSCP).&lt;BR /&gt;Keep in mind the storage space on a 750 is relatively small, which means you won't be able to do a long-term capture.</description>
      <pubDate>Fri, 29 Mar 2019 13:29:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49172#M1919</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-03-29T13:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Save log from putty</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49174#M1920</link>
      <description>&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if i won't to wireshark the trafic&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't do this with 750?&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 13:36:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49174#M1920</guid>
      <dc:creator>hezi_angel</dc:creator>
      <dc:date>2019-03-29T13:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Save log from putty</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49194#M1922</link>
      <description>&lt;P&gt;Packet captures require storage space, which the 750 does not have a lot of. For anything more than a few minutes, you will probably need to have a MicroSD card installed to write the packet captures to.&lt;/P&gt;
&lt;P&gt;A command line like:&lt;/P&gt;
&lt;PRE&gt;tcpdump -i LAN1 -w /mnt/sd/capture.pcap&lt;/PRE&gt;
&lt;P&gt;would write the pcap file to the MicroSD storage.&lt;/P&gt;
&lt;P&gt;To copy the files off the appliance using WinSCP, you need to enable the bash user as described here:&amp;nbsp;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk52763" target="_blank"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk52763&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 15:47:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49194#M1922</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-03-29T15:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Save log from putty</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49234#M1923</link>
      <description>&lt;P&gt;You can record all your work within Putty.&lt;/P&gt;
&lt;P&gt;That said, you can run tcpdump&amp;nbsp;without output to the file (just print to the screen) and then just copy and paste from putty session log file.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2019 19:41:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49234#M1923</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2019-03-29T19:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Save log from putty</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49519#M1945</link>
      <description>&lt;P&gt;Thanks jt's work.&lt;/P&gt;&lt;P&gt;But i can't open the file in WIRESHARK.&lt;/P&gt;&lt;P&gt;The file don't match.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another question&amp;nbsp;&lt;/P&gt;&lt;P&gt;How i can run TCPDUMP for all the lan&lt;/P&gt;&lt;P&gt;I have 3 different lan&lt;/P&gt;&lt;P&gt;I run the script&lt;/P&gt;&lt;P&gt;TCPDUMP -i lan1&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And i get only the traffic on lan1&lt;/P&gt;&lt;P&gt;If I want to get all 3 lan in the log&lt;/P&gt;&lt;P&gt;What i need to write?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 04:20:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49519#M1945</guid>
      <dc:creator>hezi_angel</dc:creator>
      <dc:date>2019-04-02T04:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Save log from putty</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49589#M1946</link>
      <description>tcpdump only allows you to get traffic from one interface at a time.&lt;BR /&gt;However, unless you've got your LAN ports set on different networks, it should be sufficient to just get LAN1 as that should get them all.&lt;BR /&gt;If that's not happening, you can check with ifconfig what "bridge" interface to use (should be br0) and use that interface instead.&lt;BR /&gt;&lt;BR /&gt;If the LAN interfaces are truly on different networks, then you'll have to execute multiple tcpdump commands.</description>
      <pubDate>Tue, 02 Apr 2019 14:27:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49589#M1946</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-04-02T14:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Save log from putty</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49605#M1947</link>
      <description>There is no way to do that with tcpdump, you cannot use a screendump to move it to Wireshark, you need a raw file for that.&lt;BR /&gt;The only way to capture traffic from multiple interfaces is by using fw monitor and write to a file.</description>
      <pubDate>Tue, 02 Apr 2019 18:06:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49605#M1947</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2019-04-02T18:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Save log from putty</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49606#M1948</link>
      <description>&lt;P&gt;In fact, there is a way how to monitor all traffic via tcpdump:&lt;/P&gt;
&lt;PRE&gt;tcpdump -i any &amp;lt;YOUR_FILTER&amp;gt;&lt;/PRE&gt;
&lt;P&gt;This will scan all interfaces (included VLANs) to match your filter settings.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or just duplicate windows and perform tcpdump on separated interfaces in each session.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2019 18:10:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49606#M1948</guid>
      <dc:creator>JozkoMrkvicka</dc:creator>
      <dc:date>2019-04-02T18:10:32Z</dc:date>
    </item>
    <item>
      <title>Re: Save log from putty</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49622#M1949</link>
      <description>That might get some duplicate traffic, though.</description>
      <pubDate>Tue, 02 Apr 2019 21:21:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Save-log-from-putty/m-p/49622#M1949</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2019-04-02T21:21:47Z</dc:date>
    </item>
  </channel>
</rss>

