Author: Mahlon
Date: 28-10-01 19:14
(posted by Dan Langille)
You probably have already received an answer for this, but on the off chance you haven't, here we go.
Off your webpage:
"Can NFS be Dual Homed? Any clues?"
Yes, it can.
It's my understanding that the exports file is access control for ONE host
PER line.
[mount] [options] [host]
Not
[mount] [options] [host] [host]
So
/usr -maproot=root 10.0.0.1 192.168.1.1
Won't work, but
/usr -maproot=root 10.0.0.1
/usr -maproot=root 192.168.1.1
Should be just dandy.
Actually, there are some examples in man 5 exports.
Hope that helps.
|
|