09-21-2022, 11:52 PM
(This post was last modified: 09-21-2022, 11:53 PM by TheOldPresbyope.
Edit Reason: formatting
)
@Tim Curtis
An easier check of the active exports on an NFS server is sudo exportfs
For example, on my moOde 8.2.0 player with NFS server enabled and exporting a USB stick labeled RALLY8GB
Note, this is with the "default" Access setting. If I set Access to just my entire LAN, then instead of <world> one sees what I set: 10.0.0.0/24.
@didier573
1) It's a very bad idea to open port 2049 at your firewall, e.g., your router. This leaves you open to attacks from the outside world. The Internet is under siege by bad guys running what are called "port knocker" programs.
2) if you have enabled NFS file-sharing in System Config on your host moodeNAS then it should have port 2049 open even if you do not have any exportable USB storage devices connected. There's something not right here since you report
3) you do not have to enable NFS file-sharing on your host moodeEND. It's a server setting, not a client setting.
Regards,
Kent
An easier check of the active exports on an NFS server is sudo exportfs
For example, on my moOde 8.2.0 player with NFS server enabled and exporting a USB stick labeled RALLY8GB
Code:
pi@m82arm64:~ $ sudo exportfs
/media/RALLY8GB
<world>
@didier573
1) It's a very bad idea to open port 2049 at your firewall, e.g., your router. This leaves you open to attacks from the outside world. The Internet is under siege by bad guys running what are called "port knocker" programs.
2) if you have enabled NFS file-sharing in System Config on your host moodeNAS then it should have port 2049 open even if you do not have any exportable USB storage devices connected. There's something not right here since you report
Code:
Host: 192.168.1.17 (moodenas.home) Ports: 2049/closed/tcp//nfs///
3) you do not have to enable NFS file-sharing on your host moodeEND. It's a server setting, not a client setting.
Regards,
Kent