ok, i have a network in a mixed enviroment with UNIX and windows clients. i have a WINS and a DNS server. can the UNIX clients get ther name resolution done from one of these or do they need to manuelly edit either the host or lmhosts file locally?
thanks!
__________________ WinXP Pro
P4 2.5 Ghz/socket 478/400FSB/512L2
512 megs PC800 Rambus
ABIT TH7II-Raid mobo
128MB Nvidia FX 5200 Home Theatre w/TV out and Remote
80 Gig Western Digital/8mb Cache/7200 RPM\'s
20 gig Fujitsu/2mb Cache/5400 RPM\'s
48x40x48/16X Dvd/CD-Burner
Unix clients use something called BIND, which stands for Berkley Internet Name Domain. Most server OSes can be configured to work with BIND.
BIND is basically the same thing as DNS.
BIND = UNIX
DNS = Windows
__________________ <code>
(\ /) This is Bunny. Add him to your signature
(O.o) to help him achieve <a href=\"http://carboxymoron.com/sigbunny/\" title=\"the signature bunny\">world domination</a>.
(> <)
</code>
<code>Shakie<br>Smodministrator<br>\"If I don\'t step over the line every now-and-then, how will I know where it is?\"</code>
Not necessarily. I think you can configure it to pull from a pool. I will have to do some checking to confirm.
__________________ <code>
(\ /) This is Bunny. Add him to your signature
(O.o) to help him achieve <a href=\"http://carboxymoron.com/sigbunny/\" title=\"the signature bunny\">world domination</a>.
(> <)
</code>
<code>Shakie<br>Smodministrator<br>\"If I don\'t step over the line every now-and-then, how will I know where it is?\"</code>
Configuring the host/lmhost files will definitely make sure all unix clients have adequate name resolution. If you don't too big of a network it might be easier to manually setup the host file.
Unless, you are a master with the BIND configuration!
All clients are configured to use one or more DNS servers using the /etc/resolv.conf file. This file can contain a number of directives including nameserver, domain, search, sortlist and a number of options. (Try the man resolver command for more information.) The only directive you really need is one nameserver entry listing the IP address of a DNS server. Multiple nameserver directives can be used.
__________________ <code>
(\ /) This is Bunny. Add him to your signature
(O.o) to help him achieve <a href=\"http://carboxymoron.com/sigbunny/\" title=\"the signature bunny\">world domination</a>.
(> <)
</code>
<code>Shakie<br>Smodministrator<br>\"If I don\'t step over the line every now-and-then, how will I know where it is?\"</code>