We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Clone the repository. We have different branches for different distributions. bionic for ubuntu 18.04 bionic.
git clone https://github.com/docker-scripts/dev--LTSP.git -b bionic cd dev--LTSP
Open settings.sh. You can specify the mode of operation, IP address of the ltsp server.
settings.sh
By default STANDALONE variable is set to yes. This means the default mode of operation is Standalone.
STANDALONE
yes
You can set it to no if you have an existing DHCP server in the network. You may also use the dhcp server provided in dhcp folder for testing purposes
dhcp
Set the LAN_IP variable to set the IP address of the LTSP server.
LAN_IP
Set the interface name LAN_IF and extra packages required.
LAN_IF
After making changes in settings.sh you can save and close it.
Then do a vagrant up to start the installation and configuration with the help of provisioner script.
vagrant up
Note that the Vagrantfile and install.sh provision script will automatically load settings from settings.sh
Vagrantfile
install.sh
Open VirtualBox. Click new.
new
Give your client a name.
Click next.
In Memory size set the RAM you want for your client and click next.
next
Then in the hard disk selected do not add a virtual hard disk.
Finally hit create.
create
This will create LTSP client.
After that go to settings. Select system setting and in boot order selected network checkbox. This will allow a network boot.
Then go to network and selected a bridged adapter and select network interface connected to LAN.
Click advanced and set promiscuous mode to allow all.
Click OK.
Then click start. Now you can boot from virtual LTSP server.
start