summaryrefslogtreecommitdiff
path: root/docs-xml/Samba3-HOWTO/TOSHARG-WindowsClientConfig.xml
blob: 3facb2c35ce98630e429a701d50986891f72515b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
<chapter id="ClientConfig">
<chapterinfo>
	&author.jht;
</chapterinfo>

<title>MS Windows Network Configuration Guide</title>

<sect1>
<title>Features and Benefits</title>

<para>
<indexterm><primary>network difficulty</primary></indexterm>
<indexterm><primary>network client</primary></indexterm>
<indexterm><primary>client instructions</primary></indexterm>
Occasionally network administrators report difficulty getting Microsoft Windows clients to interoperate
correctly with Samba servers. It seems that some folks just cannot accept the fact that the right way
to configure an MS Windows network client is precisely as one would do when using MS Windows NT4 or 200x
servers. Yet there is repetitious need to provide detailed Windows client configuration instructions.
</para>

<para>
<indexterm><primary>graphically illustrated client configuration</primary></indexterm>
<indexterm><primary>critical aspects of configuration</primary></indexterm>
The purpose of this chapter is to graphically illustrate MS Windows client configuration for the most common
critical aspects of such configuration. An experienced network administrator will not be interested in the
details of this chapter.
</para>

</sect1>

<sect1>
<title>Technical Details</title>

<para>
<indexterm><primary>TCP/IP protocol configuration</primary></indexterm>
<indexterm><primary>network membership</primary></indexterm>
This chapter discusses TCP/IP protocol configuration as well as network membership for the platforms
that are in common use today. These are:
</para>

<itemizedlist>
	<listitem><para>
	Microsoft Windows XP Professional
	</para></listitem>
	<listitem><para>
	Windows 2000 Professional
	</para></listitem>
	<listitem><para>
	Windows Millennium edition (Me)
	</para></listitem>
</itemizedlist>

	<sect2>
	<title>TCP/IP Configuration</title>

	<para>
<indexterm><primary>network configuration problems</primary></indexterm>
<indexterm><primary>plague network users</primary></indexterm>
	The builder of a house must ensure that all construction takes place on a firm foundation.
	The same is true for the builder of a TCP/IP-based networking system. Fundamental network configuration problems
	will plague all network users until they are resolved. 
	</para>

	<para>
<indexterm><primary>fixed IP addresses</primary></indexterm>
<indexterm><primary>DHCP</primary></indexterm>
	MS Windows workstations and servers can be configured either with fixed
	IP addresses or via DHCP. The examples that follow demonstrate the use of DHCP
	and make only passing reference to those situations where fixed IP configuration
	settings can be effected.
	</para>

	<para>
<indexterm><primary>shortcuts</primary></indexterm>
<indexterm><primary>abbreviated keystrokes</primary></indexterm>
	It is possible to use shortcuts or abbreviated keystrokes to arrive at a
	particular configuration screen. The decision was made to base all examples in this
	chapter on use of the <guibutton>Start</guibutton> button.
	</para>

		<sect3>
		<title>MS Windows XP Professional</title>

		<para>
<indexterm><primary>Windows XP TCP/IP</primary></indexterm>
		There are two paths to the Windows XP TCP/IP configuration panel. Choose the access method that you prefer:
		</para>

		<para>
		Click <guimenu>Start -> Control Panel -> Network Connections</guimenu>.
		</para>

		<para>
		<emphasis>Alternately,</emphasis> click <guimenu>Start -></guimenu>, and right-click <guimenu>My Network Places</guimenu>
		then select <guimenuitem>Properties</guimenuitem>.
		</para>

		<para>
<indexterm><primary>Windows XP Professional</primary></indexterm>
		The following procedure steps through the Windows XP Professional TCP/IP configuration process:
		</para>

		<procedure>
			<step><para>
<indexterm><primary>Local Area Connection</primary></indexterm>
<indexterm><primary>Network Bridge</primary></indexterm>
<indexterm><primary>interface</primary></indexterm>
			On some installations the interface will be called <guimenu>Local Area Connection</guimenu> and
			on others it will be called <guimenu>Network Bridge</guimenu>. On our system it is called <guimenu>Network Bridge</guimenu>.
			Right-click on <guimenu>Network Bridge -> Properties</guimenu>. See <link linkend="WXPP002"/>.
			<figure id="WXPP002"><title>Network Bridge Configuration.</title><imagefile>WXPP002</imagefile></figure>
			</para>
			</step>

			<step><para>
<indexterm><primary>TCP/IP protocol settings</primary></indexterm>
<indexterm><primary>Network Bridge Configuration</primary></indexterm>
			The Network Bridge Configuration, or Local Area Connection, panel is used to set TCP/IP protocol settings.
			In <guimenuitem>This connection uses the following items:</guimenuitem> box,
			click on <guimenu>Internet Protocol (TCP/IP)</guimenu>, then click on <guibutton>Properties</guibutton>.
			</para>

			<para>
<indexterm><primary>DHCP-enabled operation</primary></indexterm>
<indexterm><primary>IP address automatically</primary></indexterm>
			The default setting is DHCP-enabled operation
			(i.e., <quote>Obtain an IP address automatically</quote>). See <link linkend="WXPP003"/>.
			<figure id="WXPP003">
				<title>Internet Protocol (TCP/IP) Properties.</title>
				<imagefile>WXPP003</imagefile>
			</figure>
			</para>

			<para>
<indexterm><primary>DHCP</primary></indexterm>
<indexterm><primary>TCP/IP</primary></indexterm>
<indexterm><primary>DNS</primary></indexterm>
<indexterm><primary>ISC DHCP server</primary></indexterm>
			Many network administrators will want to use DHCP to configure all client TCP/IP
			protocol stack settings. (For information on how to configure the ISC DHCP server
			for Windows client support see <link linkend="DHCP">the DNS and DHCP Configuration Guide</link>,
			<link linkend="DHCP">DHCP Server</link>).
			</para>

			<para>
<indexterm><primary>fixed IP address</primary></indexterm>
<indexterm><primary>subnet mask</primary></indexterm>
<indexterm><primary>gateway address</primary></indexterm>
			If it is necessary to provide a fixed IP address, click on <quote>Use the following IP address</quote> and enter the
			IP Address, the subnet mask, and the default gateway address in the boxes provided.
			</para></step>

			<step><para>
<indexterm><primary>Advanced TCP/IP configuration</primary></indexterm>
<indexterm><primary>TCP/IP configuration</primary></indexterm>
<indexterm><primary>IP aliases</primary></indexterm>
<indexterm><primary>default gateways</primary></indexterm>
			Click the <guibutton>Advanced</guibutton> button to proceed with TCP/IP configuration.
			This opens a panel in which it is possible to create additional IP addresses for this interface.
			The technical name for the additional addresses is <emphasis>IP aliases</emphasis>, and additionally this
			panel permits the setting of more default gateways (routers). In most cases where DHCP is used, it will not be
			necessary to create additional settings. See <link linkend="WXPP005"></link> to see the appearance of this panel.
			<figure id="WXPP005"><title>Advanced Network Settings</title><imagefile>WXPP005</imagefile></figure>
			</para>

			<para>
<indexterm><primary>DNS</primary></indexterm>
<indexterm><primary>WINS</primary></indexterm>
<indexterm><primary>DHCP</primary></indexterm>
			Fixed settings may be required for DNS and WINS if these settings are not provided automatically via DHCP.
			</para></step>

			<step><para>
<indexterm><primary>DNS server settings</primary></indexterm>
<indexterm><primary>manually configured DNS settings</primary></indexterm>
			Click the <guimenu>DNS</guimenu> tab to add DNS server settings. 
			The example system uses manually configured DNS settings. When finished making changes, click the
			<guibutton>OK</guibutton> to commit the settings. See <link linkend="WXPP014"/>.
			<figure id="WXPP014"> <title>DNS Configuration.</title> <imagefile>WXPP014</imagefile> </figure>
			</para></step>

			<step><para>
<indexterm><primary>WINS</primary></indexterm>
<indexterm><primary>manual WINS server entries</primary></indexterm>
			Click the <guibutton>WINS</guibutton> tab to add manual WINS server entries. 
			This step demonstrates an example system that uses manually configured WINS settings. 
			When finished making changes, click <guibutton>OK</guibutton> to commit
                        the settings. See <link linkend="WXPP009"></link>.
			<figure id="WXPP009"><title>WINS Configuration</title><imagefile>WXPP009</imagefile></figure>
			</para></step>
		</procedure>

		</sect3>

		<sect3>
		<title>MS Windows 2000</title>

		<para>
<indexterm><primary>Windows 2000 Professional TCP/IP</primary></indexterm>
<indexterm><primary>TCP/IP configuration panel</primary></indexterm>
		There are two paths to the Windows 2000 Professional TCP/IP configuration panel. Choose the access method that you prefer:
		</para>

		<para>
		Click <guimenu>Start -> Control Panel -> Network and Dial-up Connections</guimenu>.
		</para>

		<para>
		<emphasis>Alternatively,</emphasis> click <guimenu>Start</guimenu>, then right-click <guimenu>My Network Places</guimenu>, and
		select <guimenuitem>Properties</guimenuitem>.
		</para>

		<para>
<indexterm><primary>Windows XP Professional TCP/IP</primary></indexterm>
		The following procedure steps through the Windows XP Professional TCP/IP configuration process:
		</para>

		<procedure>
			<step><para>
			Right-click on <guimenu>Local Area Connection</guimenu>, then click
			<guimenuitem>Properties</guimenuitem>. See <link linkend="w2kp001"></link>.
			<figure id="w2kp001"><title>Local Area Connection Properties.</title><imagefile>w2kp001</imagefile></figure>
			</para></step>

			<step><para>
<indexterm><primary>Local Area Connection Properties</primary></indexterm>
<indexterm><primary>TCP/IP protocol settings</primary></indexterm>
			The Local Area Connection Properties is used to set TCP/IP protocol settings. Click on
			<guimenu>Internet Protocol (TCP/IP)</guimenu> in the <guimenuitem>Components checked are used by this
			connection:</guimenuitem> box, then click the <guibutton>Properties</guibutton> button.
			</para></step>

			<step><para>
<indexterm><primary>DHCP-enabled</primary></indexterm>
<indexterm><primary>IP address automatically</primary></indexterm>
			The default setting is DHCP-enabled operation
			(i.e., <quote>Obtain an IP address automatically</quote>). See <link linkend="w2kp002"/>.
			<figure id="w2kp002"><title>Internet Protocol (TCP/IP) Properties.</title><imagefile>w2kp002</imagefile></figure>
			</para>

			<para>
<indexterm><primary>DHCP</primary></indexterm>
<indexterm><primary>protocol stack settings</primary></indexterm>
			Many network administrators will want to use DHCP to configure all client TCP/IP
			protocol stack settings. (For information on how to configure the ISC DHCP server
			for Windows client support, see, <link linkend="DHCP"></link>).
			</para>

			<para>
<indexterm><primary>fixed IP address</primary></indexterm>
<indexterm><primary>network clients</primary></indexterm>
			If it is necessary to provide a fixed IP address, click on <quote>Use the following IP address</quote> and enter the
			IP Address, the subnet mask, and the default gateway address in the boxes provided.
			For this example we are assuming that all network clients will be configured using DHCP.
			</para></step>

			<step><para>
			Click the <guimenu>Advanced</guimenu> button to proceed with TCP/IP configuration.
			Refer to <link linkend="w2kp003"></link>.
			<figure id="w2kp003"><title>Advanced Network Settings.</title><imagefile>w2kp003</imagefile></figure>
			</para>

			<para>
<indexterm><primary>DNS</primary></indexterm>
<indexterm><primary>WINS</primary></indexterm>
<indexterm><primary>DHCP</primary></indexterm>
			Fixed settings may be required for DNS and WINS if these settings are not provided automatically via DHCP.
			</para></step>

			<step><para>
<indexterm><primary>DNS server settings</primary></indexterm>
<indexterm><primary>commit the settings</primary></indexterm>
			Click the <guimenu>DNS</guimenu> tab to add DNS server settings. 
			The example system uses manually configured DNS settings. When finished making changes,
			click <guibutton>OK</guibutton> to commit the settings. See <link linkend="w2kp004"></link>.
			<figure id="w2kp004"><title>DNS Configuration.</title><imagefile>w2kp004</imagefile></figure>
			</para></step>

			<step><para>
<indexterm><primary>manual WINS server entries</primary></indexterm>
<indexterm><primary>WINS</primary></indexterm>
			Click the <guibutton>WINS</guibutton> tab to add manual WINS server entries. 
			This step demonstrates an example system that uses manually configured WINS settings. 
			When finished making changes, click <guibutton>OK</guibutton> to commit the settings.
			See <link linkend="w2kp005"></link>.
			<figure id="w2kp005">
				<title>WINS Configuration.</title><imagefile>w2kp005</imagefile>
			</figure>
			</para></step>

		</procedure>

		</sect3>

		<sect3>
		<title>MS Windows Me</title>

		<para>
<indexterm><primary>Windows Millennium edition (Me) TCP/IP</primary></indexterm>
<indexterm><primary>Windows Millennium</primary></indexterm>
<indexterm><primary>TCP/IP configuration</primary></indexterm>
		There are two paths to the Windows Millennium edition (Me) TCP/IP configuration panel. Choose the access method that you prefer:
		</para>

		<para>
		Click <guimenu>Start -> Control Panel -> Network Connections</guimenu>.
		</para>

		<para>
<indexterm><primary>My Network Places</primary></indexterm>
<indexterm><primary>Properties</primary></indexterm>
		<emphasis>Alternatively,</emphasis> click on <guimenu>Start -></guimenu>, and right click on <guimenu>My Network Places</guimenu>
		then select <guimenuitem>Properties</guimenuitem>.
		</para>

		<para>
<indexterm><primary>Windows Me TCP/IP</primary></indexterm>
		The following procedure steps through the Windows Me TCP/IP configuration process:
		</para>

		<procedure>
			<step><para>
<indexterm><primary>Internet Protocol TCP/IP</primary></indexterm>
			In the box labeled <guimenuitem>The following network components are installed:</guimenuitem>,
			click on <guimenu>Internet Protocol TCP/IP</guimenu>, then click on the <guibutton>Properties</guibutton> button.
			See <link linkend="WME001"></link>.
			<figure id="WME001">
				<title>The Windows Me Network Configuration Panel.</title>
				<imagefile>WME001</imagefile>
			</figure>
			</para></step>

			<step><para>
<indexterm><primary>DHCP</primary></indexterm>
<indexterm><primary>TCP/IP</primary></indexterm>
<indexterm><primary>ISC DHCP server</primary></indexterm>
			Many network administrators will want to use DHCP to configure all client TCP/IP
			protocol stack settings. (For information on how to configure the ISC DHCP server
			for Windows client support see <link linkend="DHCP">the DNS and DHCP Configuration Guide</link>,
			<link linkend="DHCP">DHCP Server</link>). The default setting on Windows Me workstations is for DHCP-enabled operation
			(i.e., <guimenu>Obtain IP address automatically</guimenu> is enabled). See <link linkend="WME002"></link>.
			<figure id="WME002"><title>IP Address.</title><imagefile>WME002</imagefile></figure>
			</para>

			<para>
<indexterm><primary>Specify an IP address</primary></indexterm>
<indexterm><primary>subnet mask</primary></indexterm>
<indexterm><primary>DHCP</primary></indexterm>
			If it is necessary to provide a fixed IP address, click on <guimenuitem>Specify an IP address</guimenuitem> and enter the
			IP Address and the subnet mask in the boxes provided. For this example we are assuming that all
			network clients will be configured using DHCP.
			</para></step>

			<step><para>
<indexterm><primary>DNS</primary></indexterm>
<indexterm><primary>WINS</primary></indexterm>
			Fixed settings may be required for DNS and WINS if these settings are not provided automatically via DHCP.
			</para></step>

			<step><para>
<indexterm><primary>WINS server settings</primary></indexterm>
			If necessary, click the <guimenu>DNS Configuration</guimenu> tab to add DNS server settings. 
			Click the <guibutton>WINS Configuration</guibutton> tab to add WINS server settings. 
			The <guimenu>Gateway</guimenu> tab allows additional gateways (router addresses) to be added to the network
			interface settings. In most cases where DHCP is used, it will not be necessary to
			create these manual settings.
			</para></step>

			<step><para>
<indexterm><primary>WINS</primary></indexterm>
<indexterm><primary>manually configured</primary></indexterm>
			The following example uses manually configured WINS settings. See <link linkend="WME005"></link>.
			When finished making changes, click <guibutton>OK</guibutton> to commit the settings.
			<figure id="WME005"><title>DNS Configuration.</title><imagefile>WME005</imagefile></figure>
			</para>

			<para>
<indexterm><primary>single DHCP server</primary></indexterm>
<indexterm><primary>multiple Windows workgroups or domains</primary></indexterm>
			This is an example of a system that uses manually configured WINS settings. One situation where
			this might apply is on a network that has a single DHCP server that provides settings for multiple
			Windows workgroups or domains. See <link linkend="WME003"></link>.
			<figure id="WME003"><title>WINS Configuration.</title><imagefile>WME003</imagefile></figure>
			</para></step>
		</procedure>


		</sect3>

	</sect2>

	<sect2>
	<title>Joining a Domain: Windows 2000/XP Professional</title>

	<para>
<indexterm><primary>Windows NT/200x/XP Professional</primary></indexterm>
<indexterm><primary>domain security</primary></indexterm>
<indexterm><primary>domain member</primary></indexterm>
<indexterm><primary>domain joining</primary></indexterm>
	Microsoft Windows NT/200x/XP Professional platforms can participate in domain security.
	This section steps through the process for making a Windows 200x/XP Professional machine a
	member of a domain security environment. It should be noted that this process is identical
	when joining a domain that is controlled by Windows NT4/200x as well as a Samba PDC.
	</para>

	<procedure>
		<step><para>
		Click <guimenu>Start</guimenu>.
		</para></step>

		<step><para>
		Right-click <guimenu>My Computer</guimenu>, then select <guimenuitem>Properties</guimenuitem>.
		</para></step>

		<step><para>
<indexterm><primary>Control Panel</primary></indexterm>
		The opening panel is the same one that can be reached by clicking <guimenu>System</guimenu> on the Control Panel.
		See <link linkend="wxpp001"></link>.
		<figure id="wxpp001"><title>The General Panel.</title><imagefile>wxpp001</imagefile></figure>
		</para></step>

		<step><para>
<indexterm><primary>Computer Name</primary></indexterm>
		Click the <guimenu>Computer Name</guimenu> tab.
		This panel shows the <guimenuitem>Computer Description</guimenuitem>, the <guimenuitem>Full computer name</guimenuitem>,
		and the <guimenuitem>Workgroup</guimenuitem> or <guimenuitem>Domain name</guimenuitem>.
		</para>

		<para>
<indexterm><primary>Network ID</primary></indexterm>
<indexterm><primary>configuration wizard</primary></indexterm>
		Clicking the <guimenu>Network ID</guimenu> button will launch the configuration wizard. Do not use this with
		Samba-3. If you wish to change the computer name or join or leave the domain, click the <guimenu>Change</guimenu> button.
		See <link linkend="wxpp004"></link>.
		<figure id="wxpp004"><title>The Computer Name Panel.</title><imagefile>wxpp004</imagefile></figure>
		</para></step>

		<step><para>
		Click on <guimenu>Change</guimenu>. This panel shows that our example machine (TEMPTATION) is in a workgroup called WORKGROUP.
		We will join the domain called MIDEARTH. See <link linkend="wxpp006"></link>.
		<figure id="wxpp006"><title>The Computer Name Changes Panel.</title><imagefile>wxpp006</imagefile></figure>
        </para></step>

		<step><para>
<indexterm><primary>domain radio button</primary></indexterm>
		Enter the name <guimenu>MIDEARTH</guimenu> in the field below the domain radio button.
		</para>

        <para>
		This panel shows that our example machine (TEMPTATION) is set to join the domain called MIDEARTH. See <link linkend="wxpp007"></link>.
		<figure id="wxpp007"><title>The Computer Name Changes Panel &smbmdash; Domain MIDEARTH.</title><imagefile>wxpp007</imagefile></figure>
        </para></step>

		<step><para>
<indexterm><primary>credentials</primary></indexterm>
<indexterm><primary>username and password</primary></indexterm>
		Now click the <guimenu>OK</guimenu> button. A dialog box should appear to allow you to provide the
		credentials (username and password) of a domain administrative account that has the rights to add machines to
		the domain.
		</para>

        <para>
<indexterm><primary>root</primary></indexterm>
		Enter the name <quote>root</quote> and the root password from your Samba-3 server. See <link linkend="wxpp008"></link>.
		<figure id="wxpp008">
			<title>Computer Name Changes &smbmdash; Username and Password Panel.</title><imagefile>wxpp008</imagefile>
		</figure>
        </para></step>

		<step><para>
		Click on <guimenu>OK</guimenu>.
        </para>

		<para>
<indexterm><primary>Welcome</primary></indexterm>
<indexterm><primary>rebooted</primary></indexterm>
		The <quote>Welcome to the MIDEARTH domain.</quote> dialog box should appear. At this point the machine must be rebooted.
		Joining the domain is now complete.
        </para></step>

	</procedure>

	</sect2>

	<sect2>
	<title>Domain Logon Configuration: Windows 9x/Me</title>

	<para>
<indexterm><primary>Windows 9x/Me</primary></indexterm>
<indexterm><primary>domain logon</primary></indexterm>
<indexterm><primary>LanManager</primary></indexterm>
	We follow the convention used by most in saying that Windows 9x/Me machines can participate in domain logons. The truth is
	that these platforms can use only the LanManager network logon protocols.
	</para>

	<note><para>
<indexterm><primary>Windows XP Home edition</primary></indexterm>
<indexterm><primary>LanManager</primary></indexterm>
<indexterm><primary>network logon</primary></indexterm>
	Windows XP Home edition cannot participate in domain or LanManager network logons.
	</para></note>

	<procedure>
		<step><para>
		Right-click on the <guimenu>Network Neighborhood</guimenu> icon.
		</para></step>

		<step><para>
		The Network Configuration Panel allows all common network settings to be changed.
                See <link linkend="WME009"></link>.
		<figure id="WME009"><title>The Network Panel.</title><imagefile>WME009</imagefile></figure>
                </para>

		<para>
<indexterm><primary>Client for Microsoft Networks</primary></indexterm>
<indexterm><primary>Properties</primary></indexterm>
		Make sure that the <guimenu>Client for Microsoft Networks</guimenu> driver is installed as shown.
		Click on the <guimenu>Client for Microsoft Networks</guimenu> entry in <guimenu>The following network
		components are installed:</guimenu> box. Then click the <guibutton>Properties</guibutton> button.
		</para></step>

		<step><para>
<indexterm><primary>Networks Properties</primary></indexterm>
<indexterm><primary>network logon</primary></indexterm>
		The Client for Microsoft Networks Properties panel is the correct location to configure network logon
		settings. See <link linkend="WME010"></link>.
		<figure id="WME010"><title>Client for Microsoft Networks Properties Panel.</title><imagefile>WME010</imagefile></figure>
                </para>

		<para>
<indexterm><primary>Windows NT domain name</primary></indexterm>
<indexterm><primary>domain name</primary></indexterm>
		Enter the Windows NT domain name, check the <guimenu>Log on to Windows NT domain</guimenu> box,
		and click <guimenu>OK</guimenu>.
		</para></step>

		<step><para>
<indexterm><primary>Identification</primary></indexterm>
<indexterm><primary>workgroup</primary></indexterm>
<indexterm><primary>computer name</primary></indexterm>
		Click on the <guimenu>Identification</guimenu> button. This is the location at which the workgroup
		(domain) name and the machine name (computer name) need to be set. See <link linkend="WME013"></link>.
		<figure id="WME013"><title>Identification Panel.</title><imagefile>WME013</imagefile></figure>
                </para></step>

		<step><para>
<indexterm><primary>Access Control</primary></indexterm>
<indexterm><primary>group accounts</primary></indexterm>
<indexterm><primary>domain user</primary></indexterm>
<indexterm><primary>User-level access control</primary></indexterm>
		Now click the <guimenu>Access Control</guimenu> button. If you want to be able to assign share access
		permissions using domain user and group accounts, it is necessary to enable
		<guimenu>User-level access control</guimenu> as shown in this panel.  See <link linkend="WME014"></link>.
		<figure id="WME014"><title>Access Control Panel.</title><imagefile>WME014</imagefile></figure>
                </para></step>

	</procedure>

	</sect2>

</sect1>

<sect1>
<title>Common Errors</title>

<para>
<indexterm><primary>networking systems</primary></indexterm>
<indexterm><primary>errors that can afflict</primary></indexterm>
The most common errors that can afflict Windows networking systems include:
</para>

<itemizedlist>
	<listitem><para>Incorrect IP address.</para></listitem>
	<listitem><para>Incorrect or inconsistent netmasks.</para></listitem>
	<listitem><para>Incorrect router address.</para></listitem>
	<listitem><para>Incorrect DNS server address.</para></listitem>
	<listitem><para>Incorrect WINS server address.</para></listitem>
	<listitem><para>Use of a Network Scope setting &smbmdash; watch out for this one!</para></listitem>
</itemizedlist>

<para>
<indexterm><primary>Windows NT/200x/XP Professional</primary></indexterm>
<indexterm><primary>cannot join domain</primary></indexterm>
The most common reasons for which a Windows NT/200x/XP Professional client cannot join the Samba controlled domain are:
</para>

<itemizedlist>
	<listitem><para>&smb.conf; does not have correct <smbconfoption name="add machine script"/> settings.</para></listitem>
	<listitem><para><quote>root</quote> account is not in password backend database.</para></listitem>
	<listitem><para>Attempt to use a user account instead of the <quote>root</quote> account to join a machine to the domain.</para></listitem>
	<listitem><para>Open connections from the workstation to the server.</para></listitem>
	<listitem><para>Firewall or filter configurations in place on either the client or the Samba server.</para></listitem>
</itemizedlist>

</sect1>

</chapter>