How do I enable debug logging for IPSec? - 12 Apr 2000
John Savill
April 11, 2000
1 Min Read
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:
Start the registry editor (regedit.exe)
Move to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesPolicyAgent
From the Edit menu select New - Key
Enter a name of Oakley and click OK
Select the Oakley key and select New - DWORD value from the Edit menu
Enter a name of EnableLogging
Double click the new value and set to 1
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