On Apr 17, 2008, at 4:00 PM, Gregorio Arvilla wrote:
# $OpenBSD: exports,v 1.2 2002/05/31 08:15:44 pjanzen Exp $ # # NFS exports Database # See exports(5) for more information. Be very careful: misconfiguration # of this file can result in your filesystems being readable by the world. /public_nfs -alldirs -ro -network=10.0.0 -mask=255.255.255.0
Try
/public_nfs -alldirs -ro -network=10.0.0.0 -mask=255.255.255.0
Josh Gimer