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

Reasoning behind adding multiple addresses #17

Closed
atlantis0 opened this issue Apr 12, 2017 · 2 comments
Closed

Reasoning behind adding multiple addresses #17

atlantis0 opened this issue Apr 12, 2017 · 2 comments

Comments

@atlantis0
Copy link

Greetings,

What's the reason behind these lines? Wouldn't the first one work?

.addAddress("10.0.2.15", 24)
.addAddress("10.0.2.16", 24)
.addAddress("10.0.2.17", 24)
.addAddress("10.0.2.18", 24)

@ggsava
Copy link
Owner

ggsava commented May 2, 2017

Good question. I thought it should work with just one too, but some users experienced difficulties.. adding multiple addresses fixed it for them, but to be honest I'm not sure why or how..

One day I will get back to it and revise why it happens and what the correct settings are, I just used this as a quick fix as it worked right away.

@ggsava ggsava closed this as completed May 2, 2017
@atlantis0
Copy link
Author

Okay. Thank you sir.

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