Title: RE: [Ltsp-discuss] DHCP server is Netgear router
No prob...
Good Luck!

On Thu, 2003-05-29 at 16:11, Oren Levy wrote:
Cool, thanks!
-----Original Message-----
From: Jacob Hoopes [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 29, 2003 3:07 PM
To: Oren Levy
Subject: RE: [Ltsp-discuss] DHCP server is Netgear router


Hey if you want to do that you need to put this line on the first line of your /etc/dhcpd.conf file:
not authoritative;
that's it, now you just give static ip's to your ltsp nodes and under your subnet declaration in the linux /etc/dhcpd.conf make it look similar to this:
subnet 192.168.100.0 netmask 255.255.255.0 {
        range dynamic-bootp            192.168.100.1 192.168.100.20;
        ping-check                     true;
        deny                             unknown-clients; <--this is the option we're concerned with
        host wyse {
                hardware ethernet    00:00:00:00:00:00;
                fixed-address          192.168.100.1;
                filename                 "/pxelinux.0";
                option vendor-class-identifier  "PXEClient";
                option vendor-encapsulated-options 09:0f:80:00:0c:4e:65:74:77:6f:72:6b:20:62:6f:6f:74:0a:07:00:50:72:6f:6d:70:74:06:01:02:08:03:80:00:00:47:04:80:00:00:00:ff;
        }
}

On Thu, 2003-05-29 at 15:09, Oren Levy wrote:
Thanks all. Just to be clear, I want to keep the router DHCP running, for all the other PCs, while I fiddle around with LTSP. Thus, I wanted to add a linux DHCP server to run in parallel with the router. LTSP clients would speak to the linux DHCP server, everyone else would speak with the router.

It's linux, so no doubt this can be done. But, it's linux, so it's probably difficult.

-----Original Message-----
From: Rob Apodaca [
mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 27, 2003 8:12 AM
To: Oren Levy
Cc: '[EMAIL PROTECTED]'
Subject: Re: [Ltsp-discuss] DHCP server is Netgear router



On Tue, 27 May 2003 08:36:57 -0700
Oren Levy <[EMAIL PROTECTED]> wrote:


> My DHCP server is a Netgear router, not a linux box. So, is it possible to
> still use LTSP? How?


Sure. Simply disable dhcp server on netgear box and set dhcp server up on
linux box.
Use a range of IP's for your non-ltsp workstations and specify your ip/mac
addresses
for your ltsp workstations.


You can run two dhcp servers but it requires additional steps. See:
http://www.ltsp.org/contrib/parallel_dhcp.txt
for more information.


-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software.
http://www.objectstore.net/sourceforge
_____________________________________________________________________
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