diff options
Diffstat (limited to 'docs/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml')
-rw-r--r-- | docs/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml | 43 |
1 files changed, 21 insertions, 22 deletions
diff --git a/docs/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml b/docs/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml index bf8b636c92..429ac4065a 100644 --- a/docs/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml +++ b/docs/Samba-Guide/Chap01-WindowsNetworkingPrimer.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!DOCTYPE book PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc"> +<!DOCTYPE chapter PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc"> <chapter id="primer"> <title>Networking Primer</title> @@ -242,11 +242,11 @@ <para> Click the following: <orderedlist> - <listitem>Update list of packets in real time</listitem> - <listitem>Automatic scrolling in live capture</listitem> - <listitem>Enable MAC name resolution </listitem> - <listitem>Enable network name resolution </listitem> - <listitem>Enable transport name resolution</listitem> + <listitem><para>Update list of packets in real time</para></listitem> + <listitem><para>Automatic scrolling in live capture</para></listitem> + <listitem><para>Enable MAC name resolution</para></listitem> + <listitem><para>Enable network name resolution</para></listitem> + <listitem><para>Enable transport name resolution</para></listitem> </orderedlist> Click <guibutton>OK</guibutton>. </para></step> @@ -277,8 +277,8 @@ </para> <image id="pktcap01"> - <imagefile scale="40">WINREPRESSME-Capture</imagefile> <imagedescription>Windows Me &smbmdash; Broadcasts &smbmdash; The First 10 Minutes</imagedescription> + <imagefile scale="40">WINREPRESSME-Capture</imagefile> </image> <image id="pktcap02"> @@ -453,11 +453,11 @@ <para> Click: <orderedlist> - <listitem>Update list of packets in real time</listitem> - <listitem>Automatic scrolling in live capture</listitem> - <listitem>Enable MAC name resolution </listitem> - <listitem>Enable network name resolution </listitem> - <listitem>Enable transport name resolution</listitem> + <listitem><para>Update list of packets in real time</para></listitem> + <listitem><para>Automatic scrolling in live capture</para></listitem> + <listitem><para>Enable MAC name resolution</para></listitem> + <listitem><para>Enable network name resolution</para></listitem> + <listitem><para>Enable transport name resolution</para></listitem> </orderedlist> Click <guibutton>OK</guibutton>. </para></step> @@ -586,12 +586,12 @@ dissection of a Host Announcement is given in <link linkend="hostannounce"/>. </para> - </sect3> <image id="hostannounce"> <imagedescription>Typical Windows 9x/Me Host Announcement</imagedescription> <imagefile scale="41">HostAnnouncment</imagefile> </image> + </sect3> </sect2> @@ -682,7 +682,7 @@ <para> <indexterm><primary>IPC$</primary></indexterm> - The <constant>IPC$</constant> share serves a vital purpose<footnote>TOSHARG, Sect 4.5.1</footnote> + The <constant>IPC$</constant> share serves a vital purpose<footnote><para>TOSHARG, Sect 4.5.1</para></footnote> in SMB/CIFS based networking. A Windows client connects to this resource to obtain the list of resources that are available on the server. The server responds with the shares and print queues that are available. In most but not all cases, the connection is made with a <constant>NULL</constant> @@ -795,11 +795,11 @@ <para> Click: <orderedlist> - <listitem>Update list of packets in real time</listitem> - <listitem>Automatic scrolling in live capture</listitem> - <listitem>Enable MAC name resolution </listitem> - <listitem>Enable network name resolution </listitem> - <listitem>Enable transport name resolution</listitem> + <listitem><para>Update list of packets in real time</para></listitem> + <listitem><para>Automatic scrolling in live capture</para></listitem> + <listitem><para>Enable MAC name resolution</para></listitem> + <listitem><para>Enable network name resolution</para></listitem> + <listitem><para>Enable transport name resolution</para></listitem> </orderedlist> Click <guibutton>OK</guibutton>. </para></step> @@ -990,7 +990,7 @@ Windows networking. </para> - <qandaset defaultlabel="chap01qa" type="number"> + <qandaset defaultlabel="chap01qa"> <qandaentry> <question> @@ -1160,8 +1160,7 @@ The use of WINS reduces network broadcast traffic. The reduction is greatest when all network clients are configured to operate in <parameter>Hybrid Mode</parameter>. This can be effected through use of DHCP to set the NetBIOS node type to type 8 for all network clients. Additionally, it is - beneficial to configure Samba to use <smbconfoption><name>name resolve order</name><value>wins host - bcast</value></smbconfoption>. + beneficial to configure Samba to use <smbconfoption name="name resolve order"/>wins host cast</smbconfoption>. </para> <note><para> |