Skip to content

[Bug]: [ether] [error] could bind a multicast socket to port 50985 #52

Description

@albertorogue

Expected Behavior

In windows some ports cannot be used because they are reserved (even if they are not currently in use).

For instance the Host Network Service (HNS) excludes multiple ports.

You can find all the excluded ports executing this command:

netsh int ipv6 show excludedportrange protocol=udp
 
Protocolo udp Intervalos de exclusión de puertos
 
Puerto de inicio    Puerto final
----------          --------
     50000       50059     *
     50095       50194
     50195       50294
     50295       50394
     50395       50494
     50495       50594
     50595       50694
     50695       50794
     50795       50894
     50895       50994
 
* - Exclusiones de puertos administrados.

Current Behavior

When I try to run sen it fails with this exception:

[ether] [error] could bind a multicast socket to port 50985 : Intento de acceso a un socket no permitido por sus permisos de acceso.

Possible solution

Check if the port is in use, but also if it not reserved

Steps to reproduce

sen run xxxx.yaml (with ether module)

For which version(s) did you observe the bug?

  • 0.6.0

On which OS setup was this bug observed?

  • Windows
  • Linux

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingneeds triageThis issue still needs to be triaged by the Sen developer team.

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions