From 1b0df8bf696b5f02b2810505e5d90d4242df477b Mon Sep 17 00:00:00 2001 From: Ricardo Branco Date: Mon, 31 Jul 2023 11:43:44 +0200 Subject: [PATCH 1/2] Update nfs.adoc Fix path for rpcbind defaults and fix rpcbind option. --- documentation/asciidoc/computers/remote-access/nfs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/remote-access/nfs.adoc b/documentation/asciidoc/computers/remote-access/nfs.adoc index 4692b576ad..ca8d31000b 100644 --- a/documentation/asciidoc/computers/remote-access/nfs.adoc +++ b/documentation/asciidoc/computers/remote-access/nfs.adoc @@ -267,7 +267,7 @@ You'll want to run this command whenever `/etc/exports` is modified. ==== Restart services -By default, `rpcbind` only binds to the loopback interface. To enable access to `rpcbind` from remote machines, you need to change `/etc/conf.d/rpcbind` to get rid of either `-l` or `-i 127.0.0.1`. +By default, `rpcbind` only binds to the loopback interface. To enable access to `rpcbind` from remote machines, you need to change `/etc/default/rpcbind` to get rid of either `-l` or `-h 127.0.0.1`. If any changes are made, rpcbind and NFS will need to be restarted: From a56427ebb6042d5088f780cbd437f9f3a2cee83a Mon Sep 17 00:00:00 2001 From: nate contino Date: Tue, 10 Oct 2023 12:03:11 -0400 Subject: [PATCH 2/2] Update documentation/asciidoc/computers/remote-access/nfs.adoc --- documentation/asciidoc/computers/remote-access/nfs.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/documentation/asciidoc/computers/remote-access/nfs.adoc b/documentation/asciidoc/computers/remote-access/nfs.adoc index ca8d31000b..c6d8f5d227 100644 --- a/documentation/asciidoc/computers/remote-access/nfs.adoc +++ b/documentation/asciidoc/computers/remote-access/nfs.adoc @@ -267,7 +267,6 @@ You'll want to run this command whenever `/etc/exports` is modified. ==== Restart services -By default, `rpcbind` only binds to the loopback interface. To enable access to `rpcbind` from remote machines, you need to change `/etc/default/rpcbind` to get rid of either `-l` or `-h 127.0.0.1`. If any changes are made, rpcbind and NFS will need to be restarted: