CPUG

The Check Point User Group

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

1. Come to CPUG CON 2008 EUROPE in Switzerland on September 8th - 9th!
    Two days full of technical content for Check Point administrators in the beautiful Swiss Alps!
    We already have 72 attendees signed up from 20 countries!
2. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 10/6, 11/3, 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8, 7/6, 8/3, 9/7.
3. Corrent S3500 SecureXL Turbocards For Sale - Last Six Remaining - Get Your Spares!
4. Join Us On LinkedIn - We now have a CPUG group.


Go Back   CPUG: The Check Point User Group > Check Point Firewall-1/VPN-1 And Related Products > Miscellaneous
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2006-01-29
ashman74 ashman74 is offline
Junior Member
 
Join Date: 2006-01-29
Posts: 6
Rep Power: 0
ashman74 has an average reputation (10+)
Default Rule 995

Hi All,

Can someone tell me what rule 995 is ? I came across this alert when attempting to apply a policy to allow a one way trust across two domains. It suggested that it was an implied rule and flagged up the out of state packet error.

Thanks.
Reply With Quote
  #2 (permalink)  
Old 2006-01-29
chillyjim chillyjim is offline
Senior Member
 
Join Date: 2005-08-29
Location: Upstate NY
Posts: 1,632
Rep Power: 5
chillyjim has an average reputation (10+)
Send a message via AIM to chillyjim Send a message via Skype™ to chillyjim
Default Re: Rule 995

It's DCE-RPC drops. See sk30893 for the "fix"
Reply With Quote
  #3 (permalink)  
Old 2006-01-31
ashman74 ashman74 is offline
Junior Member
 
Join Date: 2006-01-29
Posts: 6
Rep Power: 0
ashman74 has an average reputation (10+)
Default Re: Rule 995

Thanks Jim. Unfortunately I cannot get access to it. Is anyone generous enough to divulge in this information. I'd be very grateful.

Last edited by ashman74; 2006-01-31 at 04:09.
Reply With Quote
  #4 (permalink)  
Old 2006-02-08
Huisje Huisje is offline
Junior Member
 
Join Date: 2005-11-10
Posts: 17
Rep Power: 0
Huisje has an average reputation (10+)
Default Re: Rule 995

I find myself in a similar position. Since yesterday I have traffic between 2 domain controllers being dropped by rule 995.

On SK we find:

Active Directory Replication traffic fails through Security Gateway, with drops on rule 995
Symptoms:
·Connection drops on rule 995 for DCE-RPC traffic in SmartView Tracker
·Rule 997 drops in SmartView Tracker
·ID: sk30893 ·Product: VPN-1 Pro (VPN-1/FW-1) ·Version: NG AI ·Type: Issues ·Access: Advanced

But I only have an Enterprise Software Subscription at CP, apparently you need a specific support contract too?

Is anybody able to tell us what's being explained in sk30893 or should I not be asking that?

kind regards,

Kevin
Reply With Quote
  #5 (permalink)  
Old 2006-02-08
Huisje Huisje is offline
Junior Member
 
Join Date: 2005-11-10
Posts: 17
Rep Power: 0
Huisje has an average reputation (10+)
Default Re: Rule 995

I found the following post elsewhere:

"
I had the same problem and called support. Below is what they gave me
and it worked.

1) On the SmartCenter Server, stop the firewall services by typing at
prompt: cpstop
2) Back up the $FWDIR/lib/dcerpc.def file.
3) Edit the dcerpc.def file.

Original
#define NO_ENFORCE_CNTX_NUM 0


Modified
#define NO_ENFORCE_CNTX_NUM 1


4) Save changes and close the dcerpc.def file.
5) Start the firewall services by typing at prompt: cpstart
6) Log into SmartDashboard, and install the Security Policy.
"

This helped a few people resolve this issue.

I'm more interested in understanding what is causing it than a fix though.

kind regards,

Kevin
Reply With Quote
  #6 (permalink)  
Old 2006-02-08
Lackie Lackie is offline
Senior Member
 
Join Date: 2005-08-22
Location: Ottawa, Canada
Posts: 347
Rep Power: 4
Lackie has an average reputation (10+)
Default Re: Rule 995

Quote:
Originally Posted by Huisje
I'm more interested in understanding what is causing it than a fix though.
Stateful Inspection checks executed as defined in the $FWDIR/lib/dcerpc.def file. Or packets that contain DCERPC data (continuation packets that do not start a new datagram) may begin with a sequence that is too similar to the beginning of a DCERPC Alter Context packet, and be considered invalid.

To resolve Active Directory Replication traffic failure and eliminate packets that contain DCERPC data from being considerd "Alter Context", modify the dcerpc.def file on the SmartCenter Server.
Reply With Quote
  #7 (permalink)  
Old 2006-05-04
maurox maurox is offline
Member
 
Join Date: 2005-11-17
Location: Italy
Posts: 82
Rep Power: 3
maurox has an average reputation (10+)
Default Re: Rule 995

I tried this solution in R55 and worked...changing the same parameters on NGX R61 or R60it noting works...
Does anyone tried this solution with these releases ?
Maurox
Reply With Quote
  #8 (permalink)  
Old 2006-05-30
Tim.dyke@worksafebc.com Tim.dyke@worksafebc.com is offline
Junior Member
 
Join Date: 2006-05-30
Posts: 1
Rep Power: 0
Tim.dyke@worksafebc.com has an average reputation (10+)
Default Re: Rule 995

We are having the 995 drop issue, however it is from the SecureClient while they are NOT CONNECTED "ie, connected locally to the LAN through the ethernet interface)

When they connunicate to a Windows Server 2003 SP1, the server tries to make a connection to the client and is dropped on 995.
The client does not have a dcerpc.def file so we cannot apply thie fix.

Has anyone experienced this

Thanks
Reply With Quote
  #9 (permalink)  
Old 2006-06-02
obelix obelix is offline
Junior Member
 
Join Date: 2006-06-02
Posts: 1
Rep Power: 0
obelix has an average reputation (10+)
Default Re: Rule 995

Quote:
Originally Posted by Tim.dyke@worksafebc.com
We are having the 995 drop issue, however it is from the SecureClient while they are NOT CONNECTED "ie, connected locally to the LAN through the ethernet interface)
We are seeing this with SecureClient (NGX R60 Build 191) when LAN connected, though we are seeing a Reject, as opposed to a drop, on Rule 995 for epmap/135. This occurs immediately after an Accept from the same sourceAddr/port combination!

Thoughts anyone?
Reply With Quote
  #10 (permalink)  
Old 2006-06-14
msabena msabena is offline
Junior Member
 
Join Date: 2006-06-14
Posts: 3
Rep Power: 0
msabena has an average reputation (10+)
Default Re: Rule 995

We are having the exact same problem with the secureclient.
Our support asked us to uncheck everything under RPC on the smartdefense but it did'nt help.
Has anyone been able to work it out.
Thanks.
Reply With Quote
  #11 (permalink)  
Old 2006-06-21
Tetaworx Tetaworx is offline
Member
 
Join Date: 2006-01-04
Location: Germany
Posts: 36
Rep Power: 0
Tetaworx has an average reputation (10+)
Send a message via ICQ to Tetaworx
Default Re: Rule 995

Quote:
Originally Posted by obelix
We are seeing this with SecureClient (NGX R60 Build 191) when LAN connected, though we are seeing a Reject, as opposed to a drop, on Rule 995 for epmap/135. This occurs immediately after an Accept from the same sourceAddr/port combination!

Thoughts anyone?
We, too, have the exactly same issue. (SC, NGX R60 HFA1 Version: 019) Our support-team, too, is currently investigating this issue.

Obviously disabling any options ralated to DCE in SmarDefense does not help, because these options are only applied to the central gateway, but not to the SecureClient, aren't they?

The issue seems to be quite critical, because our Windows AD group policies are not able to getting deployed this way!

Isn't there any possibility to centrally disable certain SD-features for the SC?

***

Has anyone yet tried the solution from MS AD replication across firewall ? Creating a service matching port 135 and allowing this service explicitly ? I'll try out tomorrow...

Last edited by Tetaworx; 2006-06-21 at 12:31.
Reply With Quote
  #12 (permalink)  
Old 2006-06-21
RayPesek RayPesek is offline
Senior Member
 
Join Date: 2006-03-19
Location: Northern Ohio
Posts: 873
Rep Power: 3
RayPesek has an average reputation (10+)
Default Re: Rule 995

There's a new SK article that says to call Check Point support. They can provide a hotfix to fix this in SecureClient NGX R60 HFA1, the latest publicly posted version.

Ray
Reply With Quote
  #13 (permalink)  
Old 2006-06-21
RayPesek RayPesek is offline
Senior Member
 
Join Date: 2006-03-19
Location: Northern Ohio
Posts: 873
Rep Power: 3
RayPesek has an average reputation (10+)
Default Re: Rule 995

"sk31818 - DCE-RPC connections to or from Windows 2003 Server SP1 dropped by SecuRemote/SecureClient due to rule 995"

It happens whether SC is connected or not.

Ray
Reply With Quote
  #14 (permalink)  
Old 2006-06-21
Tetaworx Tetaworx is offline
Member
 
Join Date: 2006-01-04
Location: Germany
Posts: 36
Rep Power: 0
Tetaworx has an average reputation (10+)
Send a message via ICQ to Tetaworx
Default Re: Rule 995

That's interesting.

Can someone quote the sk31818 here? Advanced Access is needed :-/
Reply With Quote
  #15 (permalink)  
Old 2006-06-22
Tetaworx Tetaworx is offline
Member
 
Join Date: 2006-01-04
Location: Germany
Posts: 36
Rep Power: 0
Tetaworx has an average reputation (10+)
Send a message via ICQ to Tetaworx
Default Re: Rule 995

The workaround did not work for me.

We're waiting for the hotfix from our supportpartner.

Has anyone been able to resolve this issue, yet?
Reply With Quote
  #16 (permalink)  
Old 2006-10-21
Jason777 Jason777 is offline
Junior Member
 
Join Date: 2006-10-19
Posts: 6
Rep Power: 0
Jason777 has an average reputation (10+)
Default Re: Rule 995

It didn't work for me either.

Jason.
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 11:10.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0