2004-04-07 14:15:11 +04:00
<samba:parameter name= "remote browse sync"
2015-05-01 00:32:45 +03:00
context="G"
type="string"
2019-11-05 13:46:23 +03:00
substitution="1"
2015-05-01 00:32:45 +03:00
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
2004-04-07 14:15:11 +04:00
<description >
2005-08-25 20:49:40 +04:00
<para >
This option allows you to setup <citerefentry > <refentrytitle > nmbd</refentrytitle>
2005-11-02 01:33:40 +03:00
<manvolnum > 8</manvolnum> </citerefentry> to periodically request
2004-04-07 14:15:11 +04:00
synchronization of browse lists with the master browser of a Samba
server that is on a remote segment. This option will allow you to
gain browse lists for multiple workgroups across routed networks. This
2005-08-25 20:49:40 +04:00
is done in a manner that does not work with any non-Samba servers.
</para>
2004-04-07 14:15:11 +04:00
2005-08-25 20:49:40 +04:00
<para >
This is useful if you want your Samba server and all local
2004-04-07 14:15:11 +04:00
clients to appear in a remote workgroup for which the normal browse
propagation rules don't work. The remote workgroup can be anywhere
2005-08-25 20:49:40 +04:00
that you can send IP packets to.
</para>
2004-04-07 14:15:11 +04:00
2005-08-25 20:49:40 +04:00
<para >
For example:
<programlisting >
2005-10-17 21:21:37 +04:00
<parameter > remote browse sync = 192.168.2.255 192.168.4.255</parameter>
2005-08-25 20:49:40 +04:00
</programlisting>
2005-10-17 21:32:30 +04:00
the above line would cause <command > nmbd</command> to request the master browser on the
2005-10-17 21:21:37 +04:00
specified subnets or addresses to synchronize their browse lists with
the local server.
2005-08-25 20:49:40 +04:00
</para>
2004-04-07 14:15:11 +04:00
2005-08-25 20:49:40 +04:00
<para >
The IP addresses you choose would normally be the broadcast
2004-04-07 14:15:11 +04:00
addresses of the remote networks, but can also be the IP addresses
of known browse masters if your network config is that stable. If
a machine IP address is given Samba makes NO attempt to validate
that the remote machine is available, is listening, nor that it
2005-08-25 20:49:40 +04:00
is in fact the browse master on its segment.
</para>
2005-10-17 21:21:37 +04:00
<para >
2005-11-02 01:33:40 +03:00
The <smbconfoption name= "remote browse sync" /> may be used on networks
2005-10-17 21:21:37 +04:00
where there is no WINS server, and may be used on disjoint networks where
each network has its own WINS server.
</para>
2004-04-07 14:15:11 +04:00
</description>
<value type= "default" > </value>
</samba:parameter>