Troubleshooting Windows Firewall settings in Windows XP Service Pack 2 for advanced users
Notice
This article is intended for advanced computer users. If you are not comfortable with advanced troubleshooting, you might want to ask someone for help or contact support. For information about how to do this, visit the following Microsoft Web site:On This Page
SUMMARYWindows XP Service Pack 2 (SP2) includes Microsoft Windows Firewall, the updated...
- Programs do not respond to a client's request.
- Client programs do not receive data from the server.
INTRODUCTIONThe best way to resolve firewall blocking issues is to modify programs to work w...
MORE INFORMATIONFailures that are related to the default firewall configuration appear in two wa...
Failures that are related to the default firewall configuration appear in two ways. Client programs may not receive data from a server. Server programs that are running on a Windows XP-based computer may not respond to client requests.If a program is being blocked, you may receive the following Windows Firewall Security Alert:
Configuring Windows Firewall by using the Windows Firewall Security Alert
To unblock the program, click Unblock in the Security Alert dialog box.Configuring Windows Firewall by using the Windows Security Center
Adding a program exception
When you add a program to the exception list, you enable the firewall to open ranges of ports that could change every time the program is run. To add a program exception, follow these steps:- Use an administrator account to log on.
- Click Start, click Run, type wscui.cpl, and then click OK.
- In Windows Security Center, click Windows Firewall.
- On the Exceptions tab, click Add Program.
- In the list of programs, click the name of the program that you want to add, and then click OK. If the name of your program is not in the list of programs, click Browse to locate the program, and then click OK. Note If you do not know where the program is located, contact the program vendor to determine the program location.
For information about how to contact your program vendor, click the appropriate article number in the following list to view the article in the Microsoft Knowledge Base:65416 (http://support.microsoft.com/kb/65416/ ) Hardware and software vendor contact information, A-K
60781 (http://support.microsoft.com/kb/60781/ ) Hardware and software vendor contact information, L-P
60782 (http://support.microsoft.com/kb/60782/ ) Hardware and software vendor contact information, Q-Z - Click OK.
- Test the program to verify that the firewall settings are correct.
Advanced troubleshooting
This section is intended for advanced computer users. If you are not comfortable with advanced troubleshooting, you might want to ask someone for help or contact support. For information about how to do this, visit the following Microsoft Web site:Recognizing failure symptoms
Failures that are related to the default firewall configuration appear in two ways:- Client programs may not receive data from a server. For example, the following client programs may not receive data:
- An FTP client
- Multimedia streaming software
- New mail notifications in some e-mail programs
- Server programs that are running on a Windows XP-based computer may not respond to client requests. For example, the following server programs may not respond:
- A Web server program, such as Internet Information Services (IIS)
- Remote Desktop
- File sharing
- Failures in network programs are not limited to firewall issues. These failures may be caused by RPC or DCOM security changes. Therefore, you have to determine whether the failure is accompanied by a Windows Firewall Security Alert that indicates that a program is being blocked.
- Service failures are not accompanied by a Windows Firewall Security Alert because services are not typically associated with a user logon session. If the failure is service-related, configure the firewall as discussed in the "Configuring Windows Firewall by using the Windows Security Center" section.
Adding a port exception
If you do not resolve this issue by adding a program to the exception list, you can add ports manually. To do this, you must first identify the ports that are used by the program. A reliable way to determine port usage is to contact the program vendor. If you cannot contact a vendor, or if a port list is not available, you can use the Netstat.exe tool to identify the ports in use.Identifying the ports
- Start the program and try to use its network features. For example, with a multimedia program, try to start an audio stream. With a Web server, try to start the service.
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, type netstat –ano > netstat.txt, and then press ENTER. This command creates the Netstat.txt file. This file lists all the listening ports.Collapse this image
- At the command prompt, type tasklist > tasklist.txt, and then press ENTER. If the program in question runs as a service, type tasklist /svc > tasklist.txt instead of tasklist > tasklist.txt so that the services that are loaded in each process are listed.Collapse this imageCollapse this image
- Open the Tasklist.txt file, and then locate the program that you are troubleshooting. Write down the Process Identifier for the process, and then open the Netstat.txt file. Note any entries that are associated with that Process Identifier and the protocol that is used. Collapse this image
Adding the port exception
- Click Start, click Run, type wscui.cpl, and then click OK.
- In Windows Security Center, click Windows Firewall.Collapse this image
- Click the Exceptions tab, and then click Add Port to display the Add a Port dialog box.Collapse this image
- Type a descriptive name for the port exception and the port number that your program uses, and then select either the TCP or UDP protocol.Collapse this image
- Click Change Scope.Collapse this image
- View or set the scope for the port exception, and then click OK.Collapse this image
- Click OK to close the Add a Port dialog box.Collapse this image
- To verify that the port settings are correct for your program, test the program.
Using Logging
You can enable logging to help identify the source of inbound traffic and to provide details on what traffic is being blocked. %Windir%\pfirewall.log is the default log file. To enable logging, follow these steps:- Click Start, click Run, type firewall.cpl, and then click OK.
- Click the Advanced tab.Collapse this image
- In the Security Logging area, click Settings.Collapse this image
- Click to select the Log dropped packets check box, and then click OK.Collapse this image
- Click OK.Collapse this image
Note Outbound successes are not logged. Outbound traffic that is not blocked is not logged.
Interpreting the log file
The following log information is collected for each packet that is logged:Fields | Description | Example |
Date | Displays the year, month, and day that the recorded transaction occurred. Dates are recorded in the format YYYY-MM-DD, where YYYY is the year, MM is the month, and DD is the day. | 2001-01-27 |
Time | Displays the hour, minute, and seconds when the recorded transaction occurred. Times are recorded in the format: HH:MM:SS, where HH is the hour in 24-hour format, MM is the number of minutes, and SS is the number of seconds. | 21:36:59 |
Action | Indicates the operation that was observed by the firewall. The options available to the firewall are OPEN, CLOSE, DROP, and INFO-EVENTS-LOST. An INFO-EVENTS-LOST action indicates the number of events that occurred but that were not recorded in the log. | OPEN |
Protocol | Displays the protocol that was used for the communication. A protocol entry can also be a number for packets that are not using TCP, UDP, or ICMP. | TCP |
src-ip | Displays the source IP address, or the IP address of the computer, that is trying to establish communications. | 192.168.0.1 |
dst-ip | Displays the destination IP address of a communication try. | 192.168.0.1 |
src-port | Displays the source port number of the sending computer. A src-port entry is recorded in the form of a whole number, between 1 and 65,535. Only TCP and UDP display a valid src-port entry. All other protocols display a src-port entry of -. | 4039 |
dst-port | Displays the port number of the destination computer. A dst-port entry is recorded in the form of a whole number, between 1 and 65,535. Only TCP and UDP display a valid dst-port entry. All other protocols display a dst-port entry of -. | 53 |
size | Displays the packet size in bytes. | 60 |
tcpflags | Displays the TCP control flags that are found in the TCP header of an IP packet:
| AFP |
tcpsyn | Displays the TCP sequence number in the packet. | 1315819770 |
tcpack | Displays the TCP acknowledgement number in the packet. | 0 |
tcpwin | Displays the TCP window size in bytes in the packet. | 64240 |
icmptype | Displays a number that represents the Type field of the ICMP message. | 8 |
icmpcode | Displays a number that represents the Code field of the ICMP message. | 0 |
info | Displays an information entry that depends on the type of action that occurred. For example, an INFO-EVENTS-LOST action creates an entry for the number of events that occurred but were not recorded in the log from the time of the last occurrence of this event type. | 23 |
Note The hyphen (-) is used for fields where no information is available for an entry.
Using command-line support
Windows Firewall Netsh Helper was added to Windows XP in the Microsoft Advanced Networking Pack. This command-line helper previously applied to IPv6 Windows Firewall. With Windows XP Service Pack 2, the helper now includes support for configuring IPv4.With Netsh Helper, you can now:
- Configure the default state of Windows Firewall. (Options include Off, On, and On with no exceptions.)
- Configure the ports that must be open.
- Configure the ports to enable global access or to restrict access to the local subnet.
- Set ports to be open on all interfaces or only on a specific interface.
- Configure the logging options.
- Configure the Internet Control Message Protocol (ICMP) handling options.
- Add or remove programs from the exceptions list.
Gathering diagnostic data
Windows Firewall configuration and status information can be retrieved at the command line by using the Netsh.exe tool. This tool adds IPv4 firewall support to the following Netsh context:- Netsh firewall show state
- Netsh firewall show config
Compare the output from these commands with the output from the netstat –ano command to identify the programs that may have listening ports open and that do not have corresponding exceptions in the firewall configuration. Supported data gathering and configuration commands are listed in the following tables.
Note Settings can be modified only by an administrator.
Data Gathering
Command | Description |
show allowedprogram | Displays the allowed programs. |
show config | Displays the detailed local configuration information. |
show currentprofile | Displays the current profile. |
show icmpsetting | Displays the ICMP settings. |
show logging | Displays the logging settings. |
show opmode | Displays the operational mode. |
show portopening | Displays the excepted ports. |
show service | Displays the services. |
show state | Displays the current state information. |
show notifications | Displays the current settings for notifications. |
Configuration
Command | Description |
add allowedprogram | Used to add excepted traffic by specifying the program's file name. |
set allowedprogram | Used to modify the settings of an existing allowed program. |
delete allowedprogram | Used to delete an existing allowed program. |
set icmpsetting | Used to specify allowed ICMP traffic. |
set logging | Used to specify logging options for Windows Firewall either globally or for a specific connection (interface). |
set opmode | Used to specify the operating mode of Windows Firewall either globally or for a specific connection (interface). |
add portopening | Used to add excepted traffic by specifying a TCP or UDP port. |
set portopening | Used to modify the settings of an existing open TCP or UDP port. |
delete portopening | Used to delete an existing open TCP or UDP port. |
set service | Used to enable or drop RPC and DCOM traffic, file and printer sharing, and UPnP traffic. |
set notifications | Used to specify whether notifications to the user when programs try to open ports are enabled. |
reset | Resets firewall configuration to default. This provides the same functionality as the Restore Defaults button in the Windows Firewall interface. |
Troubleshooting the firewall
Along with program compatibility issues, the Windows Firewall may experience other problems. Follow these steps to diagnose problems:- To verify that TCP/IP is functioning correctly, use the ping command to test the loopback address (127.0.0.1) and the assigned IP address.
- Verify the configuration in the user interface to determine whether the firewall has been unintentionally set to Off or On with No Exceptions.
- Use the netsh commands for Status and Configuration information to look for unintended settings that could be interfering with expected behavior.
- Determine the status of the Windows Firewall/Internet Connection Sharing service by typing the following at a command prompt: sc query sharedaccess(The short name of this service is SharedAccess.) Troubleshoot service startup based on the Win32 exit code if this service does not start.
- Determine the status of the Ipnat.sys firewall driver by typing the following at a command prompt:sc query ipnatThis command also returns the Win32 exit code from the last start try. If the driver is not starting, use troubleshooting steps that would apply to any other driver.
- If the driver and service are both running, and no related errors exist in the event logs, use the Restore Defaults option on the Advanced tab of Windows Firewall properties to eliminate any potential problem configuration.
- If the issue is still not resolved, look for policy settings that might produce the unexpected behavior. To do this, type GPResult /v > gpresult.txt at the command prompt, and then examine the resulting text file for configured policies that are related to the firewall.
Configuring Windows Firewall Group Policy
Contact your network administrator to determine if a Group Policy setting prevents programs and scenarios from running in a corporate environment.Windows Firewall Group Policy settings are located in the following Group Policy Object Editor snap-in paths:
- Computer Configuration/Administrative Templates/Network/Network Connections/Windows Firewall
- Computer Configuration/Administrative Templates/Network/Network Connections/Windows Firewall/ Domain Profile
- Computer Configuration/Administrative Templates/Network/Network Connections/Windows Firewall/ Standard Profile