horizon-linux-vm icon indicating copy to clipboard operation
horizon-linux-vm copied to clipboard

non-static network should be set up by optimize.sh

Open ulab opened this issue 5 years ago • 2 comments
trafficstars

Instead of telling people to run "sudo dhclient" on each reboot, the optimize.sh script should set up this to be done automatically when not using a static configuration

ulab avatar Jul 22 '20 10:07 ulab

Theoretically that should really only need to be done once during first boot, assuming the user configures static during the script, but for sure it could be optimized!

thatvirtualboy avatar Jul 22 '20 16:07 thatvirtualboy

Yes, but practically it needs to be done on every boot, assuming the user does not configure static during the script. ;-)

We are setting these up dynamically for a myriad of users, so we have to rely on DHCP for every created instance. Also it's not a server, so there is not really a need for a static IP.

ulab avatar Jul 22 '20 19:07 ulab