How can I specify the client IP address for mounting an NFS export?
I have an Oracle Linux 7 server which is exporting a path that I want to mount on a Solaris zone (11.3).
The Solaris zone has several IP addresses for different services, but I want to specify which one gets used for the NFS mount.
Linux has the clientaddr mount option but I can't find an equivalent on Solaris.
Thanks