1834733 Members
2436 Online
110070 Solutions
New Discussion

NFS Mounts

 
SOLVED
Go to solution
MikeL_4
Super Advisor

NFS Mounts

We have multiple LAN interfaces on our servers to isolate different types of traffic. One interface is used just for server to server communications.

When doing an NFS mount of a file system between servers, is it possible to direct which LAN interface it uses for it's traffic ?
2 REPLIES 2
Wouter Jagers
Honored Contributor
Solution

Re: NFS Mounts

Hi,

I have often used multiple hostnames for this purpose: The 1st interface would just be the hostname, the 2nd interface would be configured as hostnameB in DNS/hosts.

Then, you could explicitly tell any command to approach the 'B-interface'.

( # mount myhostB:/home/wout ..... )

Hope that helps,
Cheers,
Wout
an engineer's aim in a discussion is not to persuade, but to clarify.
MikeL_4
Super Advisor

Re: NFS Mounts

Thanks, I wasn't thinking, used separate hostname for the interface I wanted to go over..