Homeserver hosted NFS cannot being connected to by NAT Virtual Machine in my laptop

I know this probem has a solution in Linux which is moving from something like this
Code:
/nfs/directory 192.168.1.239(rw,sync,no_subtree_check)
to something like this
Code:
/nfs/directory 192.168.1.239(rw,sync,no_subtree_check,insecure)
but FreeBSD's /etc/exports is very different, and did not have much luck reading the manual entry exports(5).
 
Back
Top