From 5f15386d90f3bdeac5db4c1cbdc70b460358bd7a Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 10 Dec 2017 13:39:02 -0800 Subject: [PATCH] Updated Setup Guide (markdown) --- Setup-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup-Guide.md b/Setup-Guide.md index ad05ae6..5524b34 100644 --- a/Setup-Guide.md +++ b/Setup-Guide.md @@ -51,7 +51,7 @@ If you are not able to stream when connected to the same network as your gaming GeForce Experience should create rules for Windows Firewall automatically, but in the event that they don't work, you can create the rules required for streaming by using the following steps: 1. Open a Command Prompt or PowerShell window as administrator 2. Run the following 2 commands: -* netsh advfirewall firewall add rule name="GameStream UDP" dir=in protocol=udp localport=5353,47998-48002 action=allow +* netsh advfirewall firewall add rule name="GameStream UDP" dir=in protocol=udp localport=5353,47998-48010 action=allow * netsh advfirewall firewall add rule name="GameStream TCP" dir=in protocol=tcp localport=47984,47989 action=allow 3. Ensure your PC now appears online in Moonlight