Check Point community forum
February 07, 2012, 09:46:36 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News:
 
  Home   Forum   Help Search Login Register   **
Welcome, Guest. Please login or register.
Did you miss your activation email?
February 07, 2012, 09:46:36 PM

Login with username, password and session length
Pages: [1]
  Print  
Author Topic: TCP packet out of state: First packet isn't SYN tcp_flags: SYN-ACK  (Read 10382 times)
rockysam39
Newbie
*
Posts: 16


« on: May 22, 2008, 08:00:46 AM »

I have been getting a lot of dropped packets which are not getting dropped by any rule, but the Information states - "TCP packet out of state: First packet isn't SYN tcp_flags: SYN-ACK".

I searched on various other Forums where it says - "allow such packets to go through (and thus reduce your security level) go to Global Properties, Stateful Inspection and then remove the tick mark next to "Drop out of state TCP packets", install the policy."

Can this be done?
What are the security risk involved if this is done?
N.B.:- We are running  a Resilience Ndurant 20 Box.

I would really appreiciate if anyone can advise.
Logged
juve
Administrator
Jr. Member
*****
Posts: 92


« Reply #1 on: May 22, 2008, 09:26:24 AM »

Are the drops on one specific service or on all services? Sometimes increasing the session timeout is also a solution to the drops.

You can also add an entry to the user.def that will allow out of state packets
for one service. This way you don't need to enable it in the general propoerties

example :

deffunc user_accept_non_syn() {
( /* allow only non-http connections to start with a non-SYN packet */
(dport!=80, sport!=80) or 0
)
};

Off course you can replace 80 with another service.
« Last Edit: May 22, 2008, 09:30:00 AM by juve » Logged
Pages: [1]
  Print  
 
Jump to:  

Recent
[December 20, 2011, 07:35:00 AM]

[August 11, 2011, 07:07:19 AM]
Members
Total Members: 226
Latest: mkouzuma
Stats
Total Posts: 183
Total Topics: 76
Online Today: 10
Online Ever: 21
(February 06, 2009, 02:31:43 PM)
Users Online
Users: 0
Guests: 10
Total: 10
Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines
TinyPortal v0.9.8 © Bloc
Valid XHTML 1.0! Valid CSS!