[frgeek-michiana] home <> lab ltsp server /etc/dhcp3/dhcpd.conf

  • From: Richard Zimmerman <ke4rit@xxxxxxxxxxxx>
  • To: Free Geek Michiana <frgeek-michiana@xxxxxxxxxxxxx>
  • Date: Tue, 28 Feb 2006 23:47:28 -0500

The Debian/Testing distro installed no problem on the SuperMicro server.... God what a sweet rig!

Anyhow...

Tom and I (Goose) stayed til 11:30pm last night trying to get the Debian/Testing dhcp3-server to be nice and dish a server address to the workstation.

Below is what the test ltsp server /etc/dhcp3/dhcpd.conf looks like:

#
# Sample configuration file for ISC dhcpd for Debian
#
# $Id: dhcpd.conf,v 1.4.2.2 2002/07/10 03:50:33 peloy Exp $
#

# option definitions common to all supported networks...

option domain-name "";

default-lease-time              21600;
max-lease-time                  21600;

ddns-update-style               none;
option broadcast-address        192.168.0.255;
option domain-name-servers      192.168.0.254;
option routers                  192.168.121.1;
option log-servers              192.168.0.254;
use-host-decl-names             on;

option option-128 code 128 = string;
option option-129 code 129 = text;


subnet 10.0.0.0 netmask 255.255.255.0 { }

subnet 192.168.0.0 netmask 255.255.255.0 {
 range 192.168.0.1 192.168.0.250;

#  Original LTSP Config
 option root-path              "192.168.0.254:/opt/ltsp/i386";
 filename                      "/lts/vmlinuz-2.4.26-ltsp-2";
}


#host Posideon { # hardware ethernet 00:60:08:9c:6b:f7; # fixed-address 192.168.121.3; #}

host WS001 {
 hardware ethernet 00:01:03:BC:AB:95;
 fixed-address 192.168.0.1;
}

*** Note ***
Tom, the only thing I see here is that the domain-name is set to ""! It's not that way in the lab. I know we talked about it but never actually disabled it. I wonder.....


On the 'option routers', I have my dhcp server dish a fixed ip address to the test ltsp server, thus I was able to hard code the router address. I don't beleive that is an issue with the Sally server. I could be wrong....

Goose



To post to the list send email to <frgeek-michiana@xxxxxxxxxxxxxx>

You may unsubscribe or change your list settings by going to the list website at 
<//www.freelists.org/webpage/frgeek-michiana>

Other related posts:

  • » [frgeek-michiana] home <> lab ltsp server /etc/dhcp3/dhcpd.conf