I'm glad someone read that

hehe



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 12, 2001 12:09 PM
To: [EMAIL PROTECTED]
Subject: Re: [Ltsp-discuss] SuSE 7.3 / new DHCP Version


Mattias

> > Try putting this line in your dhcpd.conf file:
> > ddns-update-style ad-hoc;
> > if that doesn't work try __
> > ddns-update-style none;
> That cannot be the solution because this entry is already available.

  Option unique-name1 code 128 = string;  #use any unique-value-here
  Option unique-name2 code 129 = text;    #use another unique-value- here

    then under the host when you tell it to look for the options do this

      host ts003 {
        option routers 172.25.135.1;
         option root-path "172.25.135.93:/opt/ltsp/i386";
         filename "/lts/artlinuz.all8meg";
         hardware ethernet 00:a0:c9:2d:16:af;
         option unique-name1 e4:45:74:68:00:00;
         option unique-name2
         "NIC=eepro100"; 
         fixed-address 172.25.135.202;
         }

James

_____________________________________________________________________
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

_____________________________________________________________________
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