Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow clients to set the "advertised address" #83

Open
bboreham opened this issue Dec 15, 2017 · 1 comment
Open

Allow clients to set the "advertised address" #83

bboreham opened this issue Dec 15, 2017 · 1 comment

Comments

@bboreham
Copy link
Contributor

Sometimes machines have multiple IP addresses, and the one you wish peers to connect to is not the same as the one you connect out on.

@montanaflynn
Copy link

I think this could be the cause of logs we're getting in a kubernetes cluster:

2021/08/05 11:52:21 [swarm] error during gossip (->[10.2.56.252:46358] connection shutting down due to error during handshake: failed to receive remote protocol header: EOF)
2021/08/05 11:52:28 [swarm] error during gossip (->[10.2.54.169:55488] connection shutting down due to error during handshake: failed to receive remote protocol header: EOF)
2021/08/05 11:52:35 [swarm] error during gossip (->[10.2.30.183:23222] connection shutting down due to error during handshake: failed to receive remote protocol header: EOF)
2021/08/05 11:52:38 [swarm] error during gossip (->[10.2.54.169:53340] connection shutting down due to error during handshake: failed to receive remote protocol header: EOF)
2021/08/05 11:52:41 [swarm] error during gossip (->[10.2.56.252:30724] connection shutting down due to error during handshake: failed to receive remote protocol header: EOF)
2021/08/05 11:52:42 [swarm] error during gossip (->[10.2.9.169:48067] connection shutting down due to error during handshake: failed to receive remote protocol header: EOF)
2021/08/05 11:52:42 [swarm] error during gossip (->[10.2.93.198:23956] connection shutting down due to error during handshake: failed to receive remote protocol header: EOF)

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

No branches or pull requests

2 participants