Hi,
after today’s update to TOS6, my SAMBA configuration was not carried over. I tried re-creating the share, but I run into a strange problem. When I try to access the share, I can browse it in windows-explorer (e.g. open \192.168.1.1). However, when I try to open the share, I get the error “0x80070043” indicating that the network name could not be found. How can the network name not be found when I am using the IP directly and being able to browse the shares of my turris omnia?
The samba4 config looks like this:
config samba
option workgroup ‘WORKGROUP’
option charset ‘UTF-8’
option description ‘Samba on OpenWRT’
option interface ‘lan’
config sambashare
option create_mask ‘0666’
option dir_mask ‘0777’
option read_only ‘no’
option guest_ok ‘yes’
option path ‘/srv/samba’
option name ‘samba-share’
Any ideas?
Thank you.