+ -
当前位置:首页 → 问答吧 → NFS的许可用户网段这么配为啥不行?

NFS的许可用户网段这么配为啥不行?

时间:2011-06-13

来源:互联网

NFS Client的IP是10.101.80.60。

我在NFS Server的/etc/exports中是这么配的:
/home 10.101.80.1/10.101.80.254(rw,sync)
结果client在mount的时候说permission denied。

但是如果是下面这么配就能mount上:
/home 10.101.80.60(rw,sync)

我的原意是从10.101.80.1到10.101.80.254网段的机器都能共享NFS Server。为啥那样配不行呢?
Server和Client的子网掩码都是:255.255.255.0

作者: priestmoon   发布时间: 2011-06-13

这样不可以吧

作者: xiaopei1982   发布时间: 2011-06-13