In XP what version do you have..and what SP version ?
go to start..control panel..click on the security center and that should tell you about what firewall and the status.
FYI..win xp pro has the Windows ICF firewall installed by default
win xp home did not..you had to manually go back to your win xp home CD and install it..
But the came SP2 for win home..and it then installed the win ICF firewall ( XP firewall) for everyone who upgraded to that Service Pack version.
I have made a screenshot of this Security Center on WinXP
Profile names.
You can configure the firewall to behave one way when it's inside your intranet and differently when it's outside on the public Internet. Those two behaviors are called profiles, and the final version of SP2 calls them domain and standard. (Earlier versions called them domain and mobile or corporate and other.) The command line and Group Policy refer to these profiles by the same name, unlike earlier versions. You can ask the firewall which profile it's currently using by typing
netsh firewall show state
at a command line. . . .
An exception may not show up in the Windows Firewall graphical user interface if you create the exception by modifying the registry
http://support.microsoft.com/kb/897663WORKAROUND
To work around this behavior use one of the following methods.
Back to the top
Method 1: Append a name to the registry value
To work around this behavior, append a name to the registry value. For example, change 12345:TCP:*:Enabled to 12345:TCP:*:Enabled:exception name.
Back to the top
Method 2: Use the netsh firewall command
To work around this behavior, you can see the exceptions that you have created in the registry by using the netsh firewall command. To do this, follow these steps: 1. Click Start, click Run, type cmd, and then click OK.
2. Type netsh firewall show state verbose = enable, and then press ENTER.
3. Search the output text for the following text:
Ports currently open on all network interfaces
The ports and programs that are listed in the Ports currently open on all network interfaces section are unblocked. Additionally, these unblocked ports and programs represent enabled program or port exceptions.
Windows Firewall Tools and Settingshttp://technet2.microsoft.com/WindowsServe...33.mspx?pf=true