Template:Networking rutos manual network shares: Difference between revisions
(→Users) |
No edit summary |
||
Line 36: | Line 36: | ||
[[File:Networking_rutx_manual_network_shares_user_edit_v1.png|border]] | [[File:Networking_rutx_manual_network_shares_user_edit_v1.png|border]] | ||
[[Category:{{{name}}} WebUI]] |
Revision as of 12:39, 6 January 2020
Summary
The Network Shares section is used to manage Network-attached storage (NAS) such as USB drives and hard drives. The router supports the following file system architectures:
- FAT
- FAT32
- NTFS
General
Samba
Samba is a software solution for using the Server Message Block (SMB) networking protocol, which provides shared file access between nodes on a computer network. Refer to the figures and table below for more information about Samba configuration.
field name | value | description |
---|---|---|
Enable | off | on; Default: off | Toggles Samba ON or OFF |
Hostname | Default: Router_Share | Name of the Samba server |
Description | Default: Router Share | Short server description |
Workgroup | Default: WORKGROUP | Name of the server's workgroup |
Share home-directies | off | on; Default: on | Allow system users to reach their home directories via network shares |
By entering Edit Template window you can edit the template that is used for generating the samba configuration. This is the content of the file '/etc/samba/smb.conf.template' from which your samba configuration will be generated. Values enclosed by pipe symbols ('|') should not be changed. They get their values from the 'General Settings' tab.
The Shared Directories section is used to configure access to connected storage drives or individual directories contained in those drives. A shared directory must be added before it can be configured. You can simply do that by pressing Add button.
field name | value | description |
---|---|---|
Name | string; Default: none | Name of the shared directory. |
Path | file path; Default: none | Path to the shared directory. To share an entire drive, choose an automatically generated path from this drop-down box (for example, /mnt/sda1). To share a specific directory on the drive, specify the full path to that directory (for example, /mnt/sda1/shared/video) |
Allowed users | string; Default: none | Defines which users can access the shared directory. Users can be created from the Samba user tab (refer to section 2.3 for details).
If Allow guests is checked, this field becomes inactive |
Read-only | yes | no; Default: no | Makes the directory read-only, which means the shared directory can only be accessed to view and read files |
Browseable | yes | no; Default: no | |
Allow guests | yes | no; Default: no | Enables guest access, which allows anonymous connections to the shared directory |
Delete | - (interactive button) | Deletes the configuration related to the shared directory |
Users
In this section you can create users that can be granted access to shared directories. To add a new user, enter a custom username, password and click the Add button.
You can change user's password by pressing Edit button.
[[Category:{{{name}}} WebUI]]