Tagged Questions
0
votes
1answer
132 views
NFS mount fails at boot time
I have the following in /etc/fstab on FreeBSD:
venture:/usr/redacted /usr/local/redacted nfs rw 0 0
This fails during boot. However, after boot, the following command succeeds
...
3
votes
3answers
528 views
How do I export a folder to a subnet using NFS in FreeBSD 9.0
The following NFS exports file does not work on FreeBSD 9.0. How should I be specifying that I wish to share with the whole subnet?
mybox# cat /etc/exports
/storage/build ...
3
votes
1answer
403 views
Letting NFS through a FreeBSD PF firewall
I'm trying to configure my firewall (PF) on FreeBSD to let NFS traffic through.
I know that NFS uses both TCP and UDP to connect to the client along with a bunch of daemons that use random port ...