Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

validator: Add command-line argument to indicate the IP address to bind to #8623

Closed
mvines opened this issue Mar 4, 2020 · 0 comments · Fixed by #8628
Closed

validator: Add command-line argument to indicate the IP address to bind to #8623

mvines opened this issue Mar 4, 2020 · 0 comments · Fixed by #8628
Assignees
Labels
good first issue Good for newcomers
Milestone

Comments

@mvines
Copy link
Contributor

mvines commented Mar 4, 2020

solana-validator binds all ports to 0.0.0.0 but finer control to indicate the exact IP address to bind to would be nice to add.

The two knobs that seem most useful are:

  1. Generically bind all ports to address w.x.y.z instead of 0.0.0.0
  2. Bind the RPC port only to w.x.y.z. (eg, keep all ports at 0.0.0.0, but RPC on 127.0.0.1 only)
@mvines mvines added the good first issue Good for newcomers label Mar 4, 2020
@mvines mvines added this to the The Future! milestone Mar 4, 2020
@mvines mvines self-assigned this Mar 4, 2020
@mvines mvines modified the milestones: The Future!, v1.0.2 Mar 4, 2020
@mvines mvines modified the milestones: v1.0.2, v1.0.3 Mar 4, 2020
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant