Can not connect to share (system error 1272)
up vote
5
down vote
favorite
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:
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
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.
add a comment |
up vote
5
down vote
favorite
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:
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
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.
add a comment |
up vote
5
down vote
favorite
up vote
5
down vote
favorite
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:
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
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:
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
networking windows-10 network-shares samba
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.
add a comment |
add a comment |
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
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
add a comment |
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
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
add a comment |
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
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
add a comment |
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
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
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
add a comment |
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
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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