radumg / DynaServer

A Dynamo Extension that allows bi-directional communication and control of Dynamo as a REST API.
GNU Affero General Public License v3.0
18 stars 1 forks source link

Windows firewall blocks remote access to server on local machine #26

Open radumg opened 5 years ago

radumg commented 5 years ago

Expected Behavior

hitting the IP of host machine on port 1234 from a different machine, DynaServer should respond if running.

Actual Behavior

Windows firewall blocks any incoming connections. Disabling Windows Firewall allows DynaServer to be accessed externally.

Steps to Reproduce the Problem

  1. Start DynaServer, note machine IP
  2. go to that IP on port 1234 from different machine
  3. nothing happens as windows firewall blocks requests

Specifications

- Dynamo : 2+
- Operating system : Win10
radumg commented 5 years ago

see here for adding firewall rule automagically : https://social.msdn.microsoft.com/Forums/vstudio/en-US/a3e390d1-4383-4f23-bad9-b725bef33499/add-firewall-rule-programatically?forum=wcf