Troubleshooting IPsec Issues Using Netsh Wfp
New in Windows 7 is the netsh wfp command context, which can be used for advanced troubleshooting of IPsec issues in conjunction with Microsoft Customer Support Services (CSS). This new Netsh context replaces the Microsoft IPsec Diagnostic Tool (Wfputil.exe), which can be obtained for previous versions of Windows from the Microsoft Download Center. To use netsh wfp for troubleshooting an IPsec communications issue that you are experiencing on a computer, follow these steps:
- Type netsh wfp capture start at a command prompt to begin capturing real-time IPsec diagnostic information on the computer.
- Reproduce the IPsec communications problem you have been experiencing on the computer.
- Type netsh wfp capture stop to stop tracing.
The result of performing these steps is a WfpDiag.cab file located in the current directory from which the command was run. This .cab file contains an Event Trace Log (ETL) file named WfpDiag.etl and a corresponding Extensible Markup Language (XML) file named WfpDiag. xml, which contain detailed information collected during the trace. Once you have collected this information, you can send it to Microsoft support personnel, who can decode the information and help you troubleshoot your issue.
Note You can use the netsh trace convert wfpdiag.etl file_name.txt command to convert a binary ETL file into human-readable plain-text format after you have extracted the ETL file from the .cab file.
In this tutorial:
- Configuring Windows Firewall and IPsec
- Understanding Windows Firewall with Advanced Security
- Improvements to Windows Firewall Introduced Previously in Windows Vista
- Additional Improvements to Windows Firewall in Windows 7
- Understanding the Windows Filtering Platform
- Windows Firewall and the Startup Process
- Understanding Windows Service Hardening
- Understanding Service SIDs
- Windows Firewall and WSH
- Windows Firewall and Service Triggers
- Understanding Multiple Active Firewall Profiles
- Understanding Rules
- Understanding Firewall Rules
- Inbound vs . Outbound Rules
- Allow vs . Block Rules
- Allow If Secure Rules
- Authenticated Bypass Rules
- Filtering Conditions FOR Firewall RULES
- Understanding Connection Security Rules
- Types of Connection Security Rules
- Supported IPsec Settings for Connection Security Rules
- Default IPsec Settings for Connection Security Rules
- Windows Firewall and Windows PE
- Understanding Default Rules
- Understanding WSH Rules
- Understanding Rules Processing
- Managing Windows Firewall with Advanced Security
- Tools for Managing Windows Firewall with Advanced Security
- Managing Windows Firewall Using Control Panel
- Managing Windows Firewall Using the Windows Firewall with Advanced Security Snap-in
- Managing Windows Firewall Using Group Policy
- Considerations When Managing Windows Firewall Using Group Policy
- Managing Windows Firewall Using the Netsh Command
- Common Management Tasks
- Enabling or Disabling Windows Firewall
- Configuring Firewall Profiles and IPsec Settings by Using Group Policy
- Creating and Configuring Firewall Rules
- Creating and Configuring Connection Security Rules
- Monitoring Windows Firewall
- Troubleshooting Windows Firewall
- Troubleshooting Windows Firewall Using Firewall Logs
- Troubleshooting Windows Firewall Using Event Logs
- Troubleshooting Windows Firewall Using Auditing
- Troubleshooting IPsec Issues Using Netsh Wfp
- Troubleshooting Windows Filtering Platform and IPsec Issues Using Netsh Trace