~zulcss/samba/server-dailies-3.4

« back to all changes in this revision

Viewing changes to docs-xml/smbdotconf/misc/remotebrowsesync.xml

  • Committer: Chuck Short
  • Date: 2010-09-28 20:38:39 UTC
  • Revision ID: zulcss@ubuntu.com-20100928203839-pgjulytsi9ue63x1
Initial version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<samba:parameter name="remote browse sync"
 
2
                 context="G"
 
3
                 advanced="1" developer="1"
 
4
                 type="list"
 
5
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 
6
<description>
 
7
        <para>
 
8
        This option allows you to setup <citerefentry><refentrytitle>nmbd</refentrytitle>
 
9
        <manvolnum>8</manvolnum></citerefentry> to periodically request 
 
10
        synchronization of browse lists with the master browser of a Samba 
 
11
        server that is on a remote segment. This option will allow you to 
 
12
        gain browse lists for multiple workgroups across routed networks. This 
 
13
        is done in a manner that does not work with any non-Samba servers.
 
14
        </para>
 
15
 
 
16
        <para>
 
17
        This is useful if you want your Samba server and all local 
 
18
        clients to appear in a remote workgroup for which the normal browse 
 
19
        propagation rules don't work. The remote workgroup can be anywhere 
 
20
        that you can send IP packets to.
 
21
        </para>
 
22
 
 
23
        <para>
 
24
        For example:
 
25
<programlisting>
 
26
<parameter>remote browse sync = 192.168.2.255 192.168.4.255</parameter>
 
27
</programlisting>
 
28
        the above line would cause <command>nmbd</command> to request the master browser on the 
 
29
        specified subnets or addresses to synchronize their browse lists with 
 
30
        the local server.
 
31
        </para>
 
32
 
 
33
        <para>
 
34
        The IP addresses you choose would normally be the broadcast 
 
35
        addresses of the remote networks, but can also be the IP addresses 
 
36
        of known browse masters if your network config is that stable. If 
 
37
        a machine IP address is given Samba makes NO attempt to validate 
 
38
        that the remote machine is available, is listening, nor that it 
 
39
        is in fact the browse master on its segment.
 
40
        </para>
 
41
 
 
42
        <para>
 
43
        The <smbconfoption name="remote browse sync"/> may be used on networks
 
44
        where there is no WINS server, and may be used on disjoint networks where
 
45
        each network has its own WINS server.
 
46
        </para>
 
47
</description>
 
48
 
 
49
<value type="default"></value>
 
50
</samba:parameter>