Microsoft application service change of port

Nick B 361 Reputation points
2023-01-26T03:10:32.2566667+00:00

Can I change Routing and Remote Access, BranchCache listening ports from 443, 80 to something else?

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,274 questions
Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
654 questions
0 comments No comments
{count} votes

Accepted answer
  1. Limitless Technology 43,951 Reputation points
    2023-01-26T17:17:02.91+00:00

    Hello Nick B,

    Yes you can. Set ConnectPort and ListenPort in reg as part of these instructions:

    https:// learn. microsoft. com/en-us/previous-versions/windows/it-pro/windows-7/dd837646(v=ws.10)

    Then BranchCache service may failt to start, but if you look in the event log you see:

    The BranchCache service cannot start because the HTTP namespace used for serving content to requesting clients is not reserved.

    Run the enable cmdlet appropriate to your service mode from an elevated PowerShell command prompt.

    So to reserve this space, run the following command:

    netsh branchcache>set service mode=distributed

    Which then outputs the following:

    Configuring URL Reservation url=http://+:1365/116B50EB-ECE2-41ac-8429-9F9E963361B7/, sddl=D:A;;GX;;;NS) ... Succeeded

    Enabling firewall rule group BranchCache - Content Retrieval (Uses HTTP)... Succ

    eeded

    Setting Service Start Type to Manual... Succeeded

    Setting Service Mode... Succeeded

    Starting Service... Succeeded

    --If the reply is helpful, please Upvote and Accept as answer--

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more