SMB-Share from a domain client

Jakimo

Cadet
Joined
Oct 26, 2022
Messages
2
My TrueNAS 13.0-U2 is not part of a domain. All windows computer that are not part of a domain can easely access the SMB-shares.
But my Notebook from work is part of a domain from an other network. I can't find any way to access the SMB-Share from that client.
I've tried nearly any combination of names: TRUENAS\myuser, myuser@truenas.local, \myuser, .\myuser, WORKGROUP\myuser

Do you know any hidden settings either in Truenas or Windows10?
 

Hackslash

Cadet
Joined
Jun 2, 2021
Messages
9
By default, your domain PC will attempt to use an AD account. So you are correct that `TRUENAS\MyUser` should be the format. Except that using the hostname is unlikely to work in this case. You must IP address instead:

Code:
192.168.your.ip\MyUser


An important note is that the UserName is case sensitive.
 

Jakimo

Cadet
Joined
Oct 26, 2022
Messages
2
Thanks, but no. No effect.
But i found a good workaround: Now i use NFS instand of SMB.
 
Top