I've got an IIS hosted WCF service running at port 8081 on a machine running Windows Server 2008R2, which works fine when Windows Firewall is disabled. But I've ran into some problems when trying to get it to work with the firewall enabled.

I've added a firewall rule for port 8081 and firewall enabled. In this case a remote computer can not get access to the service.

If I then disable the firewall, do a request to the service, and then re-enable the firewall, it works fine with the firewall enabled. But if I remove the rule after re-enabling the firewall, it stops working again.

So to get access I have to add the rule, disable the firewall, access the service with the firewall disabled, and then re-enable the firewall with the rule created.

How can I get it to work through the firewall without having to access the service with the firewall disabled?

link|improve this question

It seems to work when I enable File and Printer sharing as well.. Anyone have an idea as to why this one is needed? – Avilan Nov 7 '11 at 14:24
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.