Hello Brian,

Wednesday, July 30, 2003, 4:16:20 PM, you wrote:

> Could someone tell me how I can give a second dns server name to my non-ltsp clients
> (my ltsp server is set as my primary dns server for my lan)

> If I assign it to all dhcp clients, the ltsp workstations won't boot

Do they refuse to boot at etherboot, or later at dhclient step? This
could be interesting to be improved...

Else you can have a dhcpd.conf structure like this


subnet blah  {
  group {
        host ws001 {
             hardware ethernet ....
        }
        host ws002 {
             ...
        }
        option a;
  }
  group {
        host windows001 {
             ...
        }
        host windows002 {
             ...
        }
        option b;
  }
}

> I seem to have a problem with my named process going defunct every once in a while
> and  I haven't been able to figure out the problem yet

Have this too (but only on my home server/router). I solved it by
cronjobbing a restart of named. Not so nice, but I was too lazy to do
otherwise. Btw, this happened in two different versions of named, so I
at least tried one other version.

Best regards,
 Anselm Martin Hoffmeister
 Stockholm Projekt Computer-Service
 <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_____________________________________________________________________
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.freenode.net

Reply via email to