-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
After reboot some setup is missing (CentOS 8) #71
Comments
I recently installed open nebula using miniONE script on Linux Mint 20.3 and faced the same issue and found the solution. I searched a bit and found this question on askubuntu. In my case the problem was in names of files that miniONE creates inside sudo -su root
cd /etc/network/interfaces.d/
mv minionebr.cfg minionebr
mv tap.cfg tap IMHO this issue should be addressed/fixed by maintainers of miniONE. |
I could not reproduce missing iptables rules, dnsmasq should be fixed. The network interfaces name should be fixed by #90 |
Maybe I misread the commit's content but I think the problem is with names of created files and I do not see commit fixing it. Lets look at manual for source-directory in ubuntu. There is fragment:
The regex for filename is |
After deploying minione on the CentOS 8 with this command:
Everything is fine but once the machine is rebooted, there is not the iptables Masquerade (SNAT/DNAT) anymore and dnsmasq service is not started (VMs need it to be able resolve dns as it seems).
The text was updated successfully, but these errors were encountered: