• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

NFS

Soybomb

Diamond Member
I'm going to have a host PC behind a nat firewall, and a client PC outside the NAT box that will be running iptables that will need to read/write a directory on the host.

I'm planning on exporting a directory rw on the host but am open to other options because, well, I generally hate nfs. The only thing that comes to mind is rsync run by cron every 5 minutes, but config files are getting shared and we need teh changes to be immediate. Lack of encryption isn't a huge concern since the traffic will all be on our lan.

edit: Actually I'm just playing with NFS and its sucking anyway. The NFS server reports the client mounted it successfully, but now when I try to ls that directory the command hangs with state D. I was able to umount -f at least and save a reboot.
 
Back
Top