Problem with smb share on freenas

  • Hi,

    I am trying to move my media library from a windows file share to a smb share on a FreeNAS (11.2-U4.1) box but I cannot get kodi to connect to it via the UI. The windows box and the freenas box are members of my little active directory domain and I am using the same user to connect to both shares.

    When I ssh to the libreelec (9.0.2 on RasPi) and enter the following command, I can mount the share via cli:

    Code
    mount -t cifs -o vers=3\.0,[email protected],password=Password //freenas01.domain.local/media /var/media/test/

    But, when I try to add a media source via UI at my TV I am always getting a authentication error. (wrong username or pw)

    As server name I tried:

    - hostname (freenas01)

    - fqdn (freenas01.domain.local)

    - ipv4 address

    As user name I tried:

    - [email protected]

    - user

    - domain\user

    - domain/user

    Connecting to the windows share from the LE UI usually works with [email protected] and the IP or FQDN of my windows box that holds the share.

    I also tried all combinations of smb versions and enabled NTLMv1 on freenas – without luck.

    Any idea how to troubleshoot this? ?(

    Cheers

    Michael