Displaying 2 results from an estimated 2 matches for "super_secret".
2016 Apr 18
3
mount cifs
Hi,
I updated our servers to 4.2.11, and I have a problem, but I'm not sure
if the problem is related to the update.
I am trying to use mount.cifs:
> mount -t cifs -o username=username,password=super_secret,domain=WRKGRP //ip.of.our.samba/share /mnt
> mount error(112): Host is down
> Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
Host is up, i can use smbclient to connect, and also coming from windows
everything works.
I also tried adding sec=ntlmv2i, makes no difference.
mount...
2016 Apr 19
0
mount cifs
...ba file server upgrade. The
mount.cifs ntlm basic auth was not working either, and we had to
configure "server signing=disabled" as a temporary workaround. Could you
try that?
Cheers,
Denis
> I am trying to use mount.cifs:
>
>> mount -t cifs -o username=username,password=super_secret,domain=WRKGRP
>> //ip.of.our.samba/share /mnt
>> mount error(112): Host is down
>> Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)
>
> Host is up, i can use smbclient to connect, and also coming from windows
> everything works.
>
> I also tried adding s...