Yes, I'm doing the second of those. No alternative -- I need write
access from some hosts, and read access to all the rest (who are
dynamically allocated) on the subnet.
It's clearly a bug in the NFS server then.
-- Jamie
/etc/exports:
# I want ro granted to all hosts in the 172.30.* subnet, but rw
# granted to the machines in @aquarius_outside which is within that
# subnet. Doesn't work, whichever order I write the lines.
# (The machines in @aquarius_hosts always get read only access).
#
# Solution, though I don't like it: write the host names explicitly.
#
# The 192.168.64.192/19 subnetwork is for temporarily assigned IPs on
# the Aquarius test network. /kickstart is used for kickstart
# installations on machines plugged in temporarily.
/home 172.30.0.0/16(ro,root_squash) \
galatea.degree2.com(rw,root_squash) \
ariel.degree2.com(rw,root_squash) \
@aquarius_hosts(rw,root_squash) \
@aquarius_outside(rw,root_squash)
/kickstart 172.30.0.0/16(ro,root_squash) \
@aquarius_hosts(ro,root_squash) \
@aquarius_outside(ro,root_squash) \
192.168.64.192/255.255.255.224(ro,root_squash)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/