From: Luke P. <lop...@wi...> - 2004-07-16 17:48:04
|
Yep, that's exactly what I did (see original post). Thanks again -Luke > Have you tried to modify /etc/nsswitch.conf (the one on the nodes) so > that it tries to use /etc/hosts first in order to resolve addresses? > Normally /etc/nsswitch.conf contains: > passwd: bproc > hosts: bproc > > In a normal running system it has many more entries. One could modify it so that > it looks like: > passwd: bproc > hosts: files bproc |