How to NFS mount through a specific network interface
How do I force the mount command to use a specific network interface to reach the server ?
The client server is running Solaris 10 with two network interfaces and only one of the two has a route to a NAS server.
I want to mount a filesystem exported on the NAS but I can't "see" the NAS because showmount and mount default to the network interface on the subnet that doesn't allow NFS.
There must be a way to do this.
Thanks in advance