Quantcast
Channel: All Network and Storage Protocols posts
Viewing all articles
Browse latest Browse all 2150

Re: CIFS: SMB2 on Linux clients?

$
0
0

Looking at a wireshark trace, I see that the client is attempting to negotiate a session using smb v2.0 but the netapp is returning errors, starting with this. I am assuming this there is some setting on the netapp that is not configured correctly. I mean, it's smb version 2, which has been around for ever. the last error msg is "not supported" ???

 

Frame 3: 366 bytes on wire (2928 bits), 366 bytes captured (2928 bits)
Linux cooked capture
Internet Protocol Version 4, Src: 172.22.0.21, Dst: 172.22.17.76
Transmission Control Protocol, Src Port: 445, Dst Port: 44682, Seq: 222, Ack: 231, Len: 298
NetBIOS Session Service
SMB2 (Server Message Block Protocol version 2)
SMB2 Header
ProtocolId: 0xfe534d42
Header Length: 64
Credit Charge: 0
NT Status: STATUS_MORE_PROCESSING_REQUIRED (0xc0000016)
Command: Session Setup (1)
Credits granted: 1
Flags: 0x00000001, Response
Chain Offset: 0x00000000
Message ID: Unknown (1)
Process Id: 0x00000785
Tree Id: 0x00000000
Session Id: 0x0000000000085b8c
Signature: 00000000000000000000000000000000
Session Setup Response (0x01)
StructureSize: 0x0009
0000 0000 0000 100. = Fixed Part Length: 4
.... .... .... ...1 = Dynamic Part: True
Session Flags: 0x0000
.... .... .... ...0 = Guest: False
.... .... .... ..0. = Null: False
.... .... .... .0.. = Encrypt: False
Blob Offset: 0x00000048
Blob Length: 222
Security Blob: 4e544c4d5353500002000000160016003000000005028960…
NTLM Secure Service Provider

 

and this:

 

Frame 11: 145 bytes on wire (1160 bits), 145 bytes captured (1160 bits)
Linux cooked capture
Internet Protocol Version 4, Src: 172.22.0.21, Dst: 172.22.17.76
Transmission Control Protocol, Src Port: 445, Dst Port: 44682, Seq: 1226, Ack: 1595, Len: 77
NetBIOS Session Service
SMB2 (Server Message Block Protocol version 2)
SMB2 Header
ProtocolId: 0xfe534d42
Header Length: 64
Credit Charge: 0
NT Status: STATUS_NOT_FOUND (0xc0000225)
Command: Ioctl (11)
Credits granted: 2
Flags: 0x00000001, Response
Chain Offset: 0x00000000
Message ID: Unknown (9)
Process Id: 0x00000785
Tree Id: 0x00000040
Session Id: 0x0000000000085b8c
Signature: 00000000000000000000000000000000
Ioctl Response (0x0b)
StructureSize: 0x0009
0000 0000 0000 100. = Fixed Part Length: 4
.... .... .... ...1 = Dynamic Part: True
Error Context Count: 0
Reserved: 0x00
Byte Count: 0
Error Data: 00

 

finally, this error ... not supported.

 

Frame 17: 145 bytes on wire (1160 bits), 145 bytes captured (1160 bits)
Linux cooked capture
Internet Protocol Version 4, Src: 172.22.0.21, Dst: 172.22.17.76
Transmission Control Protocol, Src Port: 445, Dst Port: 44682, Seq: 2027, Ack: 2283, Len: 77
NetBIOS Session Service
SMB2 (Server Message Block Protocol version 2)
SMB2 Header
ProtocolId: 0xfe534d42
Header Length: 64
Credit Charge: 0
NT Status: STATUS_NOT_SUPPORTED (0xc00000bb)
Command: GetInfo (16)
Credits granted: 2
Flags: 0x00000001, Response
Chain Offset: 0x00000000
Message ID: Unknown (15)
Process Id: 0x00000785
Tree Id: 0x00000041
Session Id: 0x0000000000085b8c
Signature: 00000000000000000000000000000000
GetInfo Response (0x10)
StructureSize: 0x0009
0000 0000 0000 100. = Fixed Part Length: 4
.... .... .... ...1 = Dynamic Part: True
Error Context Count: 0
Reserved: 0x00
Byte Count: 0
Error Data: 00

 

 


Viewing all articles
Browse latest Browse all 2150

Trending Articles