Joseph,
1) Make sure you are using the dhcpd3 package
2) Assuming that both the LTSP and laptop DHCP is being served over
the same interface you need to use the shared-subnet declaration:
shared-network WORKSTATIONS {
subnet 192.168.0.0 netmask 255.255.255.0 {
{all your LTSP stuff}
}
}
shared-network LAPTOPS {
subnet 192.168.2.0 netmask 255.255.255.0 {
range 192.168.2.2 192.168.2.253;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.2.255;
option routers 192.168.2.254;
option domain-name-servers 192.168.2.254;
option domain-name "foobar.com";
}
}
3) Note that in this example the laptops use a different IP space then
the LTSP machines and the NIC has been assigned a second IP.
You *DO NOT* (I repeat DO NOT) want just anyone to be able to hop
onto your LTSP network.
Pete Billson
--
http://www.elbnet.com
ELB Internet Service, Inc.
Web Design, Computer Consulting, Internet Hosting
Joseph Hesse wrote:
-->
Hi,
I installed LTSP on Debian 3.1 and it works great.
I want to allow people to plug their laptops into my network (same
subnet) and use it as a laptop, not a thin client.
According to the instructions in the sample dhcpd.conf file, I
uncommented some lines to get:
subnet 192.168.0.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.0.150 192.168.0.155;
}
Unfortunately either I misunderstood the instructions or they are not
correct.
My dhcpd server would not start, I got the error, from syslog, that
“subnet declarations not allowed here.”
Any suggestions or pointers would be much appreciated.
Joe Hesse
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_____________________________________________________________________
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