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

Node bootstraps off own 5483 #9

Open
Fraser999 opened this issue Jun 13, 2013 · 0 comments
Open

Node bootstraps off own 5483 #9

Fraser999 opened this issue Jun 13, 2013 · 0 comments
Labels

Comments

@Fraser999
Copy link
Contributor

Migrated from maidsafe-archive/MaidSafe#87

When trying to connect a node (client or vault) from one of our Linux test machines to an existing running network, and an invalid peer endpoint is passed in, it tries to bootstrap off itself because its IP is in the list of hard-coded contacts. This will make the join succeed because the node itself started listening on port 5483 before attempting to join. Subsequent RPCs will of course fail.

Expected behaviour: Fail right away when trying to connect to a non-existing network, no matter if hard-coded contact or not. Perhaps port 5483 should only ever be opened once we've got at least one connection to another node.

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

No branches or pull requests

1 participant