Guest User

Untitled

a guest
Aug 23rd, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. smbclient -U WIN10Username -L //CLIENT/
  2. protocol negotiation failed: NT_STATUS_CONNECTION_RESET
  3.  
  4. smbclient -L //CLIENT/
  5. protocol negotiation failed: NT_STATUS_CONNECTION_RESET
  6.  
  7. smbclient -U WIN10Username -L //Client/
  8.  
  9. smbclient -m SMB3 -U WIN10Username -L //Client/
  10.  
  11. mount -t cifs -o vers=3.0,username=WIN10Username,password=WIN10Password //CLIENTIP/C$ MOUNTPOINT
  12.  
  13. //CLIENTIP/C$ /MOUNTPOINT cifs vers=3.0,username=WIN10Username,password=WIN10Password 0 0
  14.  
  15. mount //CLIENTIP/SHARENAME is write-protected, mounting read-only
  16. mount: cannot mount //CLIENTIP/SHARENAME read-only
Add Comment
Please, Sign In to add comment