How to connect to QNAP NAS from Ubuntu 16.04 TLS with SMB 3.0 encryption enabled?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
1
down vote

favorite












Context: Enabled SMB Encryption which only allows SMB 3 clients to access the affected shares.



Issue: Cannot connect from Ubuntu 16.04 LTS to share which is QNAP NAS, SMB 3 enabled, and encrypted.



Debugging: Since I am new to the whole Linux and NAS world, searching online has not helped.



I tried the following
Connect to share using windows 10x64 - pass
Connect to share using Ubuntu - fail



Used Wireshark to see how the negotiation is working.
Windows: Negotiate Protocol Response (source is windows vm, destination is NAS): "Security mode: 0x01, Signing enabled"



Ubuntu: Negotiate Protocol Response (source is ubuntu vm, destination is NAS): "Security Mode: 0x03, Mode, Password"



OS: Ubuntu, Linux 4.4.0-124-generic x86_64



Reference:
https://www.qnap.com/en/how-to/tutorial/article/how-to-use-smb-3-0-in-qts-4-2







share|improve this question
























    up vote
    1
    down vote

    favorite












    Context: Enabled SMB Encryption which only allows SMB 3 clients to access the affected shares.



    Issue: Cannot connect from Ubuntu 16.04 LTS to share which is QNAP NAS, SMB 3 enabled, and encrypted.



    Debugging: Since I am new to the whole Linux and NAS world, searching online has not helped.



    I tried the following
    Connect to share using windows 10x64 - pass
    Connect to share using Ubuntu - fail



    Used Wireshark to see how the negotiation is working.
    Windows: Negotiate Protocol Response (source is windows vm, destination is NAS): "Security mode: 0x01, Signing enabled"



    Ubuntu: Negotiate Protocol Response (source is ubuntu vm, destination is NAS): "Security Mode: 0x03, Mode, Password"



    OS: Ubuntu, Linux 4.4.0-124-generic x86_64



    Reference:
    https://www.qnap.com/en/how-to/tutorial/article/how-to-use-smb-3-0-in-qts-4-2







    share|improve this question






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Context: Enabled SMB Encryption which only allows SMB 3 clients to access the affected shares.



      Issue: Cannot connect from Ubuntu 16.04 LTS to share which is QNAP NAS, SMB 3 enabled, and encrypted.



      Debugging: Since I am new to the whole Linux and NAS world, searching online has not helped.



      I tried the following
      Connect to share using windows 10x64 - pass
      Connect to share using Ubuntu - fail



      Used Wireshark to see how the negotiation is working.
      Windows: Negotiate Protocol Response (source is windows vm, destination is NAS): "Security mode: 0x01, Signing enabled"



      Ubuntu: Negotiate Protocol Response (source is ubuntu vm, destination is NAS): "Security Mode: 0x03, Mode, Password"



      OS: Ubuntu, Linux 4.4.0-124-generic x86_64



      Reference:
      https://www.qnap.com/en/how-to/tutorial/article/how-to-use-smb-3-0-in-qts-4-2







      share|improve this question












      Context: Enabled SMB Encryption which only allows SMB 3 clients to access the affected shares.



      Issue: Cannot connect from Ubuntu 16.04 LTS to share which is QNAP NAS, SMB 3 enabled, and encrypted.



      Debugging: Since I am new to the whole Linux and NAS world, searching online has not helped.



      I tried the following
      Connect to share using windows 10x64 - pass
      Connect to share using Ubuntu - fail



      Used Wireshark to see how the negotiation is working.
      Windows: Negotiate Protocol Response (source is windows vm, destination is NAS): "Security mode: 0x01, Signing enabled"



      Ubuntu: Negotiate Protocol Response (source is ubuntu vm, destination is NAS): "Security Mode: 0x03, Mode, Password"



      OS: Ubuntu, Linux 4.4.0-124-generic x86_64



      Reference:
      https://www.qnap.com/en/how-to/tutorial/article/how-to-use-smb-3-0-in-qts-4-2









      share|improve this question











      share|improve this question




      share|improve this question










      asked May 21 at 22:04









      Backspace Mild

      62




      62




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          I was able to resolve the issue by following the instructions on How to force SMB2 protocol in samba?



          However, to understand the issue, the article below helped.
          https://richardkok.wordpress.com/2011/02/03/wireshark-determining-a-smb-and-ntlm-version-in-a-windows-environment/






          share|improve this answer




















            Your Answer







            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "89"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            convertImagesToLinks: true,
            noModals: false,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );








             

            draft saved


            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1038840%2fhow-to-connect-to-qnap-nas-from-ubuntu-16-04-tls-with-smb-3-0-encryption-enabled%23new-answer', 'question_page');

            );

            Post as a guest






























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes








            up vote
            0
            down vote













            I was able to resolve the issue by following the instructions on How to force SMB2 protocol in samba?



            However, to understand the issue, the article below helped.
            https://richardkok.wordpress.com/2011/02/03/wireshark-determining-a-smb-and-ntlm-version-in-a-windows-environment/






            share|improve this answer
























              up vote
              0
              down vote













              I was able to resolve the issue by following the instructions on How to force SMB2 protocol in samba?



              However, to understand the issue, the article below helped.
              https://richardkok.wordpress.com/2011/02/03/wireshark-determining-a-smb-and-ntlm-version-in-a-windows-environment/






              share|improve this answer






















                up vote
                0
                down vote










                up vote
                0
                down vote









                I was able to resolve the issue by following the instructions on How to force SMB2 protocol in samba?



                However, to understand the issue, the article below helped.
                https://richardkok.wordpress.com/2011/02/03/wireshark-determining-a-smb-and-ntlm-version-in-a-windows-environment/






                share|improve this answer












                I was able to resolve the issue by following the instructions on How to force SMB2 protocol in samba?



                However, to understand the issue, the article below helped.
                https://richardkok.wordpress.com/2011/02/03/wireshark-determining-a-smb-and-ntlm-version-in-a-windows-environment/







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 22 at 2:45









                Backspace Mild

                62




                62






















                     

                    draft saved


                    draft discarded


























                     


                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1038840%2fhow-to-connect-to-qnap-nas-from-ubuntu-16-04-tls-with-smb-3-0-encryption-enabled%23new-answer', 'question_page');

                    );

                    Post as a guest













































































                    Popular posts from this blog

                    How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

                    Trouble downloading packages list due to a “Hash sum mismatch” error

                    How do I move numbers in filenames, in a batch renaming operation?