Issue connecting to Ubuntu SAMBA share from T3

Moderators: Gully, peteru

Post Reply
Guy_Fawkes
On probation
Posts: 1
Joined: Sat Jul 20, 2019 19:00

Issue connecting to Ubuntu SAMBA share from T3

Post by Guy_Fawkes » Sat Jul 20, 2019 19:17

]Hi all thanks for helping!

I have a home server that was running windows server 2016,
I was able to share folders from the windows OS successfully with my beyonwiz t3.

I have recently upgraded to Ubuntu 18.04.2 LTS and installed samba and configured
and all that stuff so I am completely able to view it using my phone, or my other computers.

When I connect the share to the t3 I connect it as autofs, and all the options are correct;
the ip is the same as the server, the username and password are registered on the samba.
But when I click on the folder from the beyonwiz it comes up with nothing - no sub-folders.

I attached my /etc/samba/smb.conf from the ubuntu server.

[attachment=0]file.txt[/attachment

This problem is quite frustrating as I can connect to the share with any other device except the beyonwiz,
any help will be gladly appreciated!
Attachments
file.txt
(401 Bytes) Downloaded 58 times

User avatar
MrQuade
Uber Wizard
Posts: 11844
Joined: Sun Jun 24, 2007 13:40
Location: Perth

Re: Issue connecting to Ubuntu SAMBA share from T3

Post by MrQuade » Sat Jul 20, 2019 20:40

Provide a username and password if shares fail to enumerate. See how that goes...there might be a SMB version mismatch.
Logitech Harmony Ultimate+Elite RCs
Beyonwiz T2/3/U4/V2, DP-S1 PVRs
Denon AVR-X3400h, LG OLED65C7T TV
QNAP TS-410 NAS, Centos File Server (Hosted under KVM)
Ubiquiti UniFi Managed LAN/WLAN, Draytek Vigor130/Asus RT-AC86U Internet
Pixel 4,5&6, iPad 3 Mobile Devices

User avatar
peteru
Uber Wizard
Posts: 9739
Joined: Tue Jun 12, 2007 23:06
Location: Sydney, Australia
Contact:

Re: Issue connecting to Ubuntu SAMBA share from T3

Post by peteru » Sat Jul 20, 2019 21:19

Here's a known working smb.conf

Code: Select all

[global]
        security = user
        client ntlmv2 auth = yes
        max protocol = smb2
        wins support = yes
        domain master = yes
        local master = yes
        preferred master = yes
        os level = 65
        netbios name = NAS
        server string = NAS Samba Server
        debug class = yes
        log level = 0
        passdb backend = tdbsam
        guest ok = no
        read only = yes
        oplocks = false
        level2 oplocks = false

[Music]
        path = /exported/Music

[Movies]
        path = /exported/Movies
You might want to start with that as a base.

"Beauty lies in the hands of the beer holder."
Blog.

Post Reply

Return to “Networking”