From ff78c3bf5c3a73cf90f6517d9b2d6b8c12d22d68 Mon Sep 17 00:00:00 2001
From: Jelmer Vernooij 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"
> 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"
> 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"
> 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. The syntax of the "remote browse sync" parameter is:
+
Chapter 3. Quick Cross Subnet Browsing / Cross Workgroup Browsing guide
Chapter 2. Quick Cross Subnet Browsing / Cross Workgroup Browsing guide3.1. Discussion
2.1. Discussion3.2. Use of the "Remote Announce" parameter
2.2. Use of the "Remote Announce" parameter3.3. Use of the "Remote Browse Sync" parameter
2.3. Use of the "Remote Browse Sync" parameter remote browse sync = a.b.c.d
remote browse sync = a.b.c.d
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.
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" >
A very common cause of browsing problems results from installing more than one protocol on an MS Windows machine.
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: -
Alternative means of name resolution includes: -
Alternative means of name resolution includes:
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:
name resolve order = wins lmhosts bcast hostname resolve order = wins lmhosts bcast host _or_
name resolve order = wins lmhosts (eliminates bcast and host)name resolve order = wins lmhosts (eliminates bcast and host) The default is:
name resolve order = host lmhost wins bcastname resolve order = host lmhost wins bcast. 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" >PrevNextImproved browsing in sambaHow to Install and Test SAMBA