Changes

Line 48: Line 48:  
     <tr>
 
     <tr>
 
         <td>Workgroup</td>
 
         <td>Workgroup</td>
         <td>string; default: <b>WORKGROUP'''</td>
+
         <td>string; default: <b>WORKGROUP</b></td>
 
         <td>Name of the server's workgroup.</td>
 
         <td>Name of the server's workgroup.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
         <td>Share home-directies</td>
+
         <td>Share home-directories</td>
 
         <td>off | on; default: <b>on</b></td>
 
         <td>off | on; default: <b>on</b></td>
 
         <td>Allows system users to reach their home directories via network shares.</td>
 
         <td>Allows system users to reach their home directories via network shares.</td>
Line 99: Line 99:  
     <tr>
 
     <tr>
 
         <td>Read-only</td>
 
         <td>Read-only</td>
         <td>off | on; default: '''off'''</td>
+
         <td>off | on; default: <b>off</b></td>
 
         <td>Makes the directory read-only, which means the shared directory can only be accessed to view and read files.</td>
 
         <td>Makes the directory read-only, which means the shared directory can only be accessed to view and read files.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Browseable</td>
 
         <td>Browseable</td>
         <td>off | on; default: '''on'''</td>
+
         <td>off | on; default: <b>on</b></td>
 
         <td>This controls whether this share is seen in the list of available shares in a net view and in the browselist.</td>
 
         <td>This controls whether this share is seen in the list of available shares in a net view and in the browselist.</td>
 
     </tr>
 
     </tr>
 
     <tr>
 
     <tr>
 
         <td>Allow guests</td>
 
         <td>Allow guests</td>
         <td>off | on; default: '''off'''</td>
+
         <td>off | on; default: <b>off</b></td>
 
         <td>Enables guest access, which allows anonymous connections to the shared directory.</td>
 
         <td>Enables guest access, which allows anonymous connections to the shared directory.</td>
 
     </tr>
 
     </tr>
Line 118: Line 118:  
     </tr>
 
     </tr>
 
</table>
 
</table>
 +
 +
To connect to the router's SAMBA server from Windows, specify the address in this format:
 +
 +
\\smb_server_address\share_name
 +
 +
Replace <i>smb_server_address</i> with the IP address of this device or SAMBA share hostname; replace <i>share_name</i> with the name of the "share" (as specified in the 'Name' field). For example:
 +
 +
<i>
 +
\\192.168.1.1\my_share
 +
\\Router_share\johns_files
 +
</i>
    
==Users==
 
==Users==

Navigation menu