Changes

Jump to: navigation, search

Edubuntu DVD installation

1,319 bytes added, 00:46, 1 March 2011
no edit summary
<li>Log into "super-user" (eg. issue command '''sudo su''' , and enter your login password)</li>
<li>Edit an existing file called "interfaces" by issuing the command: '''vi /etc/network/interfaces'''</li>
<li>If necessary, add the text displayed in bold belowEdit this file to appear as follows:<pre>
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
#iface eth0 inet dhcp
'''auto eth1
iface eth1 inet static
address 192.168.1.254
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255</pre><br /><br /></li><li>Save and exit your editing session.</li><li>Edit and existing file called "dhcpd.conf" by issuing the command: '''vi /etc/ltsp/dhcpd.conf'''</li><li>Edit the file to make it appear the same as displayed below:"<pre>## Default LTSP dhcpd.conf config file.# authoritative; subnet 192.168.1.0 netmask 255.255.255.0 { range 192.168.1.20 192.168.1.250;# option domain-name "example.com"; option domain-name-servers 192.168.1.1; option broadcast-address 192.168.1.255; option routers 192.168.1.1;# next-server 192.168.0.1;# get-lease-hostnames true; option subnet-mask 255.255.255.0;# option root-path "/opt/ltsp/i386"; option root-path "/opt/ltsp/amd64"; if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {# filename "/ltsp/i386/pxelinux.0"; filename "/ltsp/amd64/pxelinux.0"; } else {# filename "/ltsp/i386/nbi.img"; filename "/ltsp/amd64/nbi.img"; }}</pre><br /><br />(Note: Since we are using 64-bit, we are replacing "i386" directory name with "amd64")<br /><br /></li><li>Issue the following commands (and follow instructions even if to remove a directory with '''rm -rf''' command):<ul><li>ltsp-update-sshkeys</li><li>ltsp-update-image</li><li>ltsp-build-client</li><li>invoke-rc.d dhcp3-server restart</li>
</ol>
13,420
edits

Navigation menu