NFS access from multiple networks
- by Luke
On my NFS server (Ubuntu) I have in /etc/exports the following:
/share 192.168.89.1/24(rw,no_root_squash,async)
However, I have a new machine which is not in 192.168.89.* IP range, it's in 192.168.92.* instead. How can I make this machine access my NFS server?