(09-21-2022, 03:57 PM)Tim Curtis Wrote: Correct, thats how the config should look.
Could be some sort of network issue. The command below performs the equivalent of a SCAN.
Code:moodeutl -N
Also, since NFS mounts are by IP address the NFS server pi has to have a persistent IP address. If the address changes the NFS mounts will break. Typically you would assign a DHCP address reservation in your Router for that pi.
Here is the result :
pi@moodeNAS:~ $ moodeutl -N
Scanning network for NFSv4 hosts...
pi@moodeNAS:~ $
Same result on the endpoint side :
pi@moodeEND:~ $ moodeutl -N
Scanning network for NFSv4 hosts...
pi@moodeEND:~ $
I've already assigned static IP for the both pi on my router
And I've also opened the 2049 port (not sure that it helps, but...)