[Bug 294501] Cannot Mount Jailed Kerberized NFSv4 Server Exports After Upgrade to 15.0
| 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.