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

ipv6 lost on reboot #112

Open
himse1f opened this issue Jun 9, 2018 · 2 comments
Open

ipv6 lost on reboot #112

himse1f opened this issue Jun 9, 2018 · 2 comments

Comments

@himse1f
Copy link

himse1f commented Jun 9, 2018

vultr ubuntu 16.04 VPS

when i run the script (as root and I tried a sudo user) for any number of masternodes, I have tried a few different scripts to see if it was coin related. It does create the number of ipv6 ip's and i can start a masternode on each ipv6 address. When i reboot, the ipv6 address go away and thus the masternode tied to a specific ipv6 address does not work.

the workaround is to create static IP's after i run the script by editing /etc/network/interfaces.

@himse1f
Copy link
Author

himse1f commented Jun 9, 2018

i updated the script with the following and the ipv6 is persistent on reboot

sed -ie '$i ip -6 addr add '"${IPV6_INT_BASE}"':'"${NETWORK_BASE_TAG}"'::'"${NUM}"'/64 dev '"${ETH_INTERFACE}"'\n' ${NETWORK_CONFIG}

@ImTheDeveloper
Copy link
Contributor

Any pull request with that added in?

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