source: branches/samba-3.2.x/docs/htmldocs/Samba3-HOWTO/integrate-ms-networks.html

Last change on this file was 335, checked in by Herwig Bauernfeind, 16 years ago

Update 3.2 to 3.2.14 (final)

File size: 35.1 KB
Line 
1<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Chapter 29. Integrating MS Windows Networks with Samba</title><link rel="stylesheet" href="../samba.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.74.0"><link rel="home" href="index.html" title="The Official Samba 3.2.x HOWTO and Reference Guide"><link rel="up" href="optional.html" title="Part III. Advanced Configuration"><link rel="prev" href="pam.html" title="Chapter 28. PAM-Based Distributed Authentication"><link rel="next" href="unicode.html" title="Chapter 30. Unicode/Charsets"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">Chapter 29. Integrating MS Windows Networks with Samba</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="pam.html">Prev</a> </td><th width="60%" align="center">Part III. Advanced Configuration</th><td width="20%" align="right"> <a accesskey="n" href="unicode.html">Next</a></td></tr></table><hr></div><div class="chapter" lang="en"><div class="titlepage"><div><div><h2 class="title"><a name="integrate-ms-networks"></a>Chapter 29. Integrating MS Windows Networks with Samba</h2></div><div><div class="author"><h3 class="author"><span class="firstname">John</span> <span class="othername">H.</span> <span class="orgname">Samba Team</span> <span class="surname">Terpstra</span></h3><div class="affiliation"><span class="orgname">Samba Team<br></span><div class="address"><p><code class="email">&lt;<a class="email" href="mailto:jht@samba.org">jht@samba.org</a>&gt;</code></p></div></div></div></div><div><p class="pubdate"> (Jan 01 2001) </p></div></div></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="sect1"><a href="integrate-ms-networks.html#id2668091">Features and Benefits</a></span></dt><dt><span class="sect1"><a href="integrate-ms-networks.html#id2668111">Background Information</a></span></dt><dt><span class="sect1"><a href="integrate-ms-networks.html#id2668240">Name Resolution in a Pure UNIX/Linux World</a></span></dt><dd><dl><dt><span class="sect2"><a href="integrate-ms-networks.html#id2668313">/etc/hosts</a></span></dt><dt><span class="sect2"><a href="integrate-ms-networks.html#id2668502">/etc/resolv.conf</a></span></dt><dt><span class="sect2"><a href="integrate-ms-networks.html#id2668538">/etc/host.conf</a></span></dt><dt><span class="sect2"><a href="integrate-ms-networks.html#id2668589">/etc/nsswitch.conf</a></span></dt></dl></dd><dt><span class="sect1"><a href="integrate-ms-networks.html#id2668713">Name Resolution as Used within MS Windows Networking</a></span></dt><dd><dl><dt><span class="sect2"><a href="integrate-ms-networks.html#id2669148">The NetBIOS Name Cache</a></span></dt><dt><span class="sect2"><a href="integrate-ms-networks.html#id2669234">The LMHOSTS File</a></span></dt><dt><span class="sect2"><a href="integrate-ms-networks.html#id2669410">HOSTS File</a></span></dt><dt><span class="sect2"><a href="integrate-ms-networks.html#id2669438">DNS Lookup</a></span></dt><dt><span class="sect2"><a href="integrate-ms-networks.html#id2669465">WINS Lookup</a></span></dt></dl></dd><dt><span class="sect1"><a href="integrate-ms-networks.html#id2669603">Common Errors</a></span></dt><dd><dl><dt><span class="sect2"><a href="integrate-ms-networks.html#id2669616">Pinging Works Only One Way</a></span></dt><dt><span class="sect2"><a href="integrate-ms-networks.html#id2669647">Very Slow Network Connections</a></span></dt><dt><span class="sect2"><a href="integrate-ms-networks.html#id2669689">Samba Server Name-Change Problem</a></span></dt></dl></dd></dl></div><p>
2<a class="indexterm" name="id2668049"></a>
3This chapter deals with NetBIOS over TCP/IP name to IP address resolution. If
4your MS Windows clients are not configured to use NetBIOS over TCP/IP, then this
5section does not apply to your installation. If your installation involves the use of
6NetBIOS over TCP/IP, then this chapter may help you to resolve networking problems.
7</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>
8<a class="indexterm" name="id2668066"></a>
9<a class="indexterm" name="id2668073"></a>
10NetBIOS over TCP/IP has nothing to do with NetBEUI. NetBEUI is NetBIOS
11over Logical Link Control (LLC). On modern networks it is highly advised
12to not run NetBEUI at all. Note also that there is no such thing as
13NetBEUI over TCP/IP the existence of such a protocol is a complete
14and utter misapprehension.
15</p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2668091"></a>Features and Benefits</h2></div></div></div><p>
16Many MS Windows network administrators have never been exposed to basic TCP/IP
17networking as it is implemented in a UNIX/Linux operating system. Likewise, many UNIX and
18Linux administrators have not been exposed to the intricacies of MS Windows TCP/IP-based
19networking (and may have no desire to be, either).
20</p><p>
21This chapter gives a short introduction to the basics of how a name can be resolved to
22its IP address for each operating system environment.
23</p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2668111"></a>Background Information</h2></div></div></div><p>
24<a class="indexterm" name="id2668119"></a>
25<a class="indexterm" name="id2668126"></a>
26<a class="indexterm" name="id2668133"></a>
27<a class="indexterm" name="id2668140"></a>
28<a class="indexterm" name="id2668147"></a>
29Since the introduction of MS Windows 2000, it is possible to run MS Windows networking
30without the use of NetBIOS over TCP/IP. NetBIOS over TCP/IP uses UDP port 137 for NetBIOS
31name resolution and uses TCP port 139 for NetBIOS session services. When NetBIOS over
32TCP/IP is disabled on MS Windows 2000 and later clients, then only the TCP port 445 is
33used, and the UDP port 137 and TCP port 139 are not.
34</p><div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Note</h3><p>
35When using Windows 2000 or later clients, if NetBIOS over TCP/IP is not disabled, then
36the client will use UDP port 137 (NetBIOS Name Service, also known as the Windows Internet
37Name Service, or WINS), TCP port 139, and TCP port 445 (for actual file and print traffic).
38</p></div><p>
39<a class="indexterm" name="id2668175"></a>
40<a class="indexterm" name="id2668181"></a>
41<a class="indexterm" name="id2668188"></a>
42<a class="indexterm" name="id2668195"></a>
43<a class="indexterm" name="id2668201"></a>
44<a class="indexterm" name="id2668208"></a>
45When NetBIOS over TCP/IP is disabled, the use of DNS is essential. Most installations that disable NetBIOS
46over TCP/IP today use MS Active Directory Service (ADS). ADS requires
47<a class="indexterm" name="id2668218"></a> dynamic DNS with Service Resource
48Records (SRV RR) and with Incremental Zone Transfers (IXFR). <a class="indexterm" name="id2668229"></a>
49Use of DHCP with ADS is recommended as a further means of maintaining central control over the client
50workstation network configuration.
51</p></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2668240"></a>Name Resolution in a Pure UNIX/Linux World</h2></div></div></div><p>
52The key configuration files covered in this section are:
53</p><a class="indexterm" name="id2668250"></a><a class="indexterm" name="id2668257"></a><a class="indexterm" name="id2668264"></a><a class="indexterm" name="id2668271"></a><div class="itemizedlist"><ul type="disc"><li><p><code class="filename">/etc/hosts</code></p></li><li><p><code class="filename">/etc/resolv.conf</code></p></li><li><p><code class="filename">/etc/host.conf</code></p></li><li><p><code class="filename">/etc/nsswitch.conf</code></p></li></ul></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2668313"></a><code class="filename">/etc/hosts</code></h3></div></div></div><p>
54This file contains a static list of IP addresses and names.
55</p><pre class="programlisting">
56127.0.0.1 localhost localhost.localdomain
57192.168.1.1 bigbox.quenya.org bigbox alias4box
58</pre><p>
59</p><p>
60<a class="indexterm" name="id2668336"></a>
61<a class="indexterm" name="id2668343"></a>
62The purpose of <code class="filename">/etc/hosts</code> is to provide a
63name resolution mechanism so users do not need to remember
64IP addresses.
65</p><p>
66<a class="indexterm" name="id2668361"></a>
67<a class="indexterm" name="id2668368"></a>
68<a class="indexterm" name="id2668375"></a>
69Network packets that are sent over the physical network transport
70layer communicate not via IP addresses but rather using the Media
71Access Control address, or MAC address. IP addresses are currently
7232 bits in length and are typically presented as four decimal
73numbers that are separated by a dot (or period) for example, 168.192.1.1.
74</p><p>
75<a class="indexterm" name="id2668393"></a>
76MAC addresses use 48 bits (or 6 bytes) and are typically represented
77as two-digit hexadecimal numbers separated by colons: 40:8e:0a:12:34:56.
78</p><p>
79Every network interface must have a MAC address. Associated with a MAC address may be one or more IP
80addresses. There is no relationship between an IP address and a MAC address; all such assignments are
81arbitrary or discretionary in nature. At the most basic level, all network communications take place using MAC
82addressing. Since MAC addresses must be globally unique and generally remain fixed for any particular
83interface, the assignment of an IP address makes sense from a network management perspective. More than one IP
84address can be assigned per MAC address. One address must be the primary IP address this is the
85address that will be returned in the Address Resolution Protocol (ARP) reply.
86</p><p>
87<a class="indexterm" name="id2668424"></a>
88When a user or a process wants to communicate with another machine,
89the protocol implementation ensures that the &#8220;<span class="quote">machine name</span>&#8221; or &#8220;<span class="quote">host
90name</span>&#8221; is resolved to an IP address in a manner that is controlled
91by the TCP/IP configuration control files. The file
92<code class="filename">/etc/hosts</code> is one such file.
93</p><p>
94<a class="indexterm" name="id2668451"></a>
95When the IP address of the destination interface has been determined, a protocol called ARP/RARP is used to
96identify the MAC address of the target interface. ARP is a broadcast-oriented method that uses User Datagram
97Protocol (UDP) to send a request to all interfaces on the local network segment using the all 1s MAC address.
98Network interfaces are programmed to respond to two MAC addresses only; their own unique address and the
99address ff:ff:ff:ff:ff:ff. The reply packet from an ARP request will contain the MAC address and the primary
100IP address for each interface.
101</p><p>
102<a class="indexterm" name="id2668480"></a>
103The <code class="filename">/etc/hosts</code> file is foundational to all
104UNIX/Linux TCP/IP installations and as a minimum will contain
105the localhost and local network interface IP addresses and the
106primary names by which they are known within the local machine.
107This file helps to prime the pump so a basic level of name
108resolution can exist before any other method of name resolution
109becomes available.
110</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2668502"></a><code class="filename">/etc/resolv.conf</code></h3></div></div></div><p>
111This file tells the name resolution libraries:
112</p><div class="itemizedlist"><ul type="disc"><li><p>The name of the domain to which the machine
113 belongs.
114 </p></li><li><p>The name(s) of any domains that should be
115 automatically searched when trying to resolve unqualified
116 host names to their IP address.
117 </p></li><li><p>The name or IP address of available domain
118 name servers that may be asked to perform name-to-address
119 translation lookups.
120 </p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2668538"></a><code class="filename">/etc/host.conf</code></h3></div></div></div><p>
121<a class="indexterm" name="id2668549"></a>
122<code class="filename">/etc/host.conf</code> is the primary means by which the setting in
123<code class="filename">/etc/resolv.conf</code> may be effected. It is a critical configuration file. This file controls
124the order by which name resolution may proceed. The typical structure is:
125</p><pre class="programlisting">
126order hosts,bind
127multi on
128</pre><p>Both addresses should be returned. Please refer to the
129man page for <code class="filename">host.conf</code> for further details.
130</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2668589"></a><code class="filename">/etc/nsswitch.conf</code></h3></div></div></div><p>
131<a class="indexterm" name="id2668600"></a>
132This file controls the actual name resolution targets. The
133file typically has resolver object specifications as follows:
134</p><pre class="programlisting">
135# /etc/nsswitch.conf
136#
137# Name Service Switch configuration file.
138#
139
140passwd: compat
141# Alternative entries for password authentication are:
142# passwd: compat files nis ldap winbind
143shadow: compat
144group: compat
145
146hosts: files nis dns
147# Alternative entries for host name resolution are:
148# hosts: files dns nis nis+ hesiod db compat ldap wins
149networks: nis files dns
150
151ethers: nis files
152protocols: nis files
153rpc: nis files
154services: nis files
155</pre><p>
156Of course, each of these mechanisms requires that the appropriate
157facilities and/or services are correctly configured.
158</p><p>
159It should be noted that unless a network request/message must be
160sent, TCP/IP networks are silent. All TCP/IP communications assume a
161principal of speaking only when necessary.
162</p><p>
163<a class="indexterm" name="id2668636"></a>
164<a class="indexterm" name="id2668643"></a>
165<a class="indexterm" name="id2668650"></a>
166<a class="indexterm" name="id2668657"></a>
167<a class="indexterm" name="id2668664"></a>
168Starting with version 2.2.0, Samba has Linux support for extensions to
169the name service switch infrastructure so Linux clients will
170be able to obtain resolution of MS Windows NetBIOS names to IP
171addresses. To gain this functionality, Samba needs to be compiled
172with appropriate arguments to the make command (i.e., <strong class="userinput"><code>make
173nsswitch/libnss_wins.so</code></strong>). The resulting library should
174then be installed in the <code class="filename">/lib</code> directory, and
175the <em class="parameter"><code>wins</code></em> parameter needs to be added to the &#8220;<span class="quote">hosts:</span>&#8221; line in
176the <code class="filename">/etc/nsswitch.conf</code> file. At this point, it
177will be possible to ping any MS Windows machine by its NetBIOS
178machine name, as long as that machine is within the workgroup to
179which both the Samba machine and the MS Windows machine belong.
180</p></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2668713"></a>Name Resolution as Used within MS Windows Networking</h2></div></div></div><p>
181<a class="indexterm" name="id2668722"></a>
182<a class="indexterm" name="id2668728"></a>
183<a class="indexterm" name="id2668735"></a>
184<a class="indexterm" name="id2668742"></a>
185MS Windows networking is predicated on the name each machine is given. This name is known variously (and
186inconsistently) as the &#8220;<span class="quote">computer name,</span>&#8221; &#8220;<span class="quote">machine name,</span>&#8221; &#8220;<span class="quote">networking
187name,</span>&#8221; &#8220;<span class="quote">NetBIOS name,</span>&#8221; or &#8220;<span class="quote">SMB name.</span>&#8221; All terms mean the same thing with the
188exception of &#8220;<span class="quote">NetBIOS name,</span>&#8221; which can also apply to the name of the workgroup or the domain
189name. The terms &#8220;<span class="quote">workgroup</span>&#8221; and &#8220;<span class="quote">domain</span>&#8221; are really just a simple name with which
190the machine is associated. All NetBIOS names are exactly 16 characters in length. The
19116<sup>th</sup> character is reserved. It is used to store a 1-byte value that indicates
192service level information for the NetBIOS name that is registered. A NetBIOS machine name is therefore
193registered for each service type that is provided by the client/server.
194</p><p>
195<a class="link" href="integrate-ms-networks.html#uniqnetbiosnames" title="Table 29.1. Unique NetBIOS Names">Unique NetBIOS names</a> and <a class="link" href="integrate-ms-networks.html#netbiosnamesgrp" title="Table 29.2. Group Names">group names</a> tables
196list typical NetBIOS name/service type registrations.
197</p><div class="table"><a name="uniqnetbiosnames"></a><p class="title"><b>Table 29.1. Unique NetBIOS Names</b></p><div class="table-contents"><table summary="Unique NetBIOS Names" border="1"><colgroup><col align="left"><col align="justify"></colgroup><tbody><tr><td align="left">MACHINENAME&lt;00&gt;</td><td align="justify">Server Service is running on MACHINENAME</td></tr><tr><td align="left">MACHINENAME&lt;03&gt;</td><td align="justify">Generic machine name (NetBIOS name)</td></tr><tr><td align="left">MACHINENAME&lt;20&gt;</td><td align="justify">LanMan server service is running on MACHINENAME</td></tr><tr><td align="left">WORKGROUP&lt;1b&gt;</td><td align="justify">Domain master browser</td></tr></tbody></table></div></div><br class="table-break"><div class="table"><a name="netbiosnamesgrp"></a><p class="title"><b>Table 29.2. Group Names</b></p><div class="table-contents"><table summary="Group Names" border="1"><colgroup><col align="left"><col align="justify"></colgroup><tbody><tr><td align="left">WORKGROUP&lt;03&gt;</td><td align="justify">Generic name registered by all members of WORKGROUP</td></tr><tr><td align="left">WORKGROUP&lt;1c&gt;</td><td align="justify">Domain cntrollers/netlogon servers</td></tr><tr><td align="left">WORKGROUP&lt;1d&gt;</td><td align="justify">Local master browsers</td></tr><tr><td align="left">WORKGROUP&lt;1e&gt;</td><td align="justify">Browser election service</td></tr></tbody></table></div></div><br class="table-break"><p>
198<a class="indexterm" name="id2668939"></a>
199It should be noted that all NetBIOS machines register their own
200names as per <a class="link" href="integrate-ms-networks.html#uniqnetbiosnames" title="Table 29.1. Unique NetBIOS Names">Unique NetBIOS names</a> and <a class="link" href="integrate-ms-networks.html#netbiosnamesgrp" title="Table 29.2. Group Names">group names</a>. This is in vast contrast to TCP/IP
201installations where the system administrator traditionally
202determines in the <code class="filename">/etc/hosts</code> or in the DNS database what names
203are associated with each IP address.
204</p><p>
205<a class="indexterm" name="id2668974"></a>
206<a class="indexterm" name="id2668981"></a>
207<a class="indexterm" name="id2668987"></a>
208One further point of clarification should be noted. The <code class="filename">/etc/hosts</code>
209file and the DNS records do not provide the NetBIOS name information
210that MS Windows clients depend on to locate the type of service that may
211be needed. An example of this is what happens when an MS Windows client
212wants to locate a domain logon server. It finds this service and the IP
213address of a server that provides it by performing a lookup (via a
214NetBIOS broadcast) for enumeration of all machines that have
215registered the name type *&lt;1C&gt;. A logon request is then sent to each
216IP address that is returned in the enumerated list of IP addresses.
217Whichever machine first replies, it then ends up providing the logon services.
218</p><p>
219<a class="indexterm" name="id2669019"></a>
220<a class="indexterm" name="id2669026"></a>
221The name &#8220;<span class="quote">workgroup</span>&#8221; or &#8220;<span class="quote">domain</span>&#8221; really can be confusing, since these
222have the added significance of indicating what is the security
223architecture of the MS Windows network. The term &#8220;<span class="quote">workgroup</span>&#8221; indicates
224that the primary nature of the network environment is that of a
225peer-to-peer design. In a workgroup, all machines are responsible for
226their own security, and generally such security is limited to the use of
227just a password (known as share-level security). In most situations
228with peer-to-peer networking, the users who control their own machines
229will simply opt to have no security at all. It is possible to have
230user-level security in a workgroup environment, thus requiring the use
231of a username and a matching password.
232</p><p>
233<a class="indexterm" name="id2669059"></a>
234<a class="indexterm" name="id2669065"></a>
235<a class="indexterm" name="id2669075"></a>
236<a class="indexterm" name="id2669084"></a>
237<a class="indexterm" name="id2669094"></a>
238<a class="indexterm" name="id2669103"></a>
239<a class="indexterm" name="id2669110"></a>
240<a class="indexterm" name="id2669117"></a>
241MS Windows networking is thus predetermined to use machine names
242for all local and remote machine message passing. The protocol used is
243called Server Message Block (SMB), and this is implemented using
244the NetBIOS protocol (Network Basic Input/Output System). NetBIOS can
245be encapsulated using LLC (Logical Link Control) protocol in which case
246the resulting protocol is called NetBEUI (Network Basic Extended User
247Interface). NetBIOS can also be run over IPX (Internetworking Packet
248Exchange) protocol as used by Novell NetWare, and it can be run
249over TCP/IP protocols in which case the resulting protocol is called
250NBT or NetBT, the NetBIOS over TCP/IP.
251</p><p>
252MS Windows machines use a complex array of name resolution mechanisms.
253Since we are primarily concerned with TCP/IP, this demonstration is
254limited to this area.
255</p><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2669148"></a>The NetBIOS Name Cache</h3></div></div></div><p>
256<a class="indexterm" name="id2669155"></a>
257<a class="indexterm" name="id2669162"></a>
258<a class="indexterm" name="id2669169"></a>
259All MS Windows machines employ an in-memory buffer in which is
260stored the NetBIOS names and IP addresses for all external
261machines that machine has communicated with over the
262past 10 to 15 minutes. It is more efficient to obtain an IP address
263for a machine from the local cache than it is to go through all the
264configured name resolution mechanisms.
265</p><p>
266<a class="indexterm" name="id2669184"></a>
267If a machine whose name is in the local name cache is shut
268down before the name is expired and flushed from the cache, then
269an attempt to exchange a message with that machine will be subject
270to timeout delays. Its name is in the cache, so a name resolution
271lookup will succeed, but the machine cannot respond. This can be
272frustrating for users but is a characteristic of the protocol.
273</p><p>
274<a class="indexterm" name="id2669200"></a>
275<a class="indexterm" name="id2669207"></a>
276<a class="indexterm" name="id2669214"></a>
277The MS Windows utility that allows examination of the NetBIOS
278name cache is called &#8220;<span class="quote">nbtstat.</span>&#8221; The Samba equivalent
279is called <code class="literal">nmblookup</code>.
280</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2669234"></a>The LMHOSTS File</h3></div></div></div><p>
281<a class="indexterm" name="id2669242"></a>
282This file is usually located in MS Windows NT 4.0 or Windows 200x/XP in the directory
283<code class="filename">%SystemRoot%\SYSTEM32\DRIVERS\ETC</code> and contains the IP address
284and the machine name in matched pairs. The <code class="filename">LMHOSTS</code> file
285performs NetBIOS name to IP address mapping.
286</p><p>
287It typically looks like this:
288</p><pre class="programlisting">
289# Copyright (c) 1998 Microsoft Corp.
290#
291# This is a sample LMHOSTS file used by the Microsoft Wins Client (NetBIOS
292# over TCP/IP) stack for Windows98
293#
294# This file contains the mappings of IP addresses to NT computer names
295# (NetBIOS) names. Each entry should be kept on an individual line.
296# The IP address should be placed in the first column followed by the
297# corresponding computer name. The address and the computer name
298# should be separated by at least one space or tab. The "#" character
299# is generally used to denote the start of a comment (see the exceptions
300# below).
301#
302# This file is compatible with Microsoft LAN Manager 2.x TCP/IP lmhosts
303# files and offers the following extensions:
304#
305# #PRE
306# #DOM:&lt;domain&gt;
307# #INCLUDE &lt;filename&gt;
308# #BEGIN_ALTERNATE
309# #END_ALTERNATE
310# \0xnn (non-printing character support)
311#
312# Following any entry in the file with the characters "#PRE" will cause
313# the entry to be preloaded into the name cache. By default, entries are
314# not preloaded, but are parsed only after dynamic name resolution fails.
315#
316# Following an entry with the "#DOM:&lt;domain&gt;" tag will associate the
317# entry with the domain specified by &lt;domain&gt;. This effects how the
318# browser and logon services behave in TCP/IP environments. To preload
319# the host name associated with #DOM entry, it is necessary to also add a
320# #PRE to the line. The &lt;domain&gt; is always pre-loaded although it will not
321# be shown when the name cache is viewed.
322#
323# Specifying "#INCLUDE &lt;filename&gt;" will force the RFC NetBIOS (NBT)
324# software to seek the specified &lt;filename&gt; and parse it as if it were
325# local. &lt;filename&gt; is generally a UNC-based name, allowing a
326# centralized lmhosts file to be maintained on a server.
327# It is ALWAYS necessary to provide a mapping for the IP address of the
328# server prior to the #INCLUDE. This mapping must use the #PRE directive.
329# In addition the share "public" in the example below must be in the
330# LanMan Server list of "NullSessionShares" in order for client machines to
331# be able to read the lmhosts file successfully. This key is under
332# \machine\system\currentcontrolset\services\lanmanserver\
333# parameters\nullsessionshares
334# in the registry. Simply add "public" to the list found there.
335#
336# The #BEGIN_ and #END_ALTERNATE keywords allow multiple #INCLUDE
337# statements to be grouped together. Any single successful include
338# will cause the group to succeed.
339#
340# Finally, non-printing characters can be embedded in mappings by
341# first surrounding the NetBIOS name in quotations, then using the
342# \0xnn notation to specify a hex value for a non-printing character.
343#
344# The following example illustrates all of these extensions:
345#
346# 102.54.94.97 rhino #PRE #DOM:networking #net group's DC
347# 102.54.94.102 "appname \0x14" #special app server
348# 102.54.94.123 popular #PRE #source server
349# 102.54.94.117 localsrv #PRE #needed for the include
350#
351# #BEGIN_ALTERNATE
352# #INCLUDE \\localsrv\public\lmhosts
353# #INCLUDE \\rhino\public\lmhosts
354# #END_ALTERNATE
355#
356# In the above example, the "appname" server contains a special
357# character in its name, the "popular" and "localsrv" server names are
358# pre-loaded, and the "rhino" server name is specified so it can be used
359# to later #INCLUDE a centrally maintained lmhosts file if the "localsrv"
360# system is unavailable.
361#
362# Note that the whole file is parsed including comments on each lookup,
363# so keeping the number of comments to a minimum will improve performance.
364# Therefore it is not advisable to simply add lmhosts file entries onto the
365# end of this file.
366</pre></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2669410"></a>HOSTS File</h3></div></div></div><p>
367This file is usually located in MS Windows NT 4.0 or Windows 200x/XP in
368the directory <code class="filename">%SystemRoot%\SYSTEM32\DRIVERS\ETC</code> and contains
369the IP address and the IP hostname in matched pairs. It can be
370used by the name resolution infrastructure in MS Windows, depending
371on how the TCP/IP environment is configured. This file is in
372every way the equivalent of the UNIX/Linux <code class="filename">/etc/hosts</code> file.
373</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2669438"></a>DNS Lookup</h3></div></div></div><p>
374<a class="indexterm" name="id2669446"></a>
375This capability is configured in the TCP/IP setup area in the network
376configuration facility. If enabled, an elaborate name resolution sequence
377is followed, the precise nature of which is dependent on how the NetBIOS
378Node Type parameter is configured. A Node Type of 0 means that
379NetBIOS broadcast (over UDP broadcast) is used if the name
380that is the subject of a name lookup is not found in the NetBIOS name
381cache. If that fails, then DNS, HOSTS, and LMHOSTS are checked. If set to
382Node Type 8, then a NetBIOS Unicast (over UDP Unicast) is sent to the
383WINS server to obtain a lookup before DNS, HOSTS, LMHOSTS, or broadcast
384lookup is used.
385</p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2669465"></a>WINS Lookup</h3></div></div></div><p>
386<a class="indexterm" name="id2669473"></a>
387<a class="indexterm" name="id2669480"></a>
388<a class="indexterm" name="id2669489"></a>
389A WINS (Windows Internet Name Server) service is the equivalent of the
390rfc1001/1002 specified NBNS (NetBIOS Name Server). A WINS server stores
391the names and IP addresses that are registered by a Windows client
392if the TCP/IP setup has been given at least one WINS server IP address.
393</p><p>
394To configure Samba to be a WINS server, the following parameter needs
395to be added to the <code class="filename">smb.conf</code> file:
396</p><table class="simplelist" border="0" summary="Simple list"><tr><td><a class="indexterm" name="id2669522"></a><em class="parameter"><code>wins support = Yes</code></em></td></tr></table><p>
397<a class="indexterm" name="id2669536"></a>
398To configure Samba to use a WINS server, the following parameters are
399needed in the <code class="filename">smb.conf</code> file:
400</p><table class="simplelist" border="0" summary="Simple list"><tr><td><a class="indexterm" name="id2669558"></a><em class="parameter"><code>wins support = No</code></em></td></tr><tr><td><a class="indexterm" name="id2669570"></a><em class="parameter"><code>wins server = xxx.xxx.xxx.xxx</code></em></td></tr></table><p>
401where <em class="replaceable"><code>xxx.xxx.xxx.xxx</code></em> is the IP address
402of the WINS server.
403</p><p>For information about setting up Samba as a WINS server, read
404<a class="link" href="NetworkBrowsing.html" title="Chapter 10. Network Browsing">Network Browsing</a>.</p></div></div><div class="sect1" lang="en"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="id2669603"></a>Common Errors</h2></div></div></div><p>
405TCP/IP network configuration problems find every network administrator sooner or later.
406The cause can be anything from keyboard mishaps to forgetfulness to simple mistakes to
407carelessness. Of course, no one is ever deliberately careless!
408</p><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2669616"></a>Pinging Works Only One Way</h3></div></div></div><p>
409 &#8220;<span class="quote">I can ping my Samba server from Windows, but I cannot ping my Windows
410 machine from the Samba server.</span>&#8221;
411 </p><p>
412 The Windows machine was at IP address 192.168.1.2 with netmask 255.255.255.0, the
413 Samba server (Linux) was at IP address 192.168.1.130 with netmask 255.255.255.128.
414 The machines were on a local network with no external connections.
415 </p><p>
416 Due to inconsistent netmasks, the Windows machine was on network 192.168.1.0/24, while
417 the Samba server was on network 192.168.1.128/25 logically a different network.
418 </p></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2669647"></a>Very Slow Network Connections</h3></div></div></div><p>
419 A common cause of slow network response includes:
420 </p><div class="itemizedlist"><ul type="disc"><li><p>Client is configured to use DNS and the DNS server is down.</p></li><li><p>Client is configured to use remote DNS server, but the
421 remote connection is down.</p></li><li><p>Client is configured to use a WINS server, but there is no WINS server.</p></li><li><p>Client is not configured to use a WINS server, but there is a WINS server.</p></li><li><p>Firewall is filtering out DNS or WINS traffic.</p></li></ul></div></div><div class="sect2" lang="en"><div class="titlepage"><div><div><h3 class="title"><a name="id2669689"></a>Samba Server Name-Change Problem</h3></div></div></div><p>
422 &#8220;<span class="quote">The name of the Samba server was changed, Samba was restarted, and now the Samba server cannot be
423 pinged by its new name from an MS Windows NT4 workstation, but it does still respond to pinging using
424 the old name. Why?</span>&#8221;
425 </p><p>
426 From this description, three things are obvious:
427 </p><div class="itemizedlist"><ul type="disc"><li><p>WINS is not in use; only broadcast-based name resolution is used.</p></li><li><p>The Samba server was renamed and restarted within the last 10 or 15 minutes.</p></li><li><p>The old Samba server name is still in the NetBIOS name cache on the MS Windows NT4 workstation.</p></li></ul></div><p>
428 To find what names are present in the NetBIOS name cache on the MS Windows NT4 machine,
429 open a <code class="literal">cmd</code> shell and then:
430 </p><p>
431</p><pre class="screen">
432<code class="prompt">C:\&gt; </code><strong class="userinput"><code>nbtstat -n</code></strong>
433
434 NetBIOS Local Name Table
435
436 Name Type Status
437------------------------------------------------
438FRODO &lt;03&gt; UNIQUE Registered
439ADMINISTRATOR &lt;03&gt; UNIQUE Registered
440FRODO &lt;00&gt; UNIQUE Registered
441SARDON &lt;00&gt; GROUP Registered
442FRODO &lt;20&gt; UNIQUE Registered
443FRODO &lt;1F&gt; UNIQUE Registered
444
445
446<code class="prompt">C:\&gt; </code>nbtstat -c
447
448 NetBIOS Remote Cache Name Table
449
450 Name Type Host Address Life [sec]
451--------------------------------------------------------------
452GANDALF &lt;20&gt; UNIQUE 192.168.1.1 240
453
454<code class="prompt">C:\&gt; </code>
455</pre><p>
456 </p><p>
457 In this example, GANDALF is the Samba server and FRODO is the MS Windows NT4 workstation.
458 The first listing shows the contents of the Local Name Table (i.e., identity information on
459 the MS Windows workstation), and the second shows the NetBIOS name in the NetBIOS name cache.
460 The name cache contains the remote machines known to this workstation.
461 </p></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="pam.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="optional.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="unicode.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 28. PAM-Based Distributed Authentication </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 30. Unicode/Charsets</td></tr></table></div></body></html>
Note: See TracBrowser for help on using the repository browser.