Okay,

Here comes my dhcpd.conf file.

Wouter


On 05-Feb-02 [EMAIL PROTECTED] wrote:
> Wouter,
> 
> How about you send me your dhcpd.conf file, maybe i'll
> be able to see what's wrong.
> 
> Jim.

--------------------------------------------
Wouter DeBacker ([EMAIL PROTECTED])
05-Feb-02    22:56:07    (SuSE Linux Xfmail)
--------------------------------------------
# Sample configuration file for ISCD dhcpd
#

# Additional lines for DHCP from ISC version 3.0 or newer
ddns-update-style             ad-hoc;
# End of additional lines

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

option subnet-mask            255.255.255.0;
option broadcast-address      10.54.60.255;
option routers                10.54.60.200;
option domain-name-servers    10.54.60.200;
option domain-name            "green.tux";
option root-path              "10.54.60.200:/opt/ltsp/i386";

# Additional lines for DHCP from ISC version 3.0 or newer
option option-128 code 128 = string;
option option-129 code 129 = text;
# End of additional lines

shared-network WORKSTATIONS {
    subnet 10.54.60.0 netmask 255.255.255.0 {
    }
}

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

#   AST Bravo MS P/75
    host ws001 {
        hardware ethernet     00:80:C8:1F:0F:98;
        fixed-address         10.54.60.1;
        filename              "/lts/vmlinuz-2.4.9-ltsp-5";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=ne IO=0x320";
    }
    
#   AST Bravo LC P/75    
    host ws002 {
        hardware ethernet     00:80:C8:1F:0F:96;
        fixed-address         10.54.60.2;
        filename              "/lts/vmlinuz-2.4.9-ltsp-5";
        option option-128     e4:45:74:68:00:00;
        option option-129     "NIC=ne IO=0x320";
    }
}

Reply via email to