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.
git clone https://github.com/docker-scripts/dev--LTSP.git -b bionic cd dev--LTSP
Open settings.sh. You can specify mode of operation, IP address of the ltsp server and network address here.
settings.sh
By default STANDALONE variable is set to yes. This means the default mode of operation is Standalone.
STANDALONE
yes
You may change this to some other value if you have an existing DHCP server in the network.
You can set the LAN_IP variable to set the IP address of the LTSP server. Make sure it in the same network as LTSP server.
LAN_IP
Lastly, you can change the NETWORK variable to set the network address.
NETWORK
After making changes in settings.sh you can save and close it.
Then do a vagrant up to start the installation of LTSP in box via vagrant.
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
Write name for you LTSP client. Click next.
next
In Memory size set the RAM(recommended 512mb) you want and click next.
Then in the hard disk selected do not add a virtual hard disk.
Finally select create.
create
This will create a LTSP client.
After that go to settings. Select system setting and in boot order selected network checkbox and up select all other options
settings
Then go to network and selected a bridged adapter and select ethernet interface.
Click advanced and set promiscuous mode to allow all.
promiscuous mode
allow all
Click OK.