@@ -10,12 +10,12 @@ allowing them to access and work with the files it contains.
10
10
We are using the following configuration to set up the NFS server and client on
11
11
Ubuntu-based NERC OpenStack VMs:
12
12
13
- - 1 Linux machine for the ** NFS Server** , ` ubuntu-22 .04-x86_64 ` , ` cpu-su.1 ` flavor
13
+ - 1 Linux machine for the ** NFS Server** , ` ubuntu-24 .04-x86_64 ` , ` cpu-su.1 ` flavor
14
14
with 1vCPU, 4GB RAM, 20GB storage - also [ assign Floating IP] ( ../../openstack/create-and-connect-to-the-VM/assign-a-floating-IP.md ) .
15
15
Please note the NFS Server's Internal IP i.e. ` <NFS_SERVER_INTERNAL_IP> `
16
16
i.e. ` 192.168.0.73 ` in this example.
17
17
18
- - 1 Linux machine for the ** NFS Client** , ` ubuntu-22 .04-x86_64 ` , ` cpu-su.1 ` flavor
18
+ - 1 Linux machine for the ** NFS Client** , ` ubuntu-24 .04-x86_64 ` , ` cpu-su.1 ` flavor
19
19
with 1vCPU, 4GB RAM, 20GB storage - also [ assign Floating IP] ( ../../openstack/create-and-connect-to-the-VM/assign-a-floating-IP.md ) .
20
20
21
21
- ssh access to both machines: [ Read more here] ( ../../openstack/create-and-connect-to-the-VM/bastion-host-based-ssh/index.md )
@@ -90,10 +90,10 @@ Ubuntu-based NERC OpenStack VMs:
90
90
```
91
91
92
92
Add a line like this to share the directory with read/write permissions for a
93
- subnet (e.g., 192.168.1 .0/24):
93
+ subnet (e.g., 192.168.0 .0/24):
94
94
95
95
```sh
96
- /mnt/nfs_share 192.168.1 .0/24(rw,sync,no_subtree_check)
96
+ /mnt/nfs_share 192.168.0 .0/24(rw,sync,no_subtree_check)
97
97
```
98
98
99
99
**Explanation:**
0 commit comments