docs:smbdotconf: remove swat-specific flags.
[Samba.git] / docs-xml / smbdotconf / misc / remoteannounce.xml
blob5d442ea60b15626371aecb06036a25bc0a68fdd7
1 <samba:parameter name="remote announce"
2                  context="G"
3                  type="string"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>
7         This option allows you to setup <citerefentry><refentrytitle>nmbd</refentrytitle>
8         <manvolnum>8</manvolnum></citerefentry> to periodically announce itself 
9         to arbitrary IP addresses with an arbitrary workgroup name.
10         </para>
12         <para>
13         This is useful if you want your Samba server to appear in a remote workgroup for 
14         which the normal browse propagation rules don't work. The remote workgroup can be 
15         anywhere that you can send IP packets to.
16         </para>
18         <para>
19         For example:
20 <programlisting>
21 <command moreinfo="none">remote announce = 192.168.2.255/SERVERS 192.168.4.255/STAFF</command>
22 </programlisting>
23         the above line would cause <command moreinfo="none">nmbd</command> to announce itself 
24         to the two given IP addresses using the given workgroup names. If you leave out the 
25         workgroup name, then the one given in the <smbconfoption name="workgroup"/> parameter 
26         is used instead.
27         </para>
29         <para>
30         The IP addresses you choose would normally be the broadcast addresses of the remote 
31         networks, but can also be the IP addresses of known browse masters if your network 
32         config is that stable.
33         </para>
35         <para>
36         See the chapter on Network Browsing in the Samba-HOWTO book.
37         </para>
38 </description>
40 <value type="default"></value>
41 </samba:parameter>