Hi,
On Sat, Aug 03, 2024 at 06:32:13PM -0700, Aric Gregson wrote:
Hello,
I have been experiencing difficulty mounting a NFS share from a TrueNas server
on my home network. The operation works on a local computer running Armbian
and, usually, on a Mac.
The error I receive is the following, which just keeps coming until I stop the
connection attempt:
mount_nfs: bad MNT RPC: RPC: Timed out
I have tried many variations of the mount
and all fail with the same error. Whether I use doas or as root there
is no change. mount host:/mnt/share
/mnt/nfs
mount_nfs host:/mnt/share /mnt/nfs
mount_nfs -T -i host:/mnt/share /mnt/nfs
mount_nfs -2 -T -i host:/mnt/share /mnt/nfs
mount_nfs -3 -T -i host:/mnt/share /mnt/nfs
This is not new for me, it has been going on for years. Just getting around to
trying it again. I have included a dmesg, but it happens on my other OpenBSD
computer, which is a ThinkPad. Any help is greatly appreciated.
I've seen the same problem. See
https://marc.info/?l=openbsd-misc&m=172191444915091&w=2
I was not able to fix it. For testing, I disabled pf on the openbsd client
instance.
On the client, do you get output from "rpcinfo -p server_ip" ?
--