-1

I have setup my Windows 8 as a VPN server and forwarded the port. It works fine except for file sharing. When I disable the firewall on the VPN server I can access the shared folders using the IP address and hostname but once I re-enable the firewall it's blocked again. Does anyone know which rule should be allowed and whether it would be under inbound or outbound rules (I'm guessing inbound).

Stuyvenstein
  • 231
  • 1
  • 3
  • 6

2 Answers2

1

you'll need to open port 445 on the firewall.

tony roth
  • 3,884
  • 18
  • 14
  • Ok it worked, created a new rule, added port 445 (inbound tcp) on domain, public and private networks and voila. Thank you :) – Stuyvenstein Jun 21 '13 at 13:57
-1

You need to open the following ports inbound

TCP Ports 135, 139, 445

UDP Port 137

Pablo
  • 330
  • 1
  • 6