09-21-2022, 04:30 PM
(09-21-2022, 04:10 PM)didier573 Wrote:(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...)
Below are the commands behind moodeutl -N. I'm assuming your subnet is 192.168.1.0/24
Code:
sudo nmap -Pn -p 2049 192.168.1.0/24 -oG /tmp/nmap.scan >/dev/null
cat /tmp/nmap.scan | grep "2049/open"
# The full list
cat /tmp/nmap.scan