Skip to content

Instantly share code, notes, and snippets.

@xsnpdngv
Last active November 18, 2017 17:22
Show Gist options
  • Save xsnpdngv/706310a3e6c15103f1bee7beba3a27f9 to your computer and use it in GitHub Desktop.
Save xsnpdngv/706310a3e6c15103f1bee7beba3a27f9 to your computer and use it in GitHub Desktop.
enable linux to access asus router's samba share
##########################
### ON THE CLIENT SIDE ###
##########################
# to be put into the global section of the file /etc/samba/smb.conf
# (if there is no such: sudo apt-get install smbclient)
client use spnego = no
# To connect other (normal) Samba servers:
client use spnego = yes
client schannel = auto
client signing = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment