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

Does it use the internal network? #4

Closed
pascalandy opened this issue Aug 18, 2018 · 2 comments
Closed

Does it use the internal network? #4

pascalandy opened this issue Aug 18, 2018 · 2 comments

Comments

@pascalandy
Copy link
Contributor

Hi Bret,

Question regarding the creation of Swarm on DO.

https://github.com/BretFisher/dogvscat/blob/master/create-swarm.sh#L5
Does eth1 is the internal network (therefore there is no bandwidth limit )?

Thanks!

@BretFisher
Copy link
Owner

Correct, first, I create the instances with the private networking enabled via create-servers.sh.

Then I pin the Swarm to that NIC, which should be eth1. The routing mesh for incoming client connections are listening on all NIC's AFAIK.

@pascalandy
Copy link
Contributor Author

Thank you very much!

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