Erik,
You didn't send your entire dhcpd.conf file, but I'm going to give
a guess anyway.
I'd say you are missing the 'use-host-decl-names on;' entry in the
dhcpd.conf file.
It should look something like this:
group {
use-host-decl-names on;
option log-servers 192.168.57.1;
host ws001 {
hardware ethernet 00:E0:06:E8:00:84;
fixed-address 192.168.57.1;
filename "/lts/vmlinuz-2.4.9-ltsp-4";
}
}
Give that a try.
Jim McQuillan
[EMAIL PROTECTED]
Erik Hjortsberg wrote:
>I have a small (so far) ltsp-network (3.0.0, same problem with 2.0.9-pre4)
>with one Redhat 7.2 server, two clients and a separate dhcp-server.
>Everything runs fine, except that the ltsp's scripts doesn't get the names of
>the clients. That means that both client share the same swap-file
>(/var/opt/ltsp/swapfiles/.swap) and it's not possible to set up different
>configs in lts.conf.
>The dhcpd.conf looks like this:
>
>host felicia {
> hardware ethernet 00:40:95:30:1B:B8;
> fixed-address 194.47.249.68;
> server-name "felicia.ostgota.lu.se";
>}
>
>host expen1 {
> hardware ethernet 00:30:4f:12:94:55;
> fixed-address 194.47.249.69;
> next-server 194.47.249.68;
> filename "lts/vmlinuz-2.4.9-ltsp-4";
> option root-path "194.47.249.68:/opt/ltsp/i386";
>}
>
>host expen2 {
> hardware ethernet 00:30:4f:12:c6:77;
> fixed-address 194.47.249.70;
> next-server 194.47.249.68;
> filename "lts/vmlinuz-2.4.9-ltsp-4";
> option root-path "194.47.249.68:/opt/ltsp/i386";
>}
>
>
>Anyone have a clue as to why the clients("expen1" and "expen2") don't get
>their names? When running, they respond to ping ("ping expen1").
>
>/erik hjortsberg
>
>_____________________________________________________________________
>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