EmadCT kirjoitti viestiss��n (l�hetysaika Maanantai 20. Syyskuuta 2004 08:52):

> My problem is that my clients gattering IP from domain DHCP server and
> not by mine.

Hello there,

I got something like this on my dhcpd.conf. 10.38.8.3 (serveri.evl.fi) is a 
Windows NT that takes care about Windows clients ip-numbers. My linux.evl.fi 
(10.38.8.2) takes care about thin clients. I think that first line on script 
helps.

Best regards, Asmo Koskinen.

---

# LTSP.org @ linux.evl.fi, Kokkolan suomalainen seurakunta

not authoritative;

ddns-update-style � � � � � �none;

default-lease-time � � � � � 21600;
max-lease-time � � � � � � � 21600;

option subnet-mask                      255.255.255.0;
option broadcast-address                10.38.8.255;
option routers � � � � � �      10.38.8.1;
option domain-name-servers �    172.29.24.40, 193.229.0.40;
option domain-name � � � � �    "evl.fi";

option root-path � � � � � � �"10.38.8.2:/opt/ltsp/i386";

option option-128 code 128 = string;
option option-129 code 129 = text;

subnet 10.38.8.0 netmask 255.255.255.0 {
��������use-host-decl-names � � �on;
��������option log-servers � � � 10.38.8.2;

#
# Nuorisotoimisto, Kokkolan suomalainen seurakunta
#

# ta109 - MikroMikko ErgoPro X
# 3C905CX-TX-M
# Rom-O-Matic : eb-5.2.4-3c90x.zdsk
# Nuorisotoimisto, Seija

host ta109 {
� � � � hardware ethernet � �00:0A:5E:40:C5:79;
� � � � fixed-address � � � �10.38.8.109;
��������if substring (option vendor-class-identifier, 0, 9) = "PXEClient"
� � � � {
��������filename � � � � �"/eb-5.2.4-3c90x.zpxe";
��������}
��������else
��������{
��������filename � � � � �"/lts/vmlinuz-2.4.24-ltsp-4";
��������option vendor-encapsulated-options 
3c:09:45:74:68:65:72:62:6f:6f:74:ff;
��������}
� � }

And so on...



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_____________________________________________________________________
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

Reply via email to