Field | Description |
Access Address | You can enter a single IP or a CIDR block, such as 10.1.10.11 or 10.10.1.0/24. The default access address is * , indicating that all IPs are allowed. Please note that you need to enter the CVM instance's private IP here. |
Read & Write Permissions | Read-only or read/write. |
User Permissions | The four options below are used for controlling the permissions of a user. all_squash: Any user will be mapped to an anonymous user or user group. no_all_squash: A user will be first matched with a local user, and if the match fails, it will be mapped to an anonymous user or user group. root_squash: A root user will be mapped to an anonymous user or user group. no_root_squash: A root user will be allowed to maintain root account permissions. Note: User permissions configuration is not supported for CIFS/SMB file systems and Turbo file systems and will not take effect. The default permission is 755 for each file system, and nfsnobody does not have write permission. Therefore, if there are no special needs, no_root_squash is recommended. If the root user creates a file directory and mounts the file system, when the access address is set to all_squash or root_squash , an access IP can only read files. (This is because the mount path requires root permissions, but the access IP has been mapped to an anonymous user.) |
Priority | You can configure an integer between 1 and 100 as the priority level, where 1 indicates the highest priority. If the permission of a single IP conflicts with that of an IP within a CIDR block in the same permission group, the permission with a higher priority will apply. If their priority levels are the same, the permission of the single IP will apply. If two overlapping CIDR blocks are configured with different permissions and the same priority levels, the permissions of the overlapping CIDR blocks will take effect randomly. Please avoid configuring overlapping CIDR blocks. Note: Priority configuration is not supported for CIFS/SMB file systems and will not take effect. |
Was this page helpful?