>
>
> <Check your /etc/dhcpd.conf file (are you using Linux?)
>
> yes, suse 8.0
>
> <Your IP addresses, 10.0.0.3, 10.0.0.1 and 0.0.0.0 are likely not correct
>
> With regards Claus Larsen
>
> #
> # 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.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            "yourdomain.com";
> option root-path              "192.168.0.254:/opt/ltsp/i386";
>
> option option-128 code 128 = string;
> option option-129 code 129 = text;
>
> 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 ws001 {
>        hardware ethernet     00:E0:06:E8:00:84;
>        fixed-address         192.168.0.1;
>        filename              "/lts/vmlinuz-2.4.9-ltsp-6";
>        option option-128     e4:45:74:68:00:00;
>        option option-129     "NIC=eepro100";
>    }
>    host ws002 {
>        hardware ethernet     00:D0:09:30:6A:1C;
>        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=tulip";
>    }
> }
>
>





-------------------------------------------------------
This sf.net email is sponsored by: Jabber Inc.
Don't miss the IM event of the season | Special offer for OSDN members! 
JabberConf 2002, Aug. 20-22, Keystone, CO http://www.jabberconf.com/osdn
_____________________________________________________________________
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