I have a similar setup, and rather than mess with my broadband router's dhcp
config file, which I can't really do much to all that easily, I just turned
off the dhcp server on the router, and used the ltsp server as the dhcp
server as well.  In that case, all I had to do was configure my dhcp server
to point to the broadband router as the router -- so my dhcpd.conf file
reads like this:

subnet 192.168.1.0 netmask 255.255.255.0 {
    range 192.168.1.25 192.168.0.45;
    option domain-name-servers 192.168.1.1;
    option routers 192.168.1.1;
    option root-path    "192.168.1.2:/opt/ltsp/i386";
}

--
Arif Mamdani
Circuit Rider
LINC Project -- Welfare Law Center
www.lincproject.org www.welfarelaw.org
p: 212.633.6967

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Timothy
Legge
Sent: Wednesday, December 12, 2001 3:13 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [Ltsp-discuss] Alternative DHCP server


Hi

I would also be interested in this.  I currently have a hardware broadband
router that can be a dhcp server.  If I understand correctly there would be
no way for the router to know where the boot server is located.  Is this
correct?

Tim

-----Original Message-----
From: Joe MacDonald [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 12, 2001 4:02 PM
To: [EMAIL PROTECTED]
Subject: [Ltsp-discuss] Alternative DHCP server


Is it possible to setup the ltsp project and have a DHCP server running
on a different box on the network?



****************************************************************************
*****************
This E-mail message (including attachments, if any) is intended for the use
of the individual or entity to which it is addressed and may contain
information that is privileged, proprietary, confidential and exempt from
disclosure. If you are not the intended recipient, you are notified that
any dissemination, distribution or copying of this communication is
strictly prohibited. If you have received this communication in error,
please notify the sender and erase this E-mail message immediately.

Le présent message électronique (y compris les pièces qui y sont annexées,
le cas échéant)  s'addresse au destinataire indiqué et peut contenir des
renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le
destinataire de ce document, nous vous signalons qu'il est strictement
interdit de le diffuser, de le distribuer ou de le reproduire. Si ce message
vous a été transmis par erreur, veuillez en informer l'expediteur et les
 upprimer immédiatement.

_____________________________________________________________________
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.openprojects.net



_____________________________________________________________________
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.openprojects.net

Reply via email to