| CPUG | |
| The Check Point User Group | |
| A Resource For The Check Point Community. Fast. Useful. Independent. | |
|
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
| How do I set this up on Windows 2000 R55? Was trying to add these values fw ctl set int fwconn_smart_conn_reuse 0 fw ctl set int fw_reuse_established_conn 15000 fw ctl set int fw_accept_syn_rst 15000 Am I not doing something correctly? I have created a key value "Globals", what am I putting in for the DWORD Value? I put in the "fw ctl set int fwconn_smart_conn_reuse" and then modified the value with decimal of 0, and did this for each of these. After running fw ctl get int "param" I am not getting these values to return back to me after a reboot. I'm guessing I'm not entering these values in correctly. Under registry key "HKLM\System\CurrentControlSet\Services\FW1\Parame ters", create a new key named "Globals". 2. Create a "DWORD Value" and assigned a parameter name under that key. 3. Modify new "<parameter name>" and set desired value data in "Edit DWORD Value" field. 4. Select "Hexadecimal or Decimal" for value. 5. Exit regedit. |
| |||
| Here is an example: to set this for surviving reboot: fw ctl set int fwtcpstr_max_window 60000 What you add to the registry is: HKEY_Local_MACHINE/HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services/FW1/Parameters/Globals DWord fwtcpstr_max_window 60000 (your putting too many things in the label...) John |
![]() |
| Thread Tools | |
| Display Modes | |
| |