我尝试使用Windows 10 iot在RaspBerryPi上运行aspnetcore应用程序。 摆弄防火墙,我发现它是阻塞的。
Rule Name: Network Discovery (SSDP-In)
----------------------------------------------------------------------
Enabled: Yes
Direction: In
Profiles: Domain,Private,Public
Grouping: Network Discovery
LocalIP: Any
RemoteIP: LocalSubnet
Protocol: UDP
LocalPort: 1900
RemotePort: Any
Edge traversal: No
Action: Allow
无论如何 - 防火墙阻止了UDP包。 所以我添加了自己的规则:
Rule Name: MySSDP
----------------------------------------------------------------------
Enabled: Yes
Direction: In
Profiles: Domain,Private,Public
Grouping:
LocalIP: Any
RemoteIP: LocalSubnet
Protocol: UDP
LocalPort: 1900
RemotePort: Any
Edge traversal: No
Action: Allow
现在发现有效 - 但我很好奇为什么我必须定义自己的规则。 它看起来与预定义的完全一样 - 除了它没有分组。
我是否遗漏了某些内容 - 或者是(虽然它声明启用)SSDP-In规则未激活? 如果是这样 - 我如何检查/更改状态。