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 > Installing And Upgrading
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2007-10-22
JohnMH JohnMH is offline
Member
 
Join Date: 2006-07-15
Posts: 68
Rep Power: 3
JohnMH has an average reputation (10+)
Default Installing NGX-R65-HFA02 remotely (running normally you're disconnected with FW down)

If anyone didn't notice 3 days after HFA01 HFA02 was posted on Checkpoint. (you have to search for it, just search for "R65" from download selector)

Don't forget to patch the management box first!

I manage allot of remote firewalls, most are SPLAT R65 (still have a couple of Windows 2003 based)

Hint for applying the patches:

SSH into the remote box. Expert mode
FTP the patch to a directory you create on /VAR (I used /var/NGX-R65-HFA02) VPN-1_R65_HFA_02_wrapper.SecurePlatform.tgz from an ftp server you use, I keep one for this purpose.
tar -xvzf VPN-1_R65_HFA_02_wrapper.SecurePlatform.tgz

CPSTOP (important, you lose SSH during cpstop that happens during patch if you don't do this and you won't be able to reboot remotely)

reconnect with SSH
expert mode
cd /var/NGX-R65-HFA02
./UnixInstallScript

reboot when it finishes. When it comes up everything is done.

also I would suggest you set "fw ctl set int fwtcpstr_max_window 60000"
to make it survive reboot:
in expert mode
cd $FWDIR/boot/modules
vi fwkern.conf
add the line "fwtcpstr_max_window=60000"
save
This one resolves an issue I have always had since NGX R60 with large file copies in a VPN connection from failing.
Reply With Quote
  #2 (permalink)  
Old 2007-10-23
lodown lodown is offline
Member
 
Join Date: 2006-05-05
Posts: 57
Rep Power: 3
lodown has an average reputation (10+)
Default Re: Installing NGX-R65-HFA02 remotely (runing normaly your disconnected with FW down)

I agree with the fwtcpstr_max_window change. We ran in to issues with websites developed on .net that caused large requests to timeout. Web requests would fail on a regular basis. By default the tcp streaming window on Windows XP/2003 is MSS x 44. On Windows 2000 it was generally set to 17,520. On SPLAT the default is 10240 on NGX. Because of this low setting, packets are actually dropped by the firewall, though no dropped packets show up as dropped in the log server. We determined that because the packets are being dropped at the OS level, not the firewall level, that nothing ever shows up in the logs. Only through debugs will you see the dropped packets.

The below change can be done via SSH script and will survive a reboot:

echo fwtcpstr_max_window=65536 > $FWDIR/boot/modules/fwkern.conf
fw ctl set int fwtcpstr_max_window 65536

Microsoft Knowledgebase Article on TCP Streaming Window:

Description of Windows 2000 and Windows Server 2003 TCP Features
Reply With Quote
  #3 (permalink)  
Old 2007-10-23
JohnMH JohnMH is offline
Member
 
Join Date: 2006-07-15
Posts: 68
Rep Power: 3
JohnMH has an average reputation (10+)
Default Re: Installing NGX-R65-HFA02 remotely (runing normaly your disconnected with FW down)

I even put in a request to Checkpoint that the default be changed to the higher number...

They said nobody else is having this issue... I don't know about anybody else but in my experience I have the problem all the time if this is not set to a larger number.

So they won't make it the default.

John
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 08:22.


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