Ask the Community
Groups
Windows Server Port Reservation - Connect IT Community | Kaseya
<main> <article class="userContent"> <h2 data-id="summary"><strong>SUMMARY</strong></h2> <p>If backups fail because windows client ports are blocked, this article explains how to make port reservations on windows.</p> <h2 data-id="issue"><strong>ISSUE</strong></h2> <p></p> <p><strong>Purpose</strong></p> <p>Set a Port reservation on Windows Server</p> <p><strong>Applies To</strong></p> <p>Appliance release 6.1+ and Windows 2000/2003 OS. <br>Note, to reserve ports in windows 2008 a hotfix for windows may be required and the process differs, see <a rel="nofollow" href="/home/leaving?allowTrusted=1&target=https%3A%2F%2Fsupport.microsoft.com%2Fen-us%2Fkb%2F2665809">https://support.microsoft.com/en-us/kb/2665809</a> for more information. <br>Microsoft has removed the ability to reserve ephemeral ports in Windows 8, 2012 and hither OS. If you have applications leveraging our registered ports 1743 and 1754 on these OS, you may need to contact the vendor of the application using those ports to discuss how to change them instead, Unitrends Support will be unable to assist with that process. </p> <p><strong>Cause</strong></p> <p>Ports are being blocked on 1743 and or 1745 because they are in use by another application other than Unitrend</p> <h2 data-id="resolution"><strong>RESOLUTION</strong></h2> <p></p> <p>Open an administrator command prompt and run a netstat command</p> <p>Netstat –ano | find “:1743”</p> <p>Netstat –ano |find “:1745”</p> <p>Check the pid and make sure that the process that is running is unitrends bpnetd or wbps</p> <p>Open regedit</p> <p>If the DWORD a value does not exist for the ports, then create them.</p> <p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\ReservedPorts</p> <p>Add 1743-1743 and 1745-1745</p> <p>Reboot the system to have the port reservation take effect. <br><br> Referance <br><a rel="nofollow" href="/home/leaving?allowTrusted=1&target=http%3A%2F%2Fsupport.microsoft.com%2Fkb%2F812873">http://support.microsoft.com/kb/812873</a> </p> </article> </main>