Virtual Box Manager
Posted: 13. Sep 2017, 19:55
Decided to do a small script that will allow users of the Oracle Virtual Box System to keep track of their ip addresses. There was a major issue with IP addresses being set to 169.254.*.* on system reboots or when the system was in hibernation. It automatically makes sure that no ip addresses have the ill fated 169.254.*.* ip range by recreating the adapter when this is being run.
It also has many other features as follows:
1.) Automatically create Servers based upon specific OS distributions (currently only works with centos,ubuntu, and fedora*sic*)
2.) Gives the user the ability to test connectivity of the server
3.) Allows the user to add more adapters to the adapter pool (used for checking connectivity and availability of ip addresses)
4.) Creates the ability for the end-user to start their servers in a more organized manner.
There are a few bugs as this was done rather quickly and also was just a pet project and I'm not 100% sure if there would be any need for it considering Oracle's numerous other server visualization systems.
Below are the bugs that I have found or were unable to completely fix:
1) Connecting directly to the server does not have the ability to do so (working on the terminal system, but realized it was becoming bigger than expected)
2) Installing pre-configured installs has not been implemented and therefore will not work (wanted to setup custom LAMP server installs, as well as Node.js installs and a few security protocol systems for good measure but noticed it would cost me too much time)
3) There's a small bug with the Windows system not allowing the user to see a deletion take place if canceled and then it requires an addition of an adapter manually if done out of sync (usually happens because of the firing of the script/program and currently working on a better algorithm)
4) There's a small issue with displaying servers at times (not 100% sure, but it appears as though there's some very quirky programming that takes in the DHCP servers as the server list, going to see about fixing this in a later release)
5) Menu up top has some small issues with displaying.
That's pretty much all I could find at this time.
http://taureanwooley.com/info_pull/virt ... taller.exe
It also has many other features as follows:
1.) Automatically create Servers based upon specific OS distributions (currently only works with centos,ubuntu, and fedora*sic*)
2.) Gives the user the ability to test connectivity of the server
3.) Allows the user to add more adapters to the adapter pool (used for checking connectivity and availability of ip addresses)
4.) Creates the ability for the end-user to start their servers in a more organized manner.
There are a few bugs as this was done rather quickly and also was just a pet project and I'm not 100% sure if there would be any need for it considering Oracle's numerous other server visualization systems.
Below are the bugs that I have found or were unable to completely fix:
1) Connecting directly to the server does not have the ability to do so (working on the terminal system, but realized it was becoming bigger than expected)
2) Installing pre-configured installs has not been implemented and therefore will not work (wanted to setup custom LAMP server installs, as well as Node.js installs and a few security protocol systems for good measure but noticed it would cost me too much time)
3) There's a small bug with the Windows system not allowing the user to see a deletion take place if canceled and then it requires an addition of an adapter manually if done out of sync (usually happens because of the firing of the script/program and currently working on a better algorithm)
4) There's a small issue with displaying servers at times (not 100% sure, but it appears as though there's some very quirky programming that takes in the DHCP servers as the server list, going to see about fixing this in a later release)
5) Menu up top has some small issues with displaying.
That's pretty much all I could find at this time.
http://taureanwooley.com/info_pull/virt ... taller.exe