Add script 'show-nfs-clients.sh'.

This commit is contained in:
2020-03-05 11:51:08 +01:00
parent b27b0aa937
commit bcc375d1d0
3 changed files with 309 additions and 33 deletions

View File

@@ -0,0 +1,20 @@
# -----------------------------------------
# - Settings for script show-nfs-clients.sh
# -----------------------------------------
# NFS_SERVER_IPV4
#
# The IP-Address where the nfs clients are connected
#
# If not given, script tries to determin th ip-address
#
#NFS_SERVER_IPV4=""
# NFS_SERVER_PORT
#
# The Port where the nfs service is listen
#
# Default: NFS_SERVER_PORT=2049
#
#NFS_SERVER_PORT=2049