Here is the sample of my dhcp.con file!!!
# Sample configuration file for ISCD dhcpd
#
# Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd
# once you adjusted this file and copied it to
/etc/dhcpd.conf.
#

ddns-update-style             none;
default-lease-time            21600;
max-lease-time                21600;

option subnet-mask            255.192.0.0;
option broadcast-address      10.63.255.255;
option routers                10.0.0.1;
option domain-name-servers    196.31.225.197;
option domain-name            "polytechnic.edu.na";
option root-path              "10.1.1.201:/opt/ltsp/i386";

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

shared-network WORKSTATIONS {
    subnet 10.0.0.0 netmask 255.192.0.0 {
    }
}

group   {
    use-host-decl-names       on;
    option log-servers        10.1.1.201;

    host ws001 {
        hardware ethernet     00:10:5A:73:5F:19;
        fixed-address         10.1.1.210;
        filename              "/lts/vmlinuz-2.4.22-ltsp-1";
        option option-128     e4:45:74:68:00:00;
      #  option option-129     "NIC=eepro100";
    }
    host ws002 {
        hardware ethernet     00:04:75:FE:11:F5;
        fixed-address         10.1.1.211;
        filename
             "/lts/2.4.22-ltsp-1/pxelinux.0";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=tulip";
    }
}
___________________________________________
 Look Good, Feel Good www.healthiest.co.za



-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_____________________________________________________________________
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