Greetings all,
I have a smb share on a UNIX machine. I am trying to access it from FreeBSD by:
.
Interestingly
works.
Access from a Windows machine and/or Linux machine works. Any help would be appreciated.
Kindest regards,
M
I have a smb share on a UNIX machine. I am trying to access it from FreeBSD by:
Code:
mount_smbfs -I 192.XXX.XXX.XXX //user@SERVER/share /mnt
Password:
mount_smbfs: unable to open connection: syserr = Authentication error
Interestingly
Code:
ssh user@192.XXX.XXX.XXX
Password:
Access from a Windows machine and/or Linux machine works. Any help would be appreciated.
Kindest regards,
M