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?
You can specify multiple IP ranges on a line, separated by spaces:
See the exports man page for some more examples (Scroll down to "Examples").