Rolf-Werner Eilert
2014-12-18 09:37:34 UTC
Hi folks,
I would like to have an LTSP 5 alongside with an LTSP 4.2 on the same
server. Long time ago, I had this running. But I do not remember every
detail, and answers in the net are either outdated or too unfocused.
As far as I understand, the only glitch is getting dhcp to hand out the
data for either of the two LTSP breeds according to the MAC address of
the terminals.
Here is some basic data of the server's /etc/dhcpd as it works now. This
is an LTSP-4.2-only system and it has been running like this for years:
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.10.255;
option routers 192.168.10.2;
option domain-name-servers 192.168.10.103;
option domain-name "eilert";
option root-path "192.168.10.103:/opt/ltsp-4.2u4/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;
ddns-update-style none;
default-lease-time 21600;
max-lease-time 21600;
shared-network WORKSTATIONS {
subnet 192.168.10.0 netmask 255.255.255.0 {
}
}
group {
option log-servers 192.168.10.103;
use-host-decl-names on;
next-server 192.168.10.103;
host ws001 {
hardware ethernet 00:B0:D0:66:3A:36;
fixed-address 192.168.10.111;
filename "/lts/2.6.17.8-ltsp-1/pxelinux.0";
}
host ws002 {
hardware ethernet 00:B0:D0:B8:B9:96;
fixed-address 192.168.10.112;
filename "/lts/2.6.17.8-ltsp-1/pxelinux.0";
}
and so on. As you can see, there is only one group without a name. To
add LTSP 5, would I have to add another group? (Or is there another way
to do that?)
For establishing another group, which options would have to be put into
the LTSP 4 and the LTSP 5 groups and which options may remain at the top
for both?
Thanks for any advice!
Rolf
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net
I would like to have an LTSP 5 alongside with an LTSP 4.2 on the same
server. Long time ago, I had this running. But I do not remember every
detail, and answers in the net are either outdated or too unfocused.
As far as I understand, the only glitch is getting dhcp to hand out the
data for either of the two LTSP breeds according to the MAC address of
the terminals.
Here is some basic data of the server's /etc/dhcpd as it works now. This
is an LTSP-4.2-only system and it has been running like this for years:
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.10.255;
option routers 192.168.10.2;
option domain-name-servers 192.168.10.103;
option domain-name "eilert";
option root-path "192.168.10.103:/opt/ltsp-4.2u4/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;
ddns-update-style none;
default-lease-time 21600;
max-lease-time 21600;
shared-network WORKSTATIONS {
subnet 192.168.10.0 netmask 255.255.255.0 {
}
}
group {
option log-servers 192.168.10.103;
use-host-decl-names on;
next-server 192.168.10.103;
host ws001 {
hardware ethernet 00:B0:D0:66:3A:36;
fixed-address 192.168.10.111;
filename "/lts/2.6.17.8-ltsp-1/pxelinux.0";
}
host ws002 {
hardware ethernet 00:B0:D0:B8:B9:96;
fixed-address 192.168.10.112;
filename "/lts/2.6.17.8-ltsp-1/pxelinux.0";
}
and so on. As you can see, there is only one group without a name. To
add LTSP 5, would I have to add another group? (Or is there another way
to do that?)
For establishing another group, which options would have to be put into
the LTSP 4 and the LTSP 5 groups and which options may remain at the top
for both?
Thanks for any advice!
Rolf
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_____________________________________________________________________
Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto:
https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help, try #ltsp channel on irc.freenode.net