[K12OSN] Dual NIC and DHCP

MW Rathburn admin at childrenfirstflorida.org
Sat Nov 8 21:11:58 UTC 2008


I found this:

> -----Original Message-----
> From: Jacob Hoopes
> 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:7
4: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 a five year old post, but I assume it's still valid for the latest
K12LSTP version?  Each thin client that I'd have connect to LSTP would have
an entry in the dhcpd.conf file.





More information about the K12OSN mailing list