Skip to content

How to change the listening, serving & advertising URL from localhost to my system's actual IP? #16524

Answered by jmhbnz
Shayah-01 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @TheUncertainOracle - Thanks for your question, please refer to the etcd configuration options for changing these values: https://etcd.io/docs/v3.5/op-guide/configuration

You can configure these options through:

The parameters I believe you are looking for are:

--advertise-client-urls 'http://localhost:2379'
  List of this members client URLs to advertise to the public.
--listen-client-urls 'http://localhost:2379'
  List of URLs to listen on for client traffic.
--listen-peer-urls 'http://localhost:2380'
  List of URLs to listen on for peer traffic.
--initial-advertise-peer-urls 'http://localhost:2380'
  List of this me…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmhbnz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants