-
Notifications
You must be signed in to change notification settings - Fork 45
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
Implement "auto" value for automatic IP configuration #816
Comments
In order to test this case it's better to create separate environment. Make sure, that Control Center is disabled on every computer where you test this feature. After you make sure that CC isn't running, restart p2p daemon manually: On windows via Now, on a few different computers you need to start manual p2p connection to your fresh env: Expected result: all your peers can ping each other. Use
Look at the If ping works in all directions - that means test passed. |
Currently we support static IP or "dhcp" value for
--ip
option. We need to implementauto
, that will configure interfaces later, after successfully establishing connection with peers. In case when picked IP is already taken by someone this option will automatically reconfigure interface to use next free IPThe text was updated successfully, but these errors were encountered: