On Wednesday 11 August 2004 23:30, Kevin Verheyen wrote:
> Hello,
>
> I'm trying to setup my first LTSP server on a suse 9.1 default install.
>
Here's the contents of my dhcpd.conf from my SuSE 9.1 LTSP setup:


#
# Sample configuration file for ISC dhcpd
#
# Make changes to this file and copy it to /etc/dhcpd.conf
#

ddns-update-style            none;

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

option subnet-mask           255.255.255.0;
option broadcast-address     192.168.1.255;
option routers               192.168.1.254;
option domain-name-servers   192.168.1.254;
option domain-name           "phil.dialsolutions.co.uk";          # <--Fix this domain 
name

option root-path             "192.168.1.20:/opt/ltsp/i386";

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


subnet 192.168.1.0 netmask 255.255.255.0
{
  range dynamic-bootp 192.168.1.210 192.168.1.220;
  use-host-decl-names      on;
  option log-servers       192.168.1.20;
  filename             "/lts/vmlinuz-2.4.24-ltsp-1";
   
#
##
## If you want to use static IP address for your workstations, then un-comment
## the following section and modify to suit your network.
## Then, duplicate this section for each workstation that needs a static
## IP address.
##
##    host ws001 {                                       <----- Fix this hostname
##        hardware ethernet    00:11:22:33:44:55;           <-- Fix this MAC addr
##        fixed-address        192.168.0.1;                 <-- Fix this IP addr
##        filename             "/lts/vmlinuz-2.4.21-ltsp-1";
##    }

##
## If you want to use a dynamic pool of addresses, then un-comment the following
## lines and modify to match your network.
##
##    subnet  192.168.1.0 netmask 255.255.255.0 {
##        range dynamic-bootp 192.168.1.210 192.168.1.220;
##    }

}

#
# If you need to pass parameters on the kernel command line, you can
# do it with option-129.  In order for Etherboot to look at option-129,
# you MUST have option-128 set to a specific value.  The value is a
# special Etherboot signature of 'e4:45:74:68:00:00'.
#
# Add these two lines to the host entry that needs kernel parameters
#
#        option option-128     e4:45:74:68:00:00;       # NOT a mac address
#        option option-129     "NIC=ne IO=0x300";
#

-- 
Phil Driscoll


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_____________________________________________________________________
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