s3-torture/denytest.c: replace cli_read_old() with cli_read()
[Samba/gebeck_regimport.git] / docs-xml / smbdotconf / misc / remotebrowsesync.xml
blobc966c95be076a56539407f884a476d8e5a66f8ce
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>
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>
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>
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>
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>
49 <value type="default"></value>
50 </samba:parameter>