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

Can I manually add address? #3844

Closed
baimurzin opened this issue Mar 30, 2017 · 2 comments
Closed

Can I manually add address? #3844

baimurzin opened this issue Mar 30, 2017 · 2 comments

Comments

@baimurzin
Copy link

Is it possible to add manually peers before starting ipfs daemon
And how I can get value from second machine to add it on first machine?

And for example I have run a daemon in local network on several devices, and then I give access to global network would files accessible to others people. If yes, how can I prevent it?

@hsanjuan
Copy link
Contributor

hsanjuan commented Mar 30, 2017

Is it possible to add manually peers before starting ipfs daemon

Use the Bootstrap list to add peers before starting in the configuration.

And how I can get value from second machine to add it on first machine?

Use ipfs id to find the second machine's peer addresses.

And for example I have run a daemon in local network on several devices, and then I give access to global
network would files accessible to others people. If yes, how can I prevent it?

Files are accessible to other people as soon as a node bootstraps to one of the default nodes or finds a node which is connected to the outside.

If yes, how can I prevent it?

Enable private networks. See #3397 (comment)

@baimurzin
Copy link
Author

@hsanjuan Thanks, it useful enough!

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

No branches or pull requests

2 participants