CPUG

The Check Point User Group

A Resource For The Check Point Community.  Fast.  Useful.  Independent.

1. CCSA or CCSE One-Week Certification Training Courses with CPUG in Beautiful San Francisco!
    Courses Starting (2010) 4/12, 5/10, 6/7, 7/12.
2. Save the Date!  CPUG CON 2010 EUROPE, the User Conference in Switzerland, September 20th-22nd, 2010!
3. Join Our CPUG Groups On LinkedIn, Facebook, and Ning.  See Our Channel on YouTube.


Go Back   CPUG: The Check Point User Group > Check Point Firewall-1/VPN-1 Platforms > Check Point SecurePlatform (SPLAT)
Register Projects FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2009-06-21
Senior Member
 
Join Date: 2008-11-23
Location: China
Posts: 111
Rep Power: 2
shmilyh has an average reputation (10+)
Default Does this tcpdump result has any error?

[Expert@FW_02]# tcpdump -i eth2 | grep 192.168.32.133

tcpdump: listening on eth2

11:34:15.634355 192.168.32.133.8801 > 220.199.6.27.34839: S 473200359:473200359(0) ack 3483590450 win 5840 <mss 1460> (DF)

11:34:15.686266 220.199.6.27.34839 > 192.168.32.133.8801: . ack 1 win 65535

11:34:16.967105 220.199.6.27.34839 > 192.168.32.133.8801: P 1:62(61) ack 1 win 65535



11:34:27.835336 192.168.32.133.8801 > 220.199.6.27.34839: S 473200359:473200359(0) ack 3483590450 win 5840 <mss 1460> (DF)

11:34:27.892991 220.199.6.27.34839 > 192.168.32.133.8801: . ack 1 win 65535

11:34:29.025712 220.199.6.27.34839 > 192.168.32.133.8801: P 1:62(61) ack 1 win 65535

11:34:51.836525 192.168.32.133.8801 > 220.199.6.27.34839: S 473200359:473200359(0) ack 3483590450 win 5840 <mss 1460> (DF)

11:34:51.890920 220.199.6.27.34839 > 192.168.32.133.8801: . ack 1 win 65535

11:34:53.188050 220.199.6.27.34839 > 192.168.32.133.8801: P 1:62(61) ack 1 win 65535

11:34:57.993611 220.199.6.27.34839 > 192.168.32.133.8801: R 62:62(0) ack 1 win 65535
Sorry,I am not familiar with this tool,would you pls help me to analyse
it?It would be great if you could tell me how to analyse it.Thanks.
Reply With Quote
  #2 (permalink)  
Old 2009-06-21
Senior Member
 
Join Date: 2006-07-28
Location: New Zealand
Posts: 1,649
Rep Power: 5
northlandboy has an average reputation (10+)
Default Re: Does this tcpdump result has any error?

Rather than running tcpdump | grep <IP>, it's much more efficient to use the tcpdump filters - e.g. tcpdump -i eth2 host 192.168.32.133

But that session looks OK to me. Read up on how TCP works. Notice that you've got communications going in both directions there, with SYN, ACK, PUSH and RST packets - that shows that there is a valid path right through.

Typical firewall problem might show up as only SYNs coming from one side, with no reply. Or occasionally if there's a reply routing problem, you might have a SYN from one side, a SYN/ACK in return, but then no follow up ACK.
Reply With Quote
  #3 (permalink)  
Old 2009-06-21
Senior Member
 
Join Date: 2007-04-10
Location: India
Posts: 224
Rep Power: 3
gavvys has an average reputation (10+)
Send a message via Yahoo to gavvys
Default Re: Does this tcpdump result has any error?

yeah TCPDUMP is a good tool to monitor the traffic, keep in mind the flags you will get e better view of the traffic.Also you can see the traffic in fw monitor on the Firewall itself to check how packets are coming and going out on the interfaces but use fw monitor in critical issue, it creates load on cpu.
There are several books on the internet that will help you regarding the tcpdum tool.

regards
Reply With Quote
  #4 (permalink)  
Old 2009-06-22
Senior Member
 
Join Date: 2008-11-23
Location: China
Posts: 111
Rep Power: 2
shmilyh has an average reputation (10+)
Default Re: Does this tcpdump result has any error?

Thanks for your reply,I will read some books about it,thanks
Reply With Quote
  #5 (permalink)  
Old 2009-06-30
Member
 
Join Date: 2006-06-28
Posts: 80
Rep Power: 4
Adam Carter has an average reputation (10+)
Default Re: Does this tcpdump result has any error?

RST packets mean that the session has been killed off suddenly rather than closed down cleanly (in which case you would see FINs instead). Investigate the side that's sending the RSTs first. IIRC hitting stop in a web browser causes and RST - is the service on 8801 a web server or proxy?
Reply With Quote
  #6 (permalink)  
Old 2009-07-22
Junior Member
 
Join Date: 2009-07-16
Posts: 3
Rep Power: 0
swezwho has an average reputation (10+)
Default Re: Does this tcpdump result has any error?

Something else to keep in mind with tcpdump... Like fw monitor, it can bog things down sometimes, say on a particularly busy system for instance. Just keep an eye on the cpu load while you're using it.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -7. The time now is 06:19.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2