On Mon, 29 Jul 2002 21:42:48 +0200
Lambert Bernard <[EMAIL PROTECTED]> wrote:

> Hi
> 
> previously i used option 128 and 129 with success.
> 
> I have upgraded to Suse 8.0 and dhcpd V 3.01
> 
> now this option does'nt work and i dont know the new syntax and
> nothing is talk in man of dhcpd about the new syntax
> 
> anyone can help me ?
> 
> regards
> 

Some examples:

# Sample configuration file for ISCD dhcpd

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

option subnet-mask            255.255.255.0;
option broadcast-address      192.168.0.255;
option routers                192.168.0.254;
option domain-name-servers    192.168.0.254;
option domain-name            "mydomain.net";
option root-path              "/opt/ltsp/i386";
option option-128 code 128 = string;
option option-129 code 129 = text;

ddns-update-style ad-hoc;

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

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

    host xxxx {
      hardware ethernet     00:C0:4F:C7:C1:4A;
      fixed-address         192.168.0.2;
      filename              "/lts/vmlinuz-2.4.9-ltsp-6";
      option option-128     e4:45:74:68:00:00;  
      option option-129     "NIC=3c509";
    }

    host yyyy {
      hardware ethernet     00:C0:4F:B4:C0:3B;
      fixed-address         192.168.0.7;
      filename              "/lts/vmlinuz-2.4.9-ltsp-6";
      option option-128     e4:45:74:68:00:00;  
      option option-129     "NIC=3c95x";
    }
}

Good luck - John


-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_____________________________________________________________________
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.openprojects.net

Reply via email to