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

Reply via email to