Checking SMB Version
up vote
1
down vote
favorite
Is there a command like Get-SmbConnection in Windows to check what version of smb protocol i'm currently using on my share points ?
sharing smb protocol
add a comment |
up vote
1
down vote
favorite
Is there a command like Get-SmbConnection in Windows to check what version of smb protocol i'm currently using on my share points ?
sharing smb protocol
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Is there a command like Get-SmbConnection in Windows to check what version of smb protocol i'm currently using on my share points ?
sharing smb protocol
Is there a command like Get-SmbConnection in Windows to check what version of smb protocol i'm currently using on my share points ?
sharing smb protocol
sharing smb protocol
asked May 22 '17 at 0:09
Dante
214
214
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
To see your SMB versions that are being used run the following command on the server:
sudo smbstatus
Example:
terrance@Intrepid:~$ sudo smbstatus
Samba version 4.3.11-Ubuntu
PID Username Group Machine Protocol Version
------------------------------------------------------------------------------
11898 nobody nogroup 10.0.0.100 (ipv4:10.0.0.100:50612) SMB3_02
Service pid machine Connected at
-------------------------------------------------------
IPC$ 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
storage 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
No locked files
As we can see by the above, one of my Linux boxes is connecting using SMB3.0.2 protocol version.
Hope this helps!
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
To see your SMB versions that are being used run the following command on the server:
sudo smbstatus
Example:
terrance@Intrepid:~$ sudo smbstatus
Samba version 4.3.11-Ubuntu
PID Username Group Machine Protocol Version
------------------------------------------------------------------------------
11898 nobody nogroup 10.0.0.100 (ipv4:10.0.0.100:50612) SMB3_02
Service pid machine Connected at
-------------------------------------------------------
IPC$ 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
storage 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
No locked files
As we can see by the above, one of my Linux boxes is connecting using SMB3.0.2 protocol version.
Hope this helps!
add a comment |
up vote
2
down vote
To see your SMB versions that are being used run the following command on the server:
sudo smbstatus
Example:
terrance@Intrepid:~$ sudo smbstatus
Samba version 4.3.11-Ubuntu
PID Username Group Machine Protocol Version
------------------------------------------------------------------------------
11898 nobody nogroup 10.0.0.100 (ipv4:10.0.0.100:50612) SMB3_02
Service pid machine Connected at
-------------------------------------------------------
IPC$ 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
storage 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
No locked files
As we can see by the above, one of my Linux boxes is connecting using SMB3.0.2 protocol version.
Hope this helps!
add a comment |
up vote
2
down vote
up vote
2
down vote
To see your SMB versions that are being used run the following command on the server:
sudo smbstatus
Example:
terrance@Intrepid:~$ sudo smbstatus
Samba version 4.3.11-Ubuntu
PID Username Group Machine Protocol Version
------------------------------------------------------------------------------
11898 nobody nogroup 10.0.0.100 (ipv4:10.0.0.100:50612) SMB3_02
Service pid machine Connected at
-------------------------------------------------------
IPC$ 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
storage 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
No locked files
As we can see by the above, one of my Linux boxes is connecting using SMB3.0.2 protocol version.
Hope this helps!
To see your SMB versions that are being used run the following command on the server:
sudo smbstatus
Example:
terrance@Intrepid:~$ sudo smbstatus
Samba version 4.3.11-Ubuntu
PID Username Group Machine Protocol Version
------------------------------------------------------------------------------
11898 nobody nogroup 10.0.0.100 (ipv4:10.0.0.100:50612) SMB3_02
Service pid machine Connected at
-------------------------------------------------------
IPC$ 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
storage 11898 10.0.0.100 Wed Jun 20 21:07:28 2018
No locked files
As we can see by the above, one of my Linux boxes is connecting using SMB3.0.2 protocol version.
Hope this helps!
edited Nov 18 at 16:21
answered Jun 21 at 3:14
Terrance
18.3k24090
18.3k24090
add a comment |
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%2faskubuntu.com%2fquestions%2f917565%2fchecking-smb-version%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