I know for read-only NFS mounts, you can list several server addresses and if one is unavailable the client will attempt to switch to another.
My question is about a multihomed host? It seems obvious that I can list every interface on a read-only mount and get the same behavior. When all the addresses are for the same server though can this be used for Read/write mounts? Also, when DNS is used to resolve the server hostname, if it returns more than one IP, will that be used as if I had listed each interface separately? or do I need to list them all myself? -Kyle