Information Required in the Basic Settings Screen
Item | Required? | Description |
---|---|---|
Shared folder name | Required | The name used for identifying the shared folder. You can enter up to 76 characters (single-byte alphanumeric characters or double-byte characters with UTF-8 encoding).
|
Datastore name | Required | The name of the datastore where a shared folder is created. Select a datastore name from the pull-down list. |
Owner | Optional | Information regarding the owner of the shared folder. If omitted, "root" is set. |
Group | Optional | The name of the group to which the shared folder belongs. If omitted, "root" is set. |
Protocol | Optional | Select either NFS or SMB as the protocol. The default selection is NFS. |
Activation status | Optional | Select whether to enable the shared folder. If you only want to define the shared folder but not allow access, select "Disable". The default selection is "Enable". |
Information Required in the Advanced Settings Screen (When NFS Is Selected for the Protocol)
Item | Required? | Description |
---|---|---|
NFS allow hosts | Optional | Host information for which NFS access is granted.
|
NFS root squash hosts | Optional | Hosts specified in NFS allow hosts and granted root access.
Up to 10 can be specified. To specify multiple values, separate each item with a comma.
|
Information Required in the Advanced Settings Screen (When SMB Is Selected for the Protocol)
Item | Required? | Description |
---|---|---|
SMB encryption | Optional | Select whether to encrypt the communication. The default selection is "Disable". |
Oplocks | Optional | Define whether to enable Oplocks (Windows function for improving network efficiency). The default selection is "Disable". |
SMB allow hosts | Optional | Host information for which SMB access is granted.
|
SMB deny hosts | Optional | Host information for which SMB access is not granted.
|
Note
(*1) Specify an IPv4 network in any one of the following formats:
CIDR notation (prefix notation)
Example: 192.168.10.0/24
Subnet notation
Example: 192.168.10.0/255.255.255.0
(*2) Specify with the "<List 1> EXCEPT <list 2>" format. <List 1>,<list 2> is a space delimited list consisting of one or more of the following items.
FQDN
IPv4 Address
IPv4 Network (*1)
Domain name starting with "."
Of the items specified by <list 1>, allow or reject access from the items specified in <list 2>. There is no limit to the number of characters specified using this format.
Example | SMB allow hosts | SMB deny hosts | Access allowed |
---|---|---|---|
1 | 192.168.10.2 | 192.168.10.2 |
|
2 | 192.168.10.2 | 192.168.10.1/24 |
|
3 | 192.168.10.1/24 | 192.168.10.2 |
|
4 | 192.168.10.1/24 EXCEPT 192.168.10.2 | (None) |
|
5 | (None) | 192.168.10.1/24 EXCEPT 192.168.10.2 |
|
[Example]
192.168.10.1/24 EXCEPT 192.168.10.2
192.168.0.0/16 EXCEPT 192.168.0.0/24
192.168.0.0/16 EXCEPT 192.168.0.0/24 192.168.1.1
.example1.com EXCEPT host1.example.com host2.example.com
.example1.com .example2.com EXCEPT host1.example.com host3.example.com
This product does not support definitions of nested structures such as "a EXCEPT (b EXCEPT C)".
(*3) A search to determine if access is allowed is performed in order from SMB-allowed hosts to SMB-rejected hosts, and ends when an IP address match is found.