[Bug 294501] Cannot Mount Jailed Kerberized NFSv4 Server Exports After Upgrade to 15.0

[email protected]
Newsgroups gmane.os.freebsd.devel.net
Message-ID <[email protected]/bugzilla/>
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294501

--- Comment #8 from Richard Straka <[email protected]> ---
Thanks for setting me straight on the fact that netlink does not use the
network stack for transport and is essentially just another IPC mechanism
between the kernel and processes. It sounds like this issue is one of vnet
isolation and namespace/scope.

To answer your question regarding how I start the processes

Host's loader.conf

kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
zfs_load="YES"
kgssapi_load="YES"
kgssapi_krb5_load="YES"


Jail's rc.conf (NFS relevant portion)

nslcd_enable="YES"
gssd_enable="YES"
gssd_flags="-v -h"
nfs_server_enable="YES"
nfs_server_flags="-t"
nfsv4_server_enable="YES"
nfsv4_server_only="YES"
nfsuserd_enable="YES"
nfs_reserved_port_only="NO"
mountd_enable="YES"
mountd_flags="-n"

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.