Code Monkey home page Code Monkey logo

Comments (2)

pauby avatar pauby commented on June 30, 2024

This WinRM port has been this as far back as I can remember. It's the default used by Vagrant and that's likely why it's used here.

The excluded port ranges are very system-specific. I would expect some crossover, though. My system (Windows 10 up to date) shows:

> netsh interface ipv4 show excludedportrange protocol=tcp

Protocol tcp Port Exclusion Ranges

Start Port    End Port
----------    --------
      5357        5357
      5985        5985
     47001       47001
     49152       49251
     49252       49351
     49352       49451
     49452       49551
     49552       49651
     50000       50059     *
     50060       50159
     50178       50277
     50278       50377
     50378       50477
     50478       50577
     50578       50677
     50978       51077
     51078       51177
     51178       51277
     51278       51377
     51378       51477
     51478       51577
     51623       51722
     51723       51822
     51823       51922
     51923       52022
     64626       64725
     64726       64825
     64827       64926
     64927       65026
     65030       65129
     65137       65236
     65340       65439

* - Administered port exclusions.

55985 is not in any excluded range.

In general, I would suggest choosing ports that are within user ports range (1024-49151) to avoid these kind of problems.

Ports in those ranges are generally classed as Registered Ports. There is nothing 'registered' for 55985, that I could find, but it does have a history of being commonly used for WinRM for Vagrant (and possibly others).

from chocolatey-test-environment.

pauby avatar pauby commented on June 30, 2024

I'm going to go ahead and close this issue, but we can reopen it if necessary.

from chocolatey-test-environment.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.