I'm trying to export a share to multiple networks using the following in the /etc/exports file:
/mnt/tank/xen_nfs -alldirs -mapall=root:wheel -network 10.1.1.20 10.1.1.45 10.1.1.105
but whenever I try to connect from those three servers, I get a Permissions problem. If I just have any one of the networks by itself, it works fine. This is running FreeNAS 8.0RC5 (FreeBSD 8.2). I've also tried specifying the networks with a /30 designation, but same problem.