CPUG

The Check Point User Group

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

1. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8, 7/6, 8/3.
2. 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 > SecureClient/SecuRemote
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2008-03-04
Member
 
Join Date: 2007-03-08
Posts: 92
Rep Power: 2
Spacetrucker has an average reputation (10+)
Default UDP drops on high ports from email server?

My SC logs show drops from the public ip address of our email server to my laptop's private ip address. Here's the details.
Action-drop; Direction-Inbound; Service-1172; Source-PublicIPAddr; Dest-PrivateIPAddr; Protocol-UDP; S_Port30189

Why would the public ip address of our email server show up in the log files?
I thought once the vpn connected, I would only see the private ip addresses.
And, what's the story on these udp drops on the high ports? I've seen them mentioned in some other threads.
Reply With Quote
  #2 (permalink)  
Old 2008-03-04
Senior Member
 
Join Date: 2006-04-30
Location: Europe, Germany
Posts: 153
Rep Power: 3
dsb.nepo has an average reputation (10+)
Default Re: UDP drops on high ports from email server?

I guess you use Exchange/Outlook.
Exchange sends periodicaly udp packets to the client to notify about new mails ...

Please check the following.
The network/exchange should have no nat to the SC network (maybe create an explizit rule for NoNat).
At the Desktop Rule check that this packet is allowed to your SC_Users@ with option encrypt
Reply With Quote
  #3 (permalink)  
Old 2008-03-05
Member
 
Join Date: 2007-03-08
Posts: 92
Rep Power: 2
Spacetrucker has an average reputation (10+)
Default Re: UDP drops on high ports from email server?

Quote:
Originally Posted by dsb.nepo View Post
I guess you use Exchange/Outlook.
Exchange sends periodicaly udp packets to the client to notify about new mails ...

>>Your right we are using Exchange/Outlook.

Please check the following.
The network/exchange should have no nat to the SC network (maybe create an explizit rule for NoNat).
At the Desktop Rule check that this packet is allowed to your SC_Users@ with option encrypt
>>Would you show me how to create these two rules? I don't understand what you mean.

I thought that once the vpn tunnel was established that no nat would come into play. So I'm confused by this 'no nat to the SC network'.
Reply With Quote
  #4 (permalink)  
Old 2008-03-05
Member
 
Join Date: 2007-03-08
Posts: 92
Rep Power: 2
Spacetrucker has an average reputation (10+)
Default Re: UDP drops on high ports from email server?

Quote:
Originally Posted by Spacetrucker View Post
>>Would you show me how to create these two rules? I don't understand what you mean.

I thought that once the vpn tunnel was established that no nat would come into play. So I'm confused by this 'no nat to the SC network'.
dsb.nepo,

I found an example of the desktop rule in one of your reply's to another thread. I could still use an example of the 'no nat to the SC network' rule though.
Reply With Quote
  #5 (permalink)  
Old 2008-03-05
Member
 
Join Date: 2007-03-08
Posts: 92
Rep Power: 2
Spacetrucker has an average reputation (10+)
Default Re: UDP drops on high ports from email server?

dsb.nepo,

I added this inbound desktop rule, but I still see the drops.
Src---------------Dest--------------Service--------------Action
ExchangeSrv------SC@Any----------UdpHighPorts---------Encrypt

Check me if I'm wrong, but my first inbound rule should do the same thing.
Src---------------Dest--------------Service--------------Action
InternalSubnets---SC@Any-----------Any-----------------Encrypt

I'm guessing I need the 'no nat rule' you speak of. I could create a host object with the public ip address of the Exchange server and then create a desktop rule that allows that particular address through. But that seems a bit risky.
Reply With Quote
  #6 (permalink)  
Old 2008-03-05
Senior Member
 
Join Date: 2006-04-30
Location: Europe, Germany
Posts: 153
Rep Power: 3
dsb.nepo has an average reputation (10+)
Default Re: UDP drops on high ports from email server?

Quote:
Check me if I'm wrong, but my first inbound rule should do the same thing.
Src---------------Dest--------------Service--------------Action
InternalSubnets---SC@Any-----------Any-----------------Encrypt
The problem will be that 'udp-high-ports' have not the 'Match for Any' flag, so use a dedicated expizit rule.

I guess that you use 'automatic nat' rules?
Test the following.
If your Virtual SecurClient Network is for example 192.168.100.1/24 create a manual Nat rule like this as the first rule
Code:
Src         Dest             Service | Source  Dest    Service
IntNet   Net_192.168.100-24   Any    | =orig   =orig   =orig
For a first check use only the exchange object in the nat rule and watch the logs at the firewall and the desktop
Reply With Quote
  #7 (permalink)  
Old 2008-03-06
Senior Member
 
Join Date: 2006-01-25
Posts: 926
Rep Power: 3
melipla has an average reputation (10+)
Default Re: UDP drops on high ports from email server?

Quote:
Originally Posted by dsb.nepo View Post
I guess you use Exchange/Outlook.
Exchange sends periodicaly udp packets to the client to notify about new mails ...
I've found that the new mail notification works even when these packets are dropped.
__________________
Its all in the documentation.
Reply With Quote
  #8 (permalink)  
Old 2008-03-06
Member
 
Join Date: 2007-03-08
Posts: 92
Rep Power: 2
Spacetrucker has an average reputation (10+)
Default Re: UDP drops on high ports from email server?

Quote:
Originally Posted by melipla View Post
I've found that the new mail notification works even when these packets are dropped.
dsb.nepo - Thanks for the manual nat rule detail and advice. I'll try this and get back to you.

Melipla - Are you saying that I shouldn't be too concerned about the dropped udp-high-port packets?
Reply With Quote
  #9 (permalink)  
Old 2008-03-06
Senior Member
 
Join Date: 2006-04-30
Location: Europe, Germany
Posts: 153
Rep Power: 3
dsb.nepo has an average reputation (10+)
Default Re: UDP drops on high ports from email server?

Quote:
I've found that the new mail notification works even when these packets are dropped.
Yes thats right but this comes from the client polling (if i remember every 5min per default setting)
Maybe this is from interest: No way to configure port for UDP new mail notification packets
Reply With Quote
  #10 (permalink)  
Old 2008-03-06
Senior Member
 
Join Date: 2006-01-25
Posts: 926
Rep Power: 3
melipla has an average reputation (10+)
Default Re: UDP drops on high ports from email server?

Quote:
Originally Posted by Spacetrucker View Post
Are you saying that I shouldn't be too concerned about the dropped udp-high-port packets?
Yes, that is what I'm saying. We use Outlook/Exchange 2007 and I receive notifcation instantly.
__________________
Its all in the documentation.
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 14:26.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0