Skip to content

Ability to obtain the default gateway #5417

Description

@silverwind

I think it would be very useful to have a method on os which returns

  • the default gateway of the machine, v4 and v6
  • the default gateway's network interface name (if any)

Basically, something like @indutny's netroute but cross-platform. The ability to access this information seems critical for applications that do low-level things on the local network and I think this justifies its existance in core. My personal use case would be to automatically determine the right interface to do packet capture on.

Right now, the only way (without native modules) to obtain the information in a cross-platform way would be parsing the output of various commands, which is of course slow and error-prone.

@bnoordhuis: the request has been brought up in 2012 and you rejected it as bloat. Does this still stand?

cc: @sindresorhus (sindresorhus/internal-ip#5)

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

    feature requestIssues requesting new Node.js features.libuvIssues and PRs related to the libuv dependency or the uv binding.osIssues and PRs related to the os subsystem.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions