Programming UPnP - Links To Documents And Tutorials: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
No edit summary
Line 12: Line 12:


==Configure Windows Firewall==
==Configure Windows Firewall==
Windows firewall can be configured from a command prompt with administrative rights
* [http://technet.microsoft.com/en-us/library/dd734783.aspx Netsh AdvFirewall Firewall Commands]
* [http://technet.microsoft.com/en-us/library/dd734783.aspx Netsh AdvFirewall Firewall Commands]
Example:
Example:
:'''netsh advfirewall firewall set rule name="Network Discovery (SSDP-In)" profile=domain new enable=yes remoteip=any'''
:'''netsh advfirewall firewall set rule name="Network Discovery (SSDP-In)" profile=domain new enable=yes remoteip=any'''
will allow SSDP discovery on domain networks from any ipaddress on the network
will allow SSDP discovery on domain networks from any ipaddress on the network

Revision as of 14:50, 7 August 2014

<google>ENGELSK</google>

Troubleshooting

Configure Windows Firewall

Windows firewall can be configured from a command prompt with administrative rights

Example:

netsh advfirewall firewall set rule name="Network Discovery (SSDP-In)" profile=domain new enable=yes remoteip=any

will allow SSDP discovery on domain networks from any ipaddress on the network

id=siteTree