CPUG: The Check Point User Group

Resources for the Check Point Community, by the Check Point Community.


First, I hope you're all well and staying safe.
Second, I want to give a "heads up" that you should see more activity here shortly, and maybe a few cosmetic changes.
I'll post more details to the "Announcements" forum soon, so be on the lookout. -E

 

Results 1 to 5 of 5

Thread: I only see syn packets when I do a capture

  1. #1
    Join Date
    2012-05-27
    Posts
    4
    Rep Power
    0

    Default I only see syn packets when I do a capture

    Hi,

    I'm new to checkpoint and fw monitor. I read the "How to use fw monior" pdf from checkpoint and I know how to move around in the ctl chain with -m and -p, save to a file, and I have my Wireshark all setup to show the interface and capture points. But I still have some qestions, first for a VSX firewall if I know the src and dst ip addresses is there any reason to use the -v option? And my main question, what am I doing wrong? I use a cmd line such as "fw monitor -e 'accept host(192.168.1.10);'" but all I see are syn packets comming from the host but I know the connection works, so why can't I capture the whole connection? I know the pdf is out of date but I can't even bring up the help screen ("fw ?" shows there should be a "fw monitor -h" command but when I try it says unknown command "-h"). The firewall is in bridge mode could that be an issue?

    I just found out that the Gaia install has tcpdump on it and I figured out the interfaces (I used fw monitor to find the int) and it captures the whole conversation, but where in the chain is it listening?

    Thanks in advance for any help.

    Tom

  2. #2
    Join Date
    2009-04-14
    Location
    Ohio
    Posts
    405
    Rep Power
    15

    Default Re: I only see syn packets when I do a capture

    Let me guess, you're running SecureXL? SecureXL always messes with "fw monitor" captures due to the nature of SecureXL acceleration. The only thing you can use to packet captures with SecureXL enabled is tcpdump. I'm not sure where tcpdump sits in the processing chain.

  3. #3
    Join Date
    2012-05-27
    Posts
    4
    Rep Power
    0

    Default Re: I only see syn packets when I do a capture

    Thanks Bmolnar, yes we are running SecureXL. At least that tells me I'm not crazy or completely inept, not completly anyway.

    Tom

  4. #4
    Join Date
    2012-09-28
    Posts
    13
    Rep Power
    0

    Default Re: I only see syn packets when I do a capture

    Hi,

    Try desactivate acceleration with "fwaccel off" if there is no high CPU in your system. Tcpdump also will work except in certains scenarios (some internal interfaces in Crossbeam, for instance).

    Greetings

    JRRR

  5. #5
    Join Date
    2009-04-30
    Location
    Colorado, USA
    Posts
    2,252
    Rep Power
    18

    Default Re: I only see syn packets when I do a capture

    Quote Originally Posted by jrrodrigo View Post
    Hi,

    Try desactivate acceleration with "fwaccel off" if there is no high CPU in your system. Tcpdump also will work except in certains scenarios (some internal interfaces in Crossbeam, for instance).

    Greetings

    JRRR
    Turning off SecureXL can have a dramatic impact on firewall performance if you are relying on auto-affinity to distribute IRQ processing since when SecureXL is disabled all IRQ processing is slammed onto CPU 0 which will almost certainly not be able to keep up on busier networks and you will pile up RX-DRPs. Some little-known commands allow you to disable SecureXL per interface:

    sim if
    (to verify ethX interface is accelerated, last digit of F column should be 1 if accelerated)

    sim nonaccel -s ethX

    (disable acceleration just on interface ethX)

    fwaccel off;fwaccel on
    (Restart SecureXL to make change take effect - yes SecureXL will be off for an instant but that is far better than leaving it off for the duration of your capture)

    sim if
    (to verify ethX interface is not accelerated, last digit of F column should be 0 if non-accelerated)

    (run capture on ethX)

    sim nonaccel -c ethX
    (enable acceleration for ethX)

    fwaccel off;fwaccel on

    sim if
    (to verify ethX interface is accelerated once again, last digit of F column should be 1 if accelerated)
    Last edited by ShadowPeak.com; 2014-11-18 at 13:52.

Similar Threads

  1. VMAC mode issue - Duplication of SYN packets
    By Kishin Fatnani in forum Clustering (Security Gateway HA and ClusterXL)
    Replies: 0
    Last Post: 2011-10-28, 08:52
  2. how to capture checkpoint config in txt format
    By rajasbha in forum Check Point SecurePlatform (SPLAT)
    Replies: 3
    Last Post: 2010-09-17, 07:35
  3. Traffic Capture
    By luisrocha in forum Nortel ASF/NSF
    Replies: 2
    Last Post: 2009-08-25, 06:02
  4. How to: SecureClient Debug and Packet Capture
    By lammbo in forum SecureClient/SecuRemote
    Replies: 0
    Last Post: 2009-03-17, 10:52
  5. Packet capture in Firewall Logs?
    By jchrisos in forum SmartView Tracker
    Replies: 5
    Last Post: 2006-09-26, 16:47

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •