<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: NFSv4 and Kerberos encryption types in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/NFSv4-and-Kerberos-encryption-types/m-p/155686#M35102</link>
    <description>&lt;P&gt;Yesterday we faced the same issue. Performing the PS command "Set-ADComputer NFS-KRB-NAME$ -KerberosEncryptionType AES256,AES128" on one DC for the server (SVM) and one test client solved it for us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that we faced some other 7MTT migration issues, but in the end we managed to use Kerberos authentication from NFS clients.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Apr 2020 06:26:42 GMT</pubDate>
    <dc:creator>MARIOWEISE</dc:creator>
    <dc:date>2020-04-23T06:26:42Z</dc:date>
    <item>
      <title>NFSv4 and Kerberos encryption types</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NFSv4-and-Kerberos-encryption-types/m-p/149829#M33332</link>
      <description>&lt;P&gt;I'm working on configuring Kerberos for NFSv4 on ONTAP 9.3, following &lt;A href="https://www.netapp.com/us/media/tr-4616.pdf" target="_blank"&gt;https://www.netapp.com/us/media/tr-4616.pdf&lt;/A&gt;.&amp;nbsp; I'm running into problems with Kerberos encryption types and am wondering if I've missed something.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've made sure to configure both the client object and the nfs server computer object to only use AES-128 or AES-256 via the following powershell command:&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;&lt;SPAN style="font-family: inherit;"&gt;set-adcomputer &amp;lt;server&amp;gt; -Replace @{'msDS-SupportedEncryptionTypes'=24}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;Despite that, mount attempts continue to fail with the the following error, indicating that ArcFour is still being used:&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="BubbleStyle_GroupFrame"&gt;
&lt;DIV id="patrick.w.klein@emcins.com@3:48 PM" class="BubbleStyle_BubbleContainer"&gt;
&lt;DIV class="flagIcon right"&gt;
&lt;DIV class="BubbleStyle_GroupFrame"&gt;
&lt;DIV id="patrick.w.klein@emcins.com@3:48 PM" class="BubbleStyle_BubbleContainer"&gt;
&lt;DIV class="BubbleStyle_BubbleFrame"&gt;
&lt;DIV class="BubbleStyle_MessageAndTimeContainer"&gt;
&lt;DIV class="BubbleStyle_MessagesContainer"&gt;
&lt;DIV id="msg_id_308" class="BubbleStyle_MessageContainer"&gt;&lt;FONT size="2"&gt;7/24/2019 16:46:34 &amp;lt;node-02&amp;gt; ERROR secd.nfsAuth.problem: vserver (&amp;lt;test-svm&amp;gt;) General NFS authorization problem. Error: RPC accept GSS token procedure failed&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;[ 12 ms] Acquired NFS service credential for logical interface 1035 (SPN='nfs/&amp;lt;test-svm.realm.com@REALM.COM&amp;gt;').&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;**[ 18] FAILURE: Failed to accept the context: Unspecified GSS failure. Minor code may provide more information (minor: Encryption type ArcFour with HMAC/md5 not permitted).&lt;/FONT&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="flagIcon right"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="flagIcon right"&gt;Is there another location I need to be specifying which encryption type Kerberos should be using?&amp;nbsp; &amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="flagIcon right"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="BubbleStyle_BubbleAvatar" title="Patrick Klein" data-jid="patrick.w.klein@emcins.com"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV class="BubbleStyle_BubbleAvatar" title="Patrick Klein" data-jid="patrick.w.klein@emcins.com"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 24 Jul 2019 22:14:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NFSv4-and-Kerberos-encryption-types/m-p/149829#M33332</guid>
      <dc:creator>patrick-k</dc:creator>
      <dc:date>2019-07-24T22:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: NFSv4 and Kerberos encryption types</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NFSv4-and-Kerberos-encryption-types/m-p/149938#M33360</link>
      <description>&lt;P&gt;Command used in powershell to set encryption type is correct.&lt;/P&gt;
&lt;P&gt;Please make sure you have set AES only in keytab as well. Refer below document:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.netapp.com/us/media/tr-4073.pdf" target="_blank"&gt;https://www.netapp.com/us/media/tr-4073.pdf&lt;/A&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ----&amp;gt;&lt;STRONG&gt; Page- 31 "Setting the Keytab to Use AES Only "&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you are still facing any issues in setup NFS Kerberos, our expert team can help.&lt;/P&gt;
&lt;P&gt;We have dedicated team for initial setup and configurations. I would suggest you to please contact sales team:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.netapp.com/us/contact-us/support.aspx" target="_blank"&gt;https://www.netapp.com/us/contact-us/support.aspx&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 04:19:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NFSv4-and-Kerberos-encryption-types/m-p/149938#M33360</guid>
      <dc:creator>ManpreetS</dc:creator>
      <dc:date>2019-07-31T04:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: NFSv4 and Kerberos encryption types</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NFSv4-and-Kerberos-encryption-types/m-p/154755#M34748</link>
      <description>&lt;P&gt;Hey Patrick,&lt;/P&gt;
&lt;P&gt;What did you do to resolve this? &amp;nbsp;I'm facing the same issue.&lt;/P&gt;
&lt;P&gt;--Brett&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 22:47:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NFSv4-and-Kerberos-encryption-types/m-p/154755#M34748</guid>
      <dc:creator>Brett_Monroe</dc:creator>
      <dc:date>2020-03-04T22:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: NFSv4 and Kerberos encryption types</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/NFSv4-and-Kerberos-encryption-types/m-p/155686#M35102</link>
      <description>&lt;P&gt;Yesterday we faced the same issue. Performing the PS command "Set-ADComputer NFS-KRB-NAME$ -KerberosEncryptionType AES256,AES128" on one DC for the server (SVM) and one test client solved it for us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After that we faced some other 7MTT migration issues, but in the end we managed to use Kerberos authentication from NFS clients.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Apr 2020 06:26:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/NFSv4-and-Kerberos-encryption-types/m-p/155686#M35102</guid>
      <dc:creator>MARIOWEISE</dc:creator>
      <dc:date>2020-04-23T06:26:42Z</dc:date>
    </item>
  </channel>
</rss>

