I am trying to get a single point of storage for a few Windows and Linux VMs that I manage. For the storage, I am using an AWS Storage Gateway with an SMB file share. Because I need this storage to work in Windows, I figured that SMB would be the best option. This File Share is connected to an AWS Active Directory, and I have verified that I can mount the share in Windows with AD credentials. When I attempt to mount the share in Rocky, I am getting
mount error(126): Required key not available
.
I have verified that I have a kerberos ticket with klist
and the mount command I am using is
mount -t cifs //ip-address/share /mnt/share-data -o vers=3.1.1,sec=krb5,seal,domain=DOMAIN.COM,user=username
Has anyone run into this issue before and was been able to solve it?
I have looked extensively online and haven’t found many posts related to this on any forums.