From 09fb00c629ed81b25c97a5eb74df4e03c92145ea Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 5 Nov 2002 21:41:04 +0000 Subject: 'make everything' in docs (This used to be commit 960082d860c36419c63094be778decdadb061c1d) --- docs/htmldocs/improved-browsing.html | 83 +++++++++++++++++++----------------- 1 file changed, 45 insertions(+), 38 deletions(-) (limited to 'docs/htmldocs/improved-browsing.html') diff --git a/docs/htmldocs/improved-browsing.html b/docs/htmldocs/improved-browsing.html index 3fad127ef0..9c7038a031 100644 --- a/docs/htmldocs/improved-browsing.html +++ b/docs/htmldocs/improved-browsing.html @@ -9,12 +9,15 @@ CONTENT="Modular DocBook HTML Stylesheet Version 1.77">PrevNextChapter 15. Improved browsing in sambaChapter 2. Improved browsing in samba

15.1. Overview of browsing

2.1. Overview of browsing

SMB networking provides a mechanism by which clients can access a list of machines in a network, a so-called "browse list". This list @@ -101,9 +104,9 @@ CLASS="SECT1" >

15.2. Browsing support in samba

2.2. Browsing support in samba

Samba now fully supports browsing. The browsing is supported by nmbd and is also controlled by options in the smb.conf file (see smb.conf(5)).

15.3. Problem resolution

2.3. Problem resolution

If something doesn't work then hopefully the log.nmb file will help you track down the problem. Try a debug level of 2 or 3 for finding @@ -180,9 +183,9 @@ CLASS="SECT1" >

15.4. Browsing across subnets

2.4. Browsing across subnets

With the release of Samba 1.9.17(alpha1 and above) Samba has been updated to enable it to support the replication of browse lists @@ -211,9 +214,9 @@ CLASS="SECT2" >

15.4.1. How does cross subnet browsing work ?

2.4.1. How does cross subnet browsing work ?

Cross subnet browsing is a complicated dance, containing multiple moving parts. It has taken Microsoft several years to get the code @@ -423,9 +426,9 @@ CLASS="SECT1" >

15.5. Setting up a WINS server

2.5. Setting up a WINS server

Either a Samba machine or a Windows NT Server machine may be set up as a WINS server. To set a Samba machine to be a WINS server you must @@ -477,7 +480,7 @@ all smb.conf files :

wins server = >name or IP address<wins server = >name or IP address<

where >name or IP address< is either the DNS name of the WINS server @@ -506,9 +509,9 @@ CLASS="SECT1" >

15.6. Setting up Browsing in a WORKGROUP

2.6. Setting up Browsing in a WORKGROUP

To set up cross subnet browsing on a network containing machines in up to be in a WORKGROUP, not an NT Domain you need to set up one @@ -529,7 +532,7 @@ set the following option in the [global] section of the smb.conf file :

domain master = yesdomain master = yes

The domain master browser should also preferrably be the local master @@ -590,9 +593,9 @@ CLASS="SECT1" >

15.7. Setting up Browsing in a DOMAIN

2.7. Setting up Browsing in a DOMAIN

If you are adding Samba servers to a Windows NT Domain then you must not set up a Samba server as a domain master browser. @@ -641,9 +644,9 @@ CLASS="SECT1" >

15.8. Forcing samba to be the master

2.8. Forcing samba to be the master

Who becomes the "master browser" is determined by an election process using broadcasts. Each election packet contains a number of parameters @@ -689,9 +692,9 @@ CLASS="SECT1" >

15.9. Making samba the domain master

2.9. Making samba the domain master

The domain master is responsible for collating the browse lists of multiple subnets so that browsing can occur between subnets. You can @@ -762,9 +765,9 @@ CLASS="SECT1" >

15.10. Note about broadcast addresses

2.10. Note about broadcast addresses

If your network uses a "0" based broadcast address (for example if it ends in a 0) then you will strike problems. Windows for Workgroups @@ -776,9 +779,9 @@ CLASS="SECT1" >

15.11. Multiple interfaces

2.11. Multiple interfaces

Samba now supports machines with multiple network interfaces. If you have multiple interfaces then you will need to use the "interfaces" @@ -801,7 +804,7 @@ WIDTH="33%" ALIGN="left" VALIGN="top" >PrevNextUsing samba 3.0 with ActiveDirectory supportHow to Install and Test SAMBA UpQuick Cross Subnet Browsing / Cross Workgroup Browsing guideOplocks