gutsy and regular PCs on edubuntu lan
Gavin McCullagh
gmccullagh at gmail.com
Fri Nov 2 14:52:17 GMT 2007
On Fri, 02 Nov 2007, Bill Moseley wrote:
> +----------------------------------
> | eth1 192.168.1.49 |
> | LTSP Server running dhcpd |
> | eth0 192.168.0.1 |
> +---------------------------------+
> authoritative;
>
> subnet 192.168.0.0 netmask 255.255.255.0 {
> range 192.168.0.20 192.168.0.250;
> option domain-name "example.com";
> option domain-name-servers 192.168.0.1;
> option broadcast-address 192.168.0.255;
> option routers 192.168.0.1;
> # next-server 192.168.0.254;
> # get-lease-hostnames true;
> option subnet-mask 255.255.255.0;
> option root-path "/opt/ltsp/i386";
> if substring( option vendor-class-identifier, 0, 9 ) = "PXEClient" {
> filename "/ltsp/i386/pxelinux.0";
> } else {
> filename "/ltsp/i386/nbi.img";
> }
> }
If suspect if you restart your dhcp server on the LTSP server by hand:
sudo /etc/init.d/dhcp3-server restart
and then look in /var/log/daemon.log, you'll see a warning message like this:
Nov 2 14:36:03 brooks dhcpd: No subnet declaration for eth1 (192.168.1.49).
Nov 2 14:36:03 brooks dhcpd: ** Ignoring requests on eth1. If this is not what
Nov 2 14:36:03 brooks dhcpd: you want, please write a subnet declaration
Nov 2 14:36:03 brooks dhcpd: in your dhcpd.conf file for the network segment
Nov 2 14:36:03 brooks dhcpd: to which interface eth1 is attached. **
Gavin
More information about the edubuntu-users
mailing list