Skip to content

Commit 4f1b75b

Browse files
committed
tested with ubuntu-24.04-x86_64 and update the doc
1 parent 9faa659 commit 4f1b75b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/other-tools/nfs/nfs-server-client-setup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ allowing them to access and work with the files it contains.
1010
We are using the following configuration to set up the NFS server and client on
1111
Ubuntu-based NERC OpenStack VMs:
1212

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
1414
with 1vCPU, 4GB RAM, 20GB storage - also [assign Floating IP](../../openstack/create-and-connect-to-the-VM/assign-a-floating-IP.md).
1515
Please note the NFS Server's Internal IP i.e. `<NFS_SERVER_INTERNAL_IP>`
1616
i.e. `192.168.0.73` in this example.
1717

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
1919
with 1vCPU, 4GB RAM, 20GB storage - also [assign Floating IP](../../openstack/create-and-connect-to-the-VM/assign-a-floating-IP.md).
2020

2121
- 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:
9090
```
9191
9292
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):
9494
9595
```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)
9797
```
9898
9999
**Explanation:**

0 commit comments

Comments
 (0)