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

Clash 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
sharing
add a comment |Â
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
sharing
add a comment |Â
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
sharing
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
sharing
asked May 21 at 22:04
Backspace Mild
62
62
add a comment |Â
add a comment |Â
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/
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
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/
add a comment |Â
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/
add a comment |Â
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/
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/
answered May 22 at 2:45
Backspace Mild
62
62
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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