Can not connect to share (system error 1272)











up vote
5
down vote

favorite
1












Since some time I can not connect to a local samba share anymore.
When I try to access \<server ip>drive, I get the following dialog:





Error message



When connecting using the command line, using the command net use Z: \<server ip>drive, I get the following error:



System error 1272 has occurred.

You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.


My setup is as follows:



The share is on a Ubuntu 16.04.3 server, with my samba configuration as follows:



[global]
workgroup = WORKGROUP
server string = Samba Server %v
netbios name = server
security = user
map to guest = bad user
dns proxy = no

[drive]
path = /media/Drive1
browsable = yes
guest ok = yes
read only = no
create mask = 0755


My client is a Windows 10 Education edition PC, Version 1709, OS Build 162.125.
There is no workgroup or local domain. My sharing settings are:
- Network discovery on
- File and printer sharing on
- Use user accounts and passwords to connect to other computers
- Enable file sharing for device that use 40- or 56-bit encryption
- Turn off password protected sharing



For the rest I have seem a lot more questions that deal with these issues, but none of the solutions worked for me. Also, I could not find questions regarding system error 1272. Any help on how to enable connecting to remote shares is appreciated.










share|improve this question
















bumped to the homepage by Community 2 days ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.



















    up vote
    5
    down vote

    favorite
    1












    Since some time I can not connect to a local samba share anymore.
    When I try to access \<server ip>drive, I get the following dialog:





    Error message



    When connecting using the command line, using the command net use Z: \<server ip>drive, I get the following error:



    System error 1272 has occurred.

    You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.


    My setup is as follows:



    The share is on a Ubuntu 16.04.3 server, with my samba configuration as follows:



    [global]
    workgroup = WORKGROUP
    server string = Samba Server %v
    netbios name = server
    security = user
    map to guest = bad user
    dns proxy = no

    [drive]
    path = /media/Drive1
    browsable = yes
    guest ok = yes
    read only = no
    create mask = 0755


    My client is a Windows 10 Education edition PC, Version 1709, OS Build 162.125.
    There is no workgroup or local domain. My sharing settings are:
    - Network discovery on
    - File and printer sharing on
    - Use user accounts and passwords to connect to other computers
    - Enable file sharing for device that use 40- or 56-bit encryption
    - Turn off password protected sharing



    For the rest I have seem a lot more questions that deal with these issues, but none of the solutions worked for me. Also, I could not find questions regarding system error 1272. Any help on how to enable connecting to remote shares is appreciated.










    share|improve this question
















    bumped to the homepage by Community 2 days ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      up vote
      5
      down vote

      favorite
      1









      up vote
      5
      down vote

      favorite
      1






      1





      Since some time I can not connect to a local samba share anymore.
      When I try to access \<server ip>drive, I get the following dialog:





      Error message



      When connecting using the command line, using the command net use Z: \<server ip>drive, I get the following error:



      System error 1272 has occurred.

      You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.


      My setup is as follows:



      The share is on a Ubuntu 16.04.3 server, with my samba configuration as follows:



      [global]
      workgroup = WORKGROUP
      server string = Samba Server %v
      netbios name = server
      security = user
      map to guest = bad user
      dns proxy = no

      [drive]
      path = /media/Drive1
      browsable = yes
      guest ok = yes
      read only = no
      create mask = 0755


      My client is a Windows 10 Education edition PC, Version 1709, OS Build 162.125.
      There is no workgroup or local domain. My sharing settings are:
      - Network discovery on
      - File and printer sharing on
      - Use user accounts and passwords to connect to other computers
      - Enable file sharing for device that use 40- or 56-bit encryption
      - Turn off password protected sharing



      For the rest I have seem a lot more questions that deal with these issues, but none of the solutions worked for me. Also, I could not find questions regarding system error 1272. Any help on how to enable connecting to remote shares is appreciated.










      share|improve this question















      Since some time I can not connect to a local samba share anymore.
      When I try to access \<server ip>drive, I get the following dialog:





      Error message



      When connecting using the command line, using the command net use Z: \<server ip>drive, I get the following error:



      System error 1272 has occurred.

      You can't access this shared folder because your organization's security policies block unauthenticated guest access. These policies help protect your PC from unsafe or malicious devices on the network.


      My setup is as follows:



      The share is on a Ubuntu 16.04.3 server, with my samba configuration as follows:



      [global]
      workgroup = WORKGROUP
      server string = Samba Server %v
      netbios name = server
      security = user
      map to guest = bad user
      dns proxy = no

      [drive]
      path = /media/Drive1
      browsable = yes
      guest ok = yes
      read only = no
      create mask = 0755


      My client is a Windows 10 Education edition PC, Version 1709, OS Build 162.125.
      There is no workgroup or local domain. My sharing settings are:
      - Network discovery on
      - File and printer sharing on
      - Use user accounts and passwords to connect to other computers
      - Enable file sharing for device that use 40- or 56-bit encryption
      - Turn off password protected sharing



      For the rest I have seem a lot more questions that deal with these issues, but none of the solutions worked for me. Also, I could not find questions regarding system error 1272. Any help on how to enable connecting to remote shares is appreciated.







      networking windows-10 network-shares samba






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 24 at 6:28









      JonathanDavidArndt

      79111126




      79111126










      asked Dec 27 '17 at 10:27









      AZWN

      2613




      2613





      bumped to the homepage by Community 2 days ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







      bumped to the homepage by Community 2 days ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
























          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          Maybe it's a problem with your group policy settings:



          https://support.microsoft.com/en-us/help/4046019/guest-access-smb2-disabled-by-default-in-windows-10-server-2016






          share|improve this answer





















          • Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
            – bertieb
            Feb 13 at 19:38











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          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: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1280365%2fcan-not-connect-to-share-system-error-1272%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          Maybe it's a problem with your group policy settings:



          https://support.microsoft.com/en-us/help/4046019/guest-access-smb2-disabled-by-default-in-windows-10-server-2016






          share|improve this answer





















          • Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
            – bertieb
            Feb 13 at 19:38















          up vote
          0
          down vote













          Maybe it's a problem with your group policy settings:



          https://support.microsoft.com/en-us/help/4046019/guest-access-smb2-disabled-by-default-in-windows-10-server-2016






          share|improve this answer





















          • Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
            – bertieb
            Feb 13 at 19:38













          up vote
          0
          down vote










          up vote
          0
          down vote









          Maybe it's a problem with your group policy settings:



          https://support.microsoft.com/en-us/help/4046019/guest-access-smb2-disabled-by-default-in-windows-10-server-2016






          share|improve this answer












          Maybe it's a problem with your group policy settings:



          https://support.microsoft.com/en-us/help/4046019/guest-access-smb2-disabled-by-default-in-windows-10-server-2016







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Feb 13 at 17:23









          dude

          1




          1












          • Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
            – bertieb
            Feb 13 at 19:38


















          • Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
            – bertieb
            Feb 13 at 19:38
















          Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
          – bertieb
          Feb 13 at 19:38




          Welcome to Super User! Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.
          – bertieb
          Feb 13 at 19:38


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1280365%2fcan-not-connect-to-share-system-error-1272%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How do I know what Microsoft account the skydrive app is syncing to?

          When does type information flow backwards in C++?

          Grease: Live!