Manage NFS networking using the GUI

This page describes how to configure the NFS networking using the GUI.

Using the GUI, you can:

Create interface groups

Interface Groups define the hosts and ports that provide the NFS service.

Procedure

  1. From the menu, select Manage > Protocols.

  2. On the left pane, select NFS.

  3. In the Configuration tab, select the + sign near the Interface Groups title.

4. In the Create Interface Group dialog set the following properties:

  • Name: A unique interface group name (maximum 11 characters).

  • Gateway: A valid IP address of the gateway.

  • Subnet mask: The subnet mask in CIDR (Classless Inter-Domain Routing) format. For example, a value of 16 equals 255.255.0.0.

5. Select Save.

Related topic

Implement NFS service from a Weka cluster

Set interface group ports

Once you create an interface group, set its ports.

Procedure

  1. In the Configuration tab, select the interface group.

  2. In the Group Ports table, select +Create.

3. In the Add Port dialog, set the following properties:

  • Hostname: Select the host on which the port resides.

  • Port: Select the port from the list.

Remove an interface group port

Procedure

  1. In the Configuration tab, select the interface group.

  2. In the Group Ports table, select the three dots, and from the menu select Remove.

Set interface group IPs

Procedure

  1. In the Configuration tab, select the interface group.

  2. In the Group IPs table, select +Create.

3. In the Add Rang IP dialog, set the relevant IP range.

4. Select Save.

Remove an interface group port

Procedure

  1. In the Configuration tab, select the interface group.

  2. In the Group IPs table, select the three dots, and from the menu select Remove.

Define client access groups

Procedure

  1. In the Permissions tab, select the + sign near the Client Groups title.

2. In the Create Client Group dialog, set the client group name (DNS server name).

3. Select Save.

Related topics

Configure the round-robin DNS server

Manage client access groups

Procedure

  1. In the Permissions tab, select ADD DNS for the relevant Client Group.

3. In the Create Client Group DNS Rule dialog, set the DNS server name. Then, select Save.

3. In the Permissions tab, select ADD IP for the relevant Client Group.

4. In the Create Client Group IP Rule dialog, set the IP address and bitmask. Then, select Save.

Remove DNS or IP of a client group

Procedure

  1. In the Permissions tab, select the trash symbol displayed next to the DNS or IP for the relevant Client Group.

Create NFS client permission

You can create NFS permission for a client group.

Procedure

  1. In the Permissions table, select +Create.

2. In the Create NFS Permission Creation dialog, set the following properties:

  • Client Group: The client group to which the permissions are applied.

  • Filesystem: The filesystem to which the permissions are applied. A filesystem set with required authentication cannot be used for NFS export.

  • Path: The exported directory path (root share).

  • Type: The access type: RO (read-only) or RW (read/write).

  • Priority: The priority of the client permission. When access is evaluated, the system first processes the permissions set with the lower priority number. Setting a number in tens (10, 20, 100, and so on) is recommended (it allows adding priorities in between).

  • Supported Versions: The supported NFS versions (V3, V4, or both).

  • Squash Root: The squash mode that the system enforces with the client permission.

  • Anon. UID: Anonymous user ID. Only relevant for Root and All user squashing.

  • Anon. GID: Anonymous group ID. Only relevant for Root and All user squashing.

3. Select Save.

Edit NFS client permission

You can edit the existing NFS permission settings for a client group. You can also move the priority to the top or bottom priority (in relation to other client group priorities). If the client group permission setting is no longer required, you can remove it.

Procedure

  1. In the Permissions table, select the three dots of the client group to edit, and select Edit.

2. Set the relevant properties: Type, Priority, Supported Versions, Squash Root, Anon. UID, and Anon. GID. Then, select Save.

3. To move the priority of a client group setting to the top or bottom priority, select Move to top priority or Move to bottom priority.

4. To remove the client group permission setting, select Remove.

Related topics

Supported NFS client mount options

Last updated