How do I enable debug logging for IPSec? - 12 Apr 2000

John Savill

April 11, 2000

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. A. Its possible to enable logging for IPSec which will result in logsbeing written to the %systemroot%debugoakley.log by performing the followingregistry change:

  1. Start the registry editor (regedit.exe)

  2. Move to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesPolicyAgent

  3. From the Edit menu select New - Key

  4. Enter a name of Oakley and click OK

  5. Select the Oakley key and select New - DWORD value from the Edit menu

  6. Enter a name of EnableLogging

  7. Double click the new value and set to 1

  8. Close the registry editor

Restart the policy agent

C:> net stop policyagent
C:> net start policyagent

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like