Connecting to CIFS Error 115

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








up vote
0
down vote

favorite












I'm trying to connect to a data share via the VPN of my university. I have contacted support and set the following:



In my /et/fstab:



//serverlocatoin/share /mnt/Ldrive cifs credentials=/home/laurens/.smbcredentials,iocharset=utf8,sec=ntlm 0 0


And double checked the smbcredentials file.



When running sudo mount -a the following error is returned:
enter image description here



My university IT guy simply told me to just revert to using a windows machine.



What I've tried



  • Read the wiki

  • Read this post, tried switching off ipv6, did not help

  • ping the server, returned 'unknown host'

  • Checked if VPN connection is active via ifconfig -a The VPN seems to be active.
    enter image description here

  • Tried to approach via chrome browser, returns a 'your file was not found' error, suggesting that the server returns something, right?
    enter image description here

  • Changing the SMB protocol as in the below answer. Rebooted, still error 115.
    enter image description here

Other post that had the same question but did not have an answer:
post1



What could be the problem and/or how could I troubleshoot it?










share|improve this question



























    up vote
    0
    down vote

    favorite












    I'm trying to connect to a data share via the VPN of my university. I have contacted support and set the following:



    In my /et/fstab:



    //serverlocatoin/share /mnt/Ldrive cifs credentials=/home/laurens/.smbcredentials,iocharset=utf8,sec=ntlm 0 0


    And double checked the smbcredentials file.



    When running sudo mount -a the following error is returned:
    enter image description here



    My university IT guy simply told me to just revert to using a windows machine.



    What I've tried



    • Read the wiki

    • Read this post, tried switching off ipv6, did not help

    • ping the server, returned 'unknown host'

    • Checked if VPN connection is active via ifconfig -a The VPN seems to be active.
      enter image description here

    • Tried to approach via chrome browser, returns a 'your file was not found' error, suggesting that the server returns something, right?
      enter image description here

    • Changing the SMB protocol as in the below answer. Rebooted, still error 115.
      enter image description here

    Other post that had the same question but did not have an answer:
    post1



    What could be the problem and/or how could I troubleshoot it?










    share|improve this question

























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I'm trying to connect to a data share via the VPN of my university. I have contacted support and set the following:



      In my /et/fstab:



      //serverlocatoin/share /mnt/Ldrive cifs credentials=/home/laurens/.smbcredentials,iocharset=utf8,sec=ntlm 0 0


      And double checked the smbcredentials file.



      When running sudo mount -a the following error is returned:
      enter image description here



      My university IT guy simply told me to just revert to using a windows machine.



      What I've tried



      • Read the wiki

      • Read this post, tried switching off ipv6, did not help

      • ping the server, returned 'unknown host'

      • Checked if VPN connection is active via ifconfig -a The VPN seems to be active.
        enter image description here

      • Tried to approach via chrome browser, returns a 'your file was not found' error, suggesting that the server returns something, right?
        enter image description here

      • Changing the SMB protocol as in the below answer. Rebooted, still error 115.
        enter image description here

      Other post that had the same question but did not have an answer:
      post1



      What could be the problem and/or how could I troubleshoot it?










      share|improve this question















      I'm trying to connect to a data share via the VPN of my university. I have contacted support and set the following:



      In my /et/fstab:



      //serverlocatoin/share /mnt/Ldrive cifs credentials=/home/laurens/.smbcredentials,iocharset=utf8,sec=ntlm 0 0


      And double checked the smbcredentials file.



      When running sudo mount -a the following error is returned:
      enter image description here



      My university IT guy simply told me to just revert to using a windows machine.



      What I've tried



      • Read the wiki

      • Read this post, tried switching off ipv6, did not help

      • ping the server, returned 'unknown host'

      • Checked if VPN connection is active via ifconfig -a The VPN seems to be active.
        enter image description here

      • Tried to approach via chrome browser, returns a 'your file was not found' error, suggesting that the server returns something, right?
        enter image description here

      • Changing the SMB protocol as in the below answer. Rebooted, still error 115.
        enter image description here

      Other post that had the same question but did not have an answer:
      post1



      What could be the problem and/or how could I troubleshoot it?







      mount vpn cifs






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 2 at 19:47

























      asked Feb 2 at 11:47









      LMB

      1015




      1015




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          Perhaps the windows server are no longer accepting smbv1.
          Try adding

          client min protocol = SMB2

          client max protocol = SMB3

          in the global section of smb.conf. Then restart smbd



          Your chrome browser test will not work. By typing file:///something you are trying to access a file on you local file system, not a web server. Apparently you don't have a file named like your server on your computer.



          Using ping you should omit // in front of names/ip-addresses

          Try ping serveraddress






          share|improve this answer






















          • Thank you. I tried adding the lines to the smb.conf. Error 115 remains. The pinging without the '//' did yield a return, confirming that I can contact the server.
            – LMB
            Feb 2 at 19:46










          • What is the output of: 'mount -t cifs //<serverlocation>/share /mnt/Ldrive -o username=<yourusername>'? (Replace <serverlocation> with the correct address and <yourusername> with your actual username on the windows machine. Did this command ask for a password? Does a folder named /mnt/Ldrive exist on your local computer?
            – ReineS
            Feb 5 at 6:34











          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%2f1002358%2fconnecting-to-cifs-error-115%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













          Perhaps the windows server are no longer accepting smbv1.
          Try adding

          client min protocol = SMB2

          client max protocol = SMB3

          in the global section of smb.conf. Then restart smbd



          Your chrome browser test will not work. By typing file:///something you are trying to access a file on you local file system, not a web server. Apparently you don't have a file named like your server on your computer.



          Using ping you should omit // in front of names/ip-addresses

          Try ping serveraddress






          share|improve this answer






















          • Thank you. I tried adding the lines to the smb.conf. Error 115 remains. The pinging without the '//' did yield a return, confirming that I can contact the server.
            – LMB
            Feb 2 at 19:46










          • What is the output of: 'mount -t cifs //<serverlocation>/share /mnt/Ldrive -o username=<yourusername>'? (Replace <serverlocation> with the correct address and <yourusername> with your actual username on the windows machine. Did this command ask for a password? Does a folder named /mnt/Ldrive exist on your local computer?
            – ReineS
            Feb 5 at 6:34















          up vote
          0
          down vote













          Perhaps the windows server are no longer accepting smbv1.
          Try adding

          client min protocol = SMB2

          client max protocol = SMB3

          in the global section of smb.conf. Then restart smbd



          Your chrome browser test will not work. By typing file:///something you are trying to access a file on you local file system, not a web server. Apparently you don't have a file named like your server on your computer.



          Using ping you should omit // in front of names/ip-addresses

          Try ping serveraddress






          share|improve this answer






















          • Thank you. I tried adding the lines to the smb.conf. Error 115 remains. The pinging without the '//' did yield a return, confirming that I can contact the server.
            – LMB
            Feb 2 at 19:46










          • What is the output of: 'mount -t cifs //<serverlocation>/share /mnt/Ldrive -o username=<yourusername>'? (Replace <serverlocation> with the correct address and <yourusername> with your actual username on the windows machine. Did this command ask for a password? Does a folder named /mnt/Ldrive exist on your local computer?
            – ReineS
            Feb 5 at 6:34













          up vote
          0
          down vote










          up vote
          0
          down vote









          Perhaps the windows server are no longer accepting smbv1.
          Try adding

          client min protocol = SMB2

          client max protocol = SMB3

          in the global section of smb.conf. Then restart smbd



          Your chrome browser test will not work. By typing file:///something you are trying to access a file on you local file system, not a web server. Apparently you don't have a file named like your server on your computer.



          Using ping you should omit // in front of names/ip-addresses

          Try ping serveraddress






          share|improve this answer














          Perhaps the windows server are no longer accepting smbv1.
          Try adding

          client min protocol = SMB2

          client max protocol = SMB3

          in the global section of smb.conf. Then restart smbd



          Your chrome browser test will not work. By typing file:///something you are trying to access a file on you local file system, not a web server. Apparently you don't have a file named like your server on your computer.



          Using ping you should omit // in front of names/ip-addresses

          Try ping serveraddress







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Feb 5 at 6:44

























          answered Feb 2 at 13:45









          ReineS

          464




          464











          • Thank you. I tried adding the lines to the smb.conf. Error 115 remains. The pinging without the '//' did yield a return, confirming that I can contact the server.
            – LMB
            Feb 2 at 19:46










          • What is the output of: 'mount -t cifs //<serverlocation>/share /mnt/Ldrive -o username=<yourusername>'? (Replace <serverlocation> with the correct address and <yourusername> with your actual username on the windows machine. Did this command ask for a password? Does a folder named /mnt/Ldrive exist on your local computer?
            – ReineS
            Feb 5 at 6:34

















          • Thank you. I tried adding the lines to the smb.conf. Error 115 remains. The pinging without the '//' did yield a return, confirming that I can contact the server.
            – LMB
            Feb 2 at 19:46










          • What is the output of: 'mount -t cifs //<serverlocation>/share /mnt/Ldrive -o username=<yourusername>'? (Replace <serverlocation> with the correct address and <yourusername> with your actual username on the windows machine. Did this command ask for a password? Does a folder named /mnt/Ldrive exist on your local computer?
            – ReineS
            Feb 5 at 6:34
















          Thank you. I tried adding the lines to the smb.conf. Error 115 remains. The pinging without the '//' did yield a return, confirming that I can contact the server.
          – LMB
          Feb 2 at 19:46




          Thank you. I tried adding the lines to the smb.conf. Error 115 remains. The pinging without the '//' did yield a return, confirming that I can contact the server.
          – LMB
          Feb 2 at 19:46












          What is the output of: 'mount -t cifs //<serverlocation>/share /mnt/Ldrive -o username=<yourusername>'? (Replace <serverlocation> with the correct address and <yourusername> with your actual username on the windows machine. Did this command ask for a password? Does a folder named /mnt/Ldrive exist on your local computer?
          – ReineS
          Feb 5 at 6:34





          What is the output of: 'mount -t cifs //<serverlocation>/share /mnt/Ldrive -o username=<yourusername>'? (Replace <serverlocation> with the correct address and <yourusername> with your actual username on the windows machine. Did this command ask for a password? Does a folder named /mnt/Ldrive exist on your local computer?
          – ReineS
          Feb 5 at 6:34


















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1002358%2fconnecting-to-cifs-error-115%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491