by VistaFirewallControl » Thu Feb 25, 2010 2:42 pm
Practically the question you are asking is very common and not related to a firewall directly. We even could try to separate the question into several separate ones:
(a) what is an application’s network activity. ( 100% application dependent and 0% firewall dependent)
(b) what is my security policy for the application (100% your security environment dependent and 0% firewall dependent)
And only then (c) how to implement the policy with the firewall (the only 100% firewall dependent)
Obviously we can have strict answer only for (c) let’s try to start from (a) however
So
(a) “Windows Problem Reporting” most probably (no strict official information available) sends the reports via http protocol, if so “WebBrowser” zone can be reasonable.
(b) The question can be simplified to whether you need the activity, you have decided you need.
The details depend on whether there is a backside activity of the application beyond sending the reports. If you do not think the other activity can be (you trust the application for instance) and the report receiving side is trusted as well, you can set even EnableAll to the application as there is no discredited activity to a discredited peer expected.
Otherwise you should investigate the application activity and possible peers first, it’s not firewall related, firewall can be used though for the activity monitoring
(c) after (a) and (b) are clear – i.e. you need the access to any web site you may easily set WebBrowser zone to the application. However if you know a valid/permanent IP/port to send the reports to you can easily create your own zone with a single enabling rule permitting exactly the port/IP pair.
Too complex? May be for the first time, for the first application. Need more explanations, do not hesitate to ask
>If you was to show me how to make a specific rule for this i will be happy.
- Zone tab/create new zone/name the zone as ReportZone (for instance)
- open the zone for editing, set zone result to “disable” and insert the only rule (say “reporting” as the name)
- set protocol to TCP, address to 65.55.53.190 (let’s think the address is permanent), port to 80, direction to “outgoing”, rule result to “enable” and save the zone.
-Program tab/WindowsProblemReporting application/DblClick/uncheck “show advised only”/choose ReportZone to from “zone” combo/ press apply.