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 sign-ups from twelve different countries!
2. CCSA/CCSE One-Week Dual-Certification Training Course with CPUG in San Francisco!
    Courses Starting 7/14, 8/25, 10/6, 11/3, 12/8, (2009) 1/19, 2/9, 3/9, 4/6, 5/4, 6/8.
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 2008-02-20
Brentd Brentd is offline
Member
 
Join Date: 2006-09-25
Posts: 42
Rep Power: 0
Brentd has an average reputation (10+)
Default Dynamic objects...Have I got the wrong idea

Hi all

I had thought that a dynamic object could be used to reference a name that would be automatically resolved by the GW which seems partially true from my research.

I actually wanted the object to be resolved by either DNS or a hosts file at the firewall but the more I read, the more I have found the IP address ranges are defined by the dynamic_objects command on the firewall...

Can someone please tell me if I am missing something here and whether it is actually possible to resolve these names automatically?

Thanks
Brent
Reply With Quote
  #2 (permalink)  
Old 2008-02-20
Thorpuse Thorpuse is offline
Senior Member
 
Join Date: 2007-07-16
Posts: 323
Rep Power: 1
Thorpuse has an average reputation (10+)
Default Re: Dynamic objects...Have I got the wrong idea

Nope. That's about right - you need to use the dynamic_objects command on the gateway to prepare the objects that will be resolved by the dynamic object. This will not be based on NDS or hosts files.

CP should put this in the SmartDashboard. Manually configuring files on gateways is sooo Cisco... :)
Reply With Quote
  #3 (permalink)  
Old 2008-03-10
mcarey mcarey is offline
Member
 
Join Date: 2006-05-08
Posts: 60
Rep Power: 3
mcarey has an average reputation (10+)
Default Re: Dynamic objects...Have I got the wrong idea

So I want to create a Global rule that allows my "Admin-Subnet" HTTPS and SSH access to the firewall itself.

I was hoping to have the rule as:

Source: Admin-Subnet
Destination: DynamicObject_Firewall

So instead of creating a group with all the firewalls in it, I have one Dynamic Object that recognizes when the global policy is on Firewall A, the destination would be to Firewall A. That way, when a new security gateway is added to SmartDashboard, it is already inherently in that Dynamic Object, I don't have to add it to a Simple Group.

It sounds like I would have to go to each firewall and add a host entry that is

DynamicObject_Firewall 10.1.1.1 (or whatever that specific firewall Management IP address is?)

Doesn't this just move all the work from the SmartDashboard to the secure gateway itself?
Reply With Quote
  #4 (permalink)  
Old 2008-03-10
Brentd Brentd is offline
Member
 
Join Date: 2006-09-25
Posts: 42
Rep Power: 0
Brentd has an average reputation (10+)
Default Re: Dynamic objects...Have I got the wrong idea

It actually seems like we are doing work on both the dashboard and the firewall as well...

I get the point, I guess, that we could add/update to the dynamic object on the firewall via a script and hence make a change without having to push a policy (in my testing it picks up the new info after a few minutes automatically) and this could be useful in some cases, but I really wanted to have something that was automatically resolved because a certain IP might be allocated by DHCP but the FQDN always remains the same, hence the rule containing the FQDN would always be correct (if DNS was updated fast enough). I guess this is out of the question after hearing this discussion? The only way I could see to do this was to have a script determine there has been a change to the allocated IP and automatically modify the dyn obj on the firewall?

Thanks for all the help!
Brent
Reply With Quote
  #5 (permalink)  
Old 2008-03-11
mcnallym mcnallym is offline
Senior Member
 
Join Date: 2007-06-04
Posts: 857
Rep Power: 2
mcnallym has an average reputation (10+)
Default Re: Dynamic objects...Have I got the wrong idea

This isn't what dynamic objects are for!


mcarey

For what you want then it is much much simpler to define a simple group and then simply add the firewall object to that group.

It is much simpler then having to login to the cli of the box and define the object for the box. These are not host entries but are defined in the same way as the ISP-A and ISP-B objects for ISP Redundancy.

dynamic_objects -n DYN_ISP_A
dynamic_objects -o DYN_ISP_A -r 0.0.0.0 0.0.0.0 -a

Is how you define dynamic objects.

If you want it too look at a DNS Server or host entry, then you would need to define as a domain object, in which case it will lookup in DNS/Host File to resolve the object.

Check Point normally suggest that don't use Domain Objects as resource intensive, also every time the rule is looked at then it will perfrm a lookup.


The idea of dynamic objects is for SMARTLSM and Robo Gateways where you can define an internal_net object and use as a rule pushed to all robo gateways.

ie

Internal_Net

dynamic_objects -n Internal_Net
dynamic_objects -o DYN_ISP_A -r 10.40.10.0 255.255.255.0 -a

on one box and then

dynamic_objects -n Internal_Net
dynamic_objects -o DYN_ISP_A -r 10.50.10.0 255.255.255.0 -a

on a second etc.

You would then use as

Src = Internal_Net
Dst = Any
Srv = http, https,
Action = Accept

Which is pushed to each robo gateway and it looks at it's own local definition for what Internal_Net is.

Last edited by mcnallym; 2008-03-11 at 10:40.
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 15:47.


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