charset.c: Dropped debug message to level 6.
[Samba/gbeck.git] / docs / textdocs / BROWSING.txt
blob19e7888477cbc1d3463f8934c622862f26e49dde
1 BROWSING
2 ========
4 Samba now fully supports browsing. The browsing is supported by nmbd
5 and is also controlled by options in the smb.conf file (see
6 smb.conf(5)).
8 Samba can act as a local browse master for a workgroup and the ability
9 for samba to support domain logons and scripts is now available.  See
10 DOMAIN.txt for more information on domain logons.
12 Samba can also act as a domain master browser for a workgroup.  This
13 means that it will collate lists from local browse masters into a
14 wide area network server list.  In order for browse clients to
15 resolve the names they may find in this list, it is recommended that
16 both samba and your clients use a WINS server
18 Note that you should NOT set Samba to be the domain master for a
19 workgroup that has the same name as an NT Domain.
21 [Note that nmbd can be configured as a WINS server, but it is not
22 necessary to specifically use samba as your WINS server.  NTAS can
23 be configured as your WINS server.  In a mixed NT server and
24 samba environment on a Wide Area Network, it is recommended that
25 you use the NT server's WINS server capabilities.  In a samba-only
26 environment, it is recommended that you use one and only one nmbd
27 as your WINS server].
29 To get browsing to work you need to run nmbd as usual, but will need
30 to use the "workgroup" option in smb.conf to control what workgroup
31 Samba becomes a part of.
33 Samba also has a useful option for a Samba server to offer itself for
34 browsing on another subnet.  It is recommended that this option is only
35 used for 'unusual' purposes: announcements over the internet, for
36 example. See "remote announce" in the smb.conf man page. 
38 If something doesn't work then hopefully the log.nmb file will
39 help you track down the problem. Try a debug level of 2 or 3 for
40 finding problems.
42 Note that if it doesn't work for you, then you should still be able to
43 type the server name as \\SERVER in filemanager then hit enter and
44 filemanager should display the list of available shares.
46 Some people find browsing fails because they don't have the global
47 "guest account" set to a valid account. Remember that the IPC$
48 connection that lists the shares is done as guest, and thus you must
49 have a valid guest account.
51 Also, a lot of people are getting bitten by the problem of too many
52 parameters on the command line of nmbd in inetd.conf. This trick is to
53 not use spaces between the option and the parameter (eg: -d2 instead
54 Of -d 2), and to not use the -B and -N options. New versions of nmbd
55 are now far more likely to correctly find your broadcast and network
56 addess, so in most cases these aren't needed.
58 The other big problem people have is that their broadcast address,
59 netmask or IP address is wrong (specified with the "interfaces" option
60 in smb.conf)
62 BROWSING ACROSS SUBNETS
63 =======================
65 With the release of Samba 1.9.17(alpha1 and above) Samba has been
66 updated to enable it to support the replication of browse lists
67 across subnet boundaries. New code and options have been added to
68 achieve this. This section describes how to set this feature up
69 in different settings.
71 To see browse lists that span TCP/IP subnets (ie. networks separated
72 by routers that don't pass broadcast traffic) you must set up at least
73 one WINS server. The WINS server acts as a DNS for NetBIOS names, allowing
74 NetBIOS name to IP address translation to be done by doing a direct
75 query of the WINS server. This is done via a directed UDP packet on
76 port 137 to the WINS server machine. The reason for a WINS server is
77 that by default, all NetBIOS name to IP address translation is done
78 by broadcasts from the querying machine. This means that machines
79 on one subnet will not be able to resolve the names of machines on
80 another subnet without using a WINS server.
82 Remember, for browsing across subnets to work correctly, all machines,
83 be they Windows 95, Windows NT, or Samba servers must have the IP address
84 of a WINS server given to them by a DHCP server, or by manual configuration 
85 (for Win95 and WinNT, this is in the TCP/IP Properties, under Network 
86 settings) for Samba this is in the smb.conf file.
88 How does cross subnet browsing work ?
89 =====================================
91 Cross subnet browsing is a complicated dance, containing multiple
92 moving parts. It has taken Microsoft several years to get the code
93 that achieves this correct, and Samba lags behind in some areas.
94 However, with the 1.9.17 release, Samba is capable of cross subnet
95 browsing when configured correctly.
97 Consider a network set up as follows :
99                                    (DMB)
100              N1_A      N1_B        N1_C       N1_D        N1_E
101               |          |           |          |           |
102           -------------------------------------------------------
103             |          subnet 1                       |
104           +---+                                      +---+
105           |R1 | Router 1                  Router 2   |R2 |
106           +---+                                      +---+
107             |                                          |
108             |  subnet 2              subnet 3          |
109   --------------------------       ------------------------------------
110   |     |     |      |               |        |         |           |
111  N2_A  N2_B  N2_C   N2_D           N3_A     N3_B      N3_C        N3_D 
112                     (WINS)
114 Consisting of 3 subnets (1, 2, 3) conneted by two routers
115 (R1, R2) - these do not pass broadcasts. Subnet 1 has 5 machines
116 on it, subnet 2 has 4 machines, subnet 3 has 4 machines. Assume
117 for the moment that all these machines are configured to be in the
118 same workgroup (for simplicities sake). Machine N1_C on subnet 1
119 is configured as Domain Master Browser (ie. it will collate the
120 browse lists for the workgroup). Machine N2_D is configured as
121 WINS server and all the other machines are configured to register
122 their NetBIOS names with it.
124 As all these machines are booted up, elections for master browsers
125 will take place on each of the three subnets. Assume that machine
126 N1_C wins on subnet 1, N2_B wins on subnet 2, and N3_D wins on
127 subnet 3 - these machines are known as local master browsers for
128 their particular subnet. N1_C has an advantage in winning as the
129 local master browser on subnet 1 as it is set up as Domain Master
130 Browser.
132 On each of the three networks, machines that are configured to 
133 offer sharing services will broadcast that they are offering
134 these services. The local master browser on each subnet will
135 receive these broadcasts and keep a record of the fact that
136 the machine is offering a service. This list of records is
137 the basis of the browse list. For this case, assume that
138 all the machines are configured to offer services so all machines
139 will be on the browse list.
141 For each network, the local master browser on that network is
142 considered 'authoritative' for all the names it receives via
143 local broadcast. This is because a machine seen by the local
144 master browser via a local broadcast must be on the same 
145 network as the local master browser and thus is a 'trusted'
146 and 'verifiable' resource. Machines on other networks that
147 the local master browsers learn about when collating their
148 browse lists have not been directly seen - these records are
149 called 'non-authoritative'.
151 At this point the browse lists look as follows (these are 
152 the machines you would see in your network neighborhood if
153 you looked in it on a particular network right now).
155 Subnet           Browse Master   List
156 ------           -------------   ----
157 Subnet1          N1_C            N1_A, N1_B, N1_C, N1_D, N1_E
159 Subnet2          N2_B            N2_A, N2_B, N2_C, N2_D
161 Subnet3          N3_D            N3_A, N3_B, N3_C, N3_D
163 Note that at this point all the subnets are separate, no
164 machine is seen across any of the subnets.
166 Now examine subnet 2. As soon as N2_B has become the local
167 master browser it looks for a Domain master browser to synchronize
168 its browse list with. It does this by querying the WINS server
169 (N2_D) for the IP address associated with the NetBIOS name 
170 WORKGROUP<1b>. This name was registerd by the Domain master
171 browser (N1_C) with the WINS server as soon as it was booted.
173 Once N2_B knows the address of the Domain master browser it
174 tells it that is the local master browser for subnet 2 by
175 sending a MasterAnnouncement packet as a UDP port 138 packet.
176 It then synchronizes with it by doing a NetServerEnum2 call. This
177 tells the Domain Master Browser to send it all the server
178 names it knows about. Once the domain master browser receives
179 the MasterAnnouncement packet it schedules a synchronization
180 request to the sender of that packet. After both synchronizations
181 are done the browse lists look like :
183 Subnet           Browse Master   List
184 ------           -------------   ----
185 Subnet1          N1_C            N1_A, N1_B, N1_C, N1_D, N1_E, 
186                                  N2_A(*), N2_B(*), N2_C(*), N2_D(*)
188 Subnet2          N2_B            N2_A, N2_B, N2_C, N2_D
189                                  N1_A(*), N1_B(*), N1_C(*), N1_D(*), N1_E(*)
191 Subnet3          N3_D            N3_A, N3_B, N3_C, N3_D
193 Servers with a (*) after them are non-authoritative names.
195 At this point users looking in their network neighborhood on
196 subnets 1 or 2 will see all the servers on both, users on
197 subnet 3 will still only see the servers on their own subnet.
199 The same sequence of events that occured for N2_B now occurs
200 for the local master browser on subnet 3 (N3_D). When it
201 synchronizes browse lists with the domain master browser (N1_A)
202 it gets both the server entries on subnet 1, and those on
203 subnet 2. After N3_D has synchronized with N1_C and vica-versa
204 the browse lists look like.
206 Subnet           Browse Master   List
207 ------           -------------   ----
208 Subnet1          N1_C            N1_A, N1_B, N1_C, N1_D, N1_E, 
209                                  N2_A(*), N2_B(*), N2_C(*), N2_D(*),
210                                  N3_A(*), N3_B(*), N3_C(*), N3_D(*)
212 Subnet2          N2_B            N2_A, N2_B, N2_C, N2_D
213                                  N1_A(*), N1_B(*), N1_C(*), N1_D(*), N1_E(*)
215 Subnet3          N3_D            N3_A, N3_B, N3_C, N3_D
216                                  N1_A(*), N1_B(*), N1_C(*), N1_D(*), N1_E(*),
217                                  N2_A(*), N2_B(*), N2_C(*), N2_D(*)
219 Servers with a (*) after them are non-authoritative names.
221 At this point users looking in their network neighborhood on
222 subnets 1 or 3 will see all the servers on all sunbets, users on
223 subnet 2 will still only see the servers on subnets 1 and 2, but not 3.
225 Finally, the local master browser for subnet 2 (N2_B) will sync again
226 with the domain master browser (N1_C) and will recieve the missing
227 server entries. Finally - and as a steady state (if no machines
228 are removed or shut off) the browse lists will look like :
230 Subnet           Browse Master   List
231 ------           -------------   ----
232 Subnet1          N1_C            N1_A, N1_B, N1_C, N1_D, N1_E, 
233                                  N2_A(*), N2_B(*), N2_C(*), N2_D(*),
234                                  N3_A(*), N3_B(*), N3_C(*), N3_D(*)
236 Subnet2          N2_B            N2_A, N2_B, N2_C, N2_D
237                                  N1_A(*), N1_B(*), N1_C(*), N1_D(*), N1_E(*)
238                                  N3_A(*), N3_B(*), N3_C(*), N3_D(*)
240 Subnet3          N3_D            N3_A, N3_B, N3_C, N3_D
241                                  N1_A(*), N1_B(*), N1_C(*), N1_D(*), N1_E(*),
242                                  N2_A(*), N2_B(*), N2_C(*), N2_D(*)
244 Servers with a (*) after them are non-authoritative names.
246 Synchronizations between the domain master browser and local
247 master browsers will continue to occur, but this should be a
248 steady state situation.
250 If either router R1 or R2 fails the following will occur:
252 1) Names of computers on each side of the inaccessible network fragments
253 will be maintained for as long as 36 minutes, in the network neighbourhood
254 lists.
256 2) Attempts to connect to these inaccessible computers will fail, but the
257 names will not be removed from the network neighbourhood lists.
259 3) If one of the fragments is cut off from the WINS server, it will only
260 be able to access servers on its local subnet, by using subnet-isolated
261 broadcast NetBIOS name resolution. The effects are similar to that of
262 losing access to a DNS server.
264 Setting up a WINS server
265 ========================
267 Either a Samba machine or a Windows NT Server machine may be set up
268 as a WINS server. To set a Samba machine to be a WINS server you must
269 add the following option to the smb.conf file on the selected machine :
270 in the [globals] section add the line 
272         wins support = yes
274 Versions of Samba previous to 1.9.17 had this parameter default to
275 yes. If you have any older versions of Samba on your network it is
276 strongly suggested you upgrade to 1.9.17 or above, or at the very
277 least set the parameter to 'no' on all these machines.
279 Machines with "wins support = yes" will keep a list of all NetBIOS
280 names registered with them, acting as a DNS for NetBIOS names.
282 To set up a Windows NT Server as a WINS server you need to set up
283 the WINS service - see your NT documentation for details. Note that
284 Windows NT WINS Servers can replicate to each other, allowing more
285 than one to be set up in a complex subnet environment. As Microsoft
286 refuse to document these replication protocols Samba cannot currently
287 participate in these replications. It is possible in the future that
288 a Samba->Samba WINS replication protocol may be defined, in which
289 case more than one Samba machine could be set up as a WINS server
290 but currently only one Samba server should have the "wins support = yes"
291 parameter set.
293 After the WINS server has been configured you must ensure that all
294 machines participating on the network are configured with the address
295 of this WINS server. If your WINS server is a Samba machine, fill in
296 the Samba machine IP address in the "Primary WINS Server" field of
297 the "Control Panel->Network->Protocols->TCP->WINS Server" dialogs
298 in Windows 95 or Windows NT. To tell a Samba server the IP address
299 of the WINS server add the following line to the [global] section of
300 all smb.conf files :
302         wins server = <name or IP address>
304 where <name or IP address> is either the DNS name of the WINS server
305 machine or it's IP address.
307 Note that this line MUST NOT BE SET in the smb.conf file of the Samba
308 server acting as the WINS server itself. If you set both the
309 "wins support = yes" option and the "wins server = <name>" option then
310 nmbd will fail to start.
312 There are two possible scenarios for setting up cross subnet browsing.
313 The first details setting up cross subnet browsing on a network containing
314 Windows 95, Samba and Windows NT machines that are not configured as
315 part of a Windows NT Domain. The second details setting up cross subnet
316 browsing on networks that contain NT Domains.
318 Setting up Browsing in a WORKGROUP
319 ==================================
321 To set up cross subnet browsing on a network containing machines
322 in up to be in a WORKGROUP, not an NT Domain you need to set up one
323 Samba server to be the Domain Master Browser (note that this is *NOT*
324 the same as a Primary Domain Controller, although in an NT Domain the
325 same machine plays both roles). The role of a Domain master browser is
326 to collate the browse lists from local master browsers on all the
327 subnets that have a machine participating in the workgroup. Without
328 one machine configured as a domain master browser each subnet would
329 be an isolated workgroup, unable to see any machines on any other
330 subnet. It is the presense of a domain master browser that makes
331 cross subnet browsing possible for a workgroup.
333 In an WORKGROUP environment the domain master browser must be a
334 Samba server, and there must only be one domain master browser per
335 workgroup name (although the same Samba server can act as Domain
336 master browser for multiple workgroup names). To set up a Samba
337 server as a domain master browser set the following option in the
338 [global] section of the smb.conf file :
340         domain master = yes
342 The domain master browser should also probably be the local master
343 browser for it's own subnet. In order to achieve this set the following
344 options in the [global] section of the smb.conf file :
346         domain master = yes
347         local master = yes
348         preferred master = yes
349         os level = 65
351 The domain master browser may be the same machine as the WINS
352 server, if you require.
354 Next, you should ensure that each of the subnets contains a
355 machine that can act as a local master browser for the
356 workgroup. Any NT machine should be able to do this, as will
357 Windows 95 machines (although these tend to get rebooted more
358 often, so it's not such a good idea to use these). To make a 
359 Samba server a local master browser set the following
360 options in the [global] section of the smb.conf file :
362         domain master = no
363         local master = yes
364         preferred master = yes
365         os level = 65
367 Do not do this for more than one Samba server on each subnet,
368 or they will war with each other over which is to be the local
369 master browser.
371 The "local master" parameter allows Samba to act as a local master
372 browser. The "preferred master" causes nmbd to force a browser
373 election on startup and the "os level" parameter sets Samba high
374 enough so that it should win any browser elections.
376 If you have an NT machine on the subnet that you wish to
377 be the local master browser then you can disable Samba from
378 becoming a local master browser by setting the following
379 options in the [global] section of the smb.conf file :
381         domain master = no
382         local master = no
383         preferred master = no
384         os level = 0
386 Setting up Browsing in a DOMAIN
387 ===============================
389 If you are adding Samba servers to a Windows NT Domain then
390 you must not set up a Samba server as a domain master browser.
391 By default, a Windows NT Primary Domain Controller for a Domain
392 name is also the Domain master browser for that name, and many
393 things will break if a Samba server registers the Domain master
394 browser NetBIOS name (DOMAIN<1B>) with WINS instead of the PDC.
396 For subnets other than the one containing the Windows NT PDC
397 you may set up Samba servers as local master browsers as
398 described. To make a Samba server a local master browser set 
399 the following options in the [global] section of the smb.conf 
400 file :
402         domain master = no
403         local master = yes
404         preferred master = yes
405         os level = 65
407 If you wish to have a Samba server fight the election with machines
408 on the same subnet you may set the "os level" parameter to lower
409 levels. By doing this you can tune the order of machines that
410 will become local master browsers if they are running. For
411 more details on this see the section "FORCING SAMBA TO BE THE MASTER"
412 below.
414 If you have Windows NT machines that are members of the domain
415 on all subnets, and you are sure they will always be running then
416 you can disable Samba from taking part in browser elections and
417 ever becoming a local master browser by setting following options 
418 in the [global] section of the smb.conf file :
420         domain master = no
421         local master = no
422         preferred master = no
423         os level = 0
425 FORCING SAMBA TO BE THE MASTER
426 ==============================
428 Who becomes the "master browser" is determined by an election process
429 using broadcasts. Each election packet contains a number of parameters
430 which determine what precedence (bias) a host should have in the
431 election. By default Samba uses a very low precedence and thus loses
432 elections to just about anyone else.
434 If you want Samba to win elections then just set the "os level" global
435 option in smb.conf to a higher number. It defaults to 0. Using 34
436 would make it win all elections over every other system (except other
437 samba systems!)
439 A "os level" of 2 would make it beat WfWg and Win95, but not NTAS. A
440 NTAS domain controller uses level 32.
442 The maximum os level is 255
444 If you want samba to force an election on startup, then set the
445 "preferred master" global option in smb.conf to "yes".  Samba will
446 then have a slight advantage over other potential master browsers
447 that are not preferred master browsers.  Use this parameter with
448 care, as if you have two hosts (whether they are windows 95 or NT or
449 samba) on the same local subnet both set with "preferred master" to
450 "yes", then periodically and continually they will force an election
451 in order to become the local master browser.
453 If you want samba to be a "domain master browser", then it is
454 recommended that you also set "preferred master" to "yes", because
455 samba will not become a domain master browser for the whole of your
456 LAN or WAN if it is not also a local master browser on its own
457 broadcast isolated subnet.
459 It is possible to configure two samba servers to attempt to become
460 the domain master browser for a domain.  The first server that comes
461 up with be the domain master browser.  All other samba servers will
462 attempt to become the domain master browser every 5 minutes.  They
463 will find that another samba server is already the domain master
464 browser and will fail.  This provides automatic redundancy, should
465 the current domain master browser fail.
468 MAKING SAMBA THE DOMAIN MASTER
469 ==============================
471 The domain master is responsible for collating the browse lists of
472 multiple subnets so that browsing can occur between subnets. You can
473 make samba act as the domain master by setting "domain master = yes"
474 in smb.conf. By default it will not be a domain master.
476 Note that you should NOT set Samba to be the domain master for a
477 workgroup that has the same name as an NT Domain.
479 When samba is the domain master and the master browser it will listen
480 for master announcements (made roughly every twelve minutes) from local
481 master browsers on other subnets and then contact them to synchronise
482 browse lists.
484 If you want samba to be the domain master then I suggest you also set
485 the "os level" high enough to make sure it wins elections, and set
486 "preferred master" to "yes", to get samba to force an election on
487 startup.
489 Note that all your servers (including samba) and clients should be
490 using a WINS server to resolve NetBIOS names.  If your clients are only
491 using broadcasting to resolve NetBIOS names, then two things will occur:
493 a) your local master browsers will be unable to find a domain master
494    browser, as it will only be looking on the local subnet.
496 b) if a client happens to get hold of a domain-wide browse list, and
497    a user attempts to access a host in that list, it will be unable to
498    resolve the NetBIOS name of that host.
500 If, however, both samba and your clients are using a WINS server, then:
502 a) your local master browsers will contact the WINS server and, as long as
503    samba has registered that it is a domain master browser with the WINS
504    server, your local master browser will receive samba's ip address
505    as its domain master browser.
507 b) when a client receives a domain-wide browse list, and a user attempts
508    to access a host in that list, it will contact the WINS server to
509    resolve the NetBIOS name of that host.  as long as that host has
510    registered its NetBIOS name with the same WINS server, the user will
511    be able to see that host. 
513 NOTE ABOUT BROADCAST ADDRESSES
514 ==============================
516 If your network uses a "0" based broadcast address (for example if it
517 ends in a 0) then you will strike problems. Windows for Workgroups
518 does not seem to support a 0's broadcast and you will probably find
519 that browsing and name lookups won't work.
522 MULTIPLE INTERFACES
523 ===================
525 Samba now supports machines with multiple network interfaces. If you
526 have multiple interfaces then you will need to use the "interfaces"
527 option in smb.conf to configure them. See smb.conf(5) for details.