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 (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 Platforms > Nokia And IPSO
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2008-03-13
Junior Member
 
Join Date: 2006-05-04
Posts: 19
Rep Power: 0
tkalas has an average reputation (10+)
Default Logging

Hi Guys,

what happens when the manager disk space is filled up 100% with logs?..is this a very critical issue or will it just delete old logs?

What I really wantto know is what effect does it have on the enforcement modules?

Thanks
Reply With Quote
  #2 (permalink)  
Old 2008-03-13
Senior Member
 
Join Date: 2006-01-25
Posts: 1,005
Rep Power: 4
melipla has an average reputation (10+)
Default Re: Logging

My guess is, the smartcenter server dies, the enforcement gateways log locally until the smartcenter server is brought back online. That's for distributed. I shudder to think what happens if you're not distributed...
__________________
Its all in the documentation.
Reply With Quote
  #3 (permalink)  
Old 2008-03-14
Junior Member
 
Join Date: 2006-05-04
Posts: 19
Rep Power: 0
tkalas has an average reputation (10+)
Default Re: Logging

Thanks for your reply Melipla. I guess 2 questions come out of this;
  1. Does the server 'die' when the hardisk is filled with logs?
  2. What happens if the enforcement modules hardisk become filled with logs as a result of losing connections to the server?

A cisco firewall will just delete the oldest log and replace with the newest when faced with a similar situation. A colleaque mentioned that a checkpoint firewall will fail in this situation...i don't believe its true hence the need for clarity.

Your response(s) will be highly appreciated.
Reply With Quote
  #4 (permalink)  
Old 2008-03-14
Senior Member
 
Join Date: 2006-01-25
Posts: 1,005
Rep Power: 4
melipla has an average reputation (10+)
Default Re: Logging

Quote:
Originally Posted by tkalas View Post
A cisco firewall will just delete the oldest log and replace with the newest when faced with a similar situation. A colleaque mentioned that a checkpoint firewall will fail in this situation...i don't believe its true hence the need for clarity.
I've never seen a CP firewall with its disk full but my guess is that the CP management and enforcement servers would fail if that were to happen. The primary reason is that Cisco has a finite amount of disk space, they've been forced to address the "disk full" problem. Whereas CP has a variable amount of space & any good CP admin would manage their firewall / management server so that this situation did not occur.
__________________
Its all in the documentation.
Reply With Quote
  #5 (permalink)  
Old 2008-03-17
Junior Member
 
Join Date: 2008-03-10
Posts: 2
Rep Power: 0
phoenix_ikki has an average reputation (10+)
Default Re: Logging

Quote:
Originally Posted by tkalas View Post
Hi Guys,

what happens when the manager disk space is filled up 100% with logs?..is this a very critical issue or will it just delete old logs?

What I really wantto know is what effect does it have on the enforcement modules?

Thanks
The Smartcenter will still working normal but the logging will be written directly to the enforcement module (something which I prefer not to happen). To avoid this usually I set up the Log files and disk space management and order it to rewrite the old files when disk is full (in Smartcenter server Properties).
Reply With Quote
  #6 (permalink)  
Old 2008-03-18
Senior Member
 
Join Date: 2007-06-04
Posts: 1,099
Rep Power: 3
mcnallym has an average reputation (10+)
Default Re: Logging

I have seen a CP Firewall fill it's disk with logs, when a customer had failed to note that connectivity lost to the SMARTCenter and started logging locally.

The CP Firewall will fail and stop processing traffic if it's disk fills up.
Reply With Quote
  #7 (permalink)  
Old 2008-06-24
Junior Member
 
Join Date: 2006-05-16
Posts: 13
Rep Power: 0
srahman has an average reputation (10+)
Default Re: Logging

Hello, Please can someone help.

This query doesn't really relate to the above title, but I am looking to move the logs on a Windows NGX server to a differrent disk on the same server. Can anyone please tell me how to point the logging to another diskspace (i.e D:\ drive) instead of it's default on C:\...

Thank you.

kind regards,
Shaz
Reply With Quote
  #8 (permalink)  
Old 2008-06-24
Junior Member
 
Join Date: 2007-10-31
Location: Great Plains - USA
Posts: 9
Rep Power: 0
dbrown3611 has an average reputation (10+)
Default Re: Logging

A 3rd party support vendor provided me this procedure for a Win2003 box:

1. Add to registry a new string value of FWLOGDIR under the following registry location:
2.
FireWall-1 NG and NGX:

HKEY_LOCAL_MACHINE\SOFTWARE\CheckPoint\FW1\5.0

3. Create a new directory (for example C:\MyLogs) and define a String value named FWLOGDIR containing the log path (C:\MyLogs) under HKEY_LOCAL_MACHINE\SOFTWARE\CheckPoint\FW1\5.0

Note: The target path directory must exist prior to modifying the registry. In NGX, you should enter "6.0" in the path mentioned, instead of "5.0".

4. Reboot server.
Reply With Quote
  #9 (permalink)  
Old 2008-06-24
Senior Member
 
Join Date: 2006-09-26
Posts: 857
Rep Power: 3
cciesec2006 has an average reputation (10+)
Default Re: Logging

Quote:
Originally Posted by tkalas View Post
Thanks for your reply Melipla. I guess 2 questions come out of this;
  1. Does the server 'die' when the hardisk is filled with logs?
  2. What happens if the enforcement modules hardisk become filled with logs as a result of losing connections to the server?

A cisco firewall will just delete the oldest log and replace with the newest when faced with a similar situation. A colleaque mentioned that a checkpoint firewall will fail in this situation...i don't believe its true hence the need for clarity.

Your response(s) will be highly appreciated.
Cisco Firewall is "flash-based" technology and the log will be overwritten with
new one, depending on how much logging buffer size you set for it.
Reply With Quote
  #10 (permalink)  
Old 2008-06-24
Junior Member
 
Join Date: 2006-05-16
Posts: 13
Rep Power: 0
srahman has an average reputation (10+)
Default Re: Logging

Quote:
Originally Posted by dbrown3611 View Post
A 3rd party support vendor provided me this procedure for a Win2003 box:

1. Add to registry a new string value of FWLOGDIR under the following registry location:
2.
FireWall-1 NG and NGX:

HKEY_LOCAL_MACHINE\SOFTWARE\CheckPoint\FW1\5.0

3. Create a new directory (for example C:\MyLogs) and define a String value named FWLOGDIR containing the log path (C:\MyLogs) under HKEY_LOCAL_MACHINE\SOFTWARE\CheckPoint\FW1\5.0

Note: The target path directory must exist prior to modifying the registry. In NGX, you should enter "6.0" in the path mentioned, instead of "5.0".

4. Reboot server.
=====================

Thank you very very much :)
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:11.


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