summaryrefslogtreecommitdiff
path: root/docs/htmldocs/browsing-quick.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/htmldocs/browsing-quick.html')
-rw-r--r--docs/htmldocs/browsing-quick.html70
1 files changed, 41 insertions, 29 deletions
diff --git a/docs/htmldocs/browsing-quick.html b/docs/htmldocs/browsing-quick.html
index 8c597e001f..680bdfc1de 100644
--- a/docs/htmldocs/browsing-quick.html
+++ b/docs/htmldocs/browsing-quick.html
@@ -5,8 +5,7 @@
>Quick Cross Subnet Browsing / Cross Workgroup Browsing guide</TITLE
><META
NAME="GENERATOR"
-CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
-"><LINK
+CONTENT="Modular DocBook HTML Stylesheet Version 1.77+"><LINK
REL="HOME"
TITLE="SAMBA Project Documentation"
HREF="samba-howto-collection.html"><LINK
@@ -14,11 +13,11 @@ REL="UP"
TITLE="General installation"
HREF="introduction.html"><LINK
REL="PREVIOUS"
-TITLE="Improved browsing in samba"
-HREF="improved-browsing.html"><LINK
+TITLE="How to Install and Test SAMBA"
+HREF="install.html"><LINK
REL="NEXT"
-TITLE="LanMan and NT Password Encryption in Samba"
-HREF="pwencrypt.html"></HEAD
+TITLE="User information database"
+HREF="passdb.html"></HEAD
><BODY
CLASS="CHAPTER"
BGCOLOR="#FFFFFF"
@@ -46,7 +45,7 @@ WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
-HREF="improved-browsing.html"
+HREF="install.html"
ACCESSKEY="P"
>Prev</A
></TD
@@ -60,7 +59,7 @@ WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
-HREF="pwencrypt.html"
+HREF="passdb.html"
ACCESSKEY="N"
>Next</A
></TD
@@ -73,7 +72,9 @@ WIDTH="100%"></DIV
CLASS="CHAPTER"
><H1
><A
-NAME="BROWSING-QUICK">Chapter 3. Quick Cross Subnet Browsing / Cross Workgroup Browsing guide</H1
+NAME="BROWSING-QUICK"
+></A
+>Chapter 2. Quick Cross Subnet Browsing / Cross Workgroup Browsing guide</H1
><P
>This document should be read in conjunction with Browsing and may
be taken as the fast track guide to implementing browsing across subnets
@@ -85,7 +86,9 @@ CLASS="SECT1"
><H1
CLASS="SECT1"
><A
-NAME="AEN377">3.1. Discussion</H1
+NAME="AEN230"
+></A
+>2.1. Discussion</H1
><P
>Firstly, all MS Windows networking is based on SMB (Server Message
Block) based messaging. SMB messaging is implemented using NetBIOS. Samba
@@ -129,7 +132,9 @@ CLASS="SECT1"
><H1
CLASS="SECT1"
><A
-NAME="AEN385">3.2. Use of the "Remote Announce" parameter</H1
+NAME="AEN238"
+></A
+>2.2. Use of the "Remote Announce" parameter</H1
><P
>The "remote announce" parameter of smb.conf can be used to forcibly ensure
that all the NetBIOS names on a network get announced to a remote network.
@@ -185,7 +190,9 @@ CLASS="SECT1"
><H1
CLASS="SECT1"
><A
-NAME="AEN399">3.3. Use of the "Remote Browse Sync" parameter</H1
+NAME="AEN252"
+></A
+>2.3. Use of the "Remote Browse Sync" parameter</H1
><P
>The "remote browse sync" parameter of smb.conf is used to announce to
another LMB that it must synchronise it's NetBIOS name list with our
@@ -193,9 +200,10 @@ Samba LMB. It works ONLY if the Samba server that has this option is
simultaneously the LMB on it's network segment.</P
><P
>The syntax of the "remote browse sync" parameter is:
+
<PRE
CLASS="PROGRAMLISTING"
-> remote browse sync = a.b.c.d</PRE
+>remote browse sync = a.b.c.d</PRE
>
where a.b.c.d is either the IP address of the remote LMB or else is the network broadcast address of the remote segment.</P
@@ -205,7 +213,9 @@ CLASS="SECT1"
><H1
CLASS="SECT1"
><A
-NAME="AEN404">3.4. Use of WINS</H1
+NAME="AEN257"
+></A
+>2.4. Use of WINS</H1
><P
>Use of WINS (either Samba WINS _or_ MS Windows NT Server WINS) is highly
recommended. Every NetBIOS machine registers it's name together with a
@@ -265,7 +275,9 @@ CLASS="SECT1"
><H1
CLASS="SECT1"
><A
-NAME="AEN415">3.5. Do NOT use more than one (1) protocol on MS Windows machines</H1
+NAME="AEN268"
+></A
+>2.5. Do NOT use more than one (1) protocol on MS Windows machines</H1
><P
>A very common cause of browsing problems results from installing more than
one protocol on an MS Windows machine.</P
@@ -293,12 +305,14 @@ CLASS="SECT1"
><H1
CLASS="SECT1"
><A
-NAME="AEN421">3.6. Name Resolution Order</H1
+NAME="AEN274"
+></A
+>2.6. Name Resolution Order</H1
><P
>Resolution of NetBIOS names to IP addresses can take place using a number
of methods. The only ones that can provide NetBIOS name_type information
-are:
-<P
+are:</P
+><P
></P
><TABLE
BORDER="0"
@@ -319,10 +333,9 @@ BORDER="0"
></TABLE
><P
></P
-></P
><P
->Alternative means of name resolution includes:
-<P
+>Alternative means of name resolution includes:</P
+><P
></P
><TABLE
BORDER="0"
@@ -339,24 +352,23 @@ BORDER="0"
></TABLE
><P
></P
-></P
><P
>Many sites want to restrict DNS lookups and want to avoid broadcast name
resolution traffic. The "name resolve order" parameter is of great help here.
The syntax of the "name resolve order" parameter is:
<PRE
CLASS="PROGRAMLISTING"
-> name resolve order = wins lmhosts bcast host</PRE
+>name resolve order = wins lmhosts bcast host</PRE
>
_or_
<PRE
CLASS="PROGRAMLISTING"
-> name resolve order = wins lmhosts (eliminates bcast and host)</PRE
+>name resolve order = wins lmhosts (eliminates bcast and host)</PRE
>
The default is:
<PRE
CLASS="PROGRAMLISTING"
-> name resolve order = host lmhost wins bcast</PRE
+>name resolve order = host lmhost wins bcast</PRE
>.
where "host" refers the the native methods used by the Unix system
to implement the gethostbyname() function call. This is normally
@@ -388,7 +400,7 @@ WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
-HREF="improved-browsing.html"
+HREF="install.html"
ACCESSKEY="P"
>Prev</A
></TD
@@ -406,7 +418,7 @@ WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
-HREF="pwencrypt.html"
+HREF="passdb.html"
ACCESSKEY="N"
>Next</A
></TD
@@ -416,7 +428,7 @@ ACCESSKEY="N"
WIDTH="33%"
ALIGN="left"
VALIGN="top"
->Improved browsing in samba</TD
+>How to Install and Test SAMBA</TD
><TD
WIDTH="34%"
ALIGN="center"
@@ -430,7 +442,7 @@ ACCESSKEY="U"
WIDTH="33%"
ALIGN="right"
VALIGN="top"
->LanMan and NT Password Encryption in Samba</TD
+>User information database</TD
></TR
></TABLE
></DIV