Samba doesn't work

Hello guys,

I’m having trouble connecting to the samba share add in. When I put my IP adress in and everything still can’t see it in my network page in Finder. I’m working on a iMac.

Anyone who knows how to solve my problem?

Thanks

I use a Mac and have no issues when using the Samba supervisor add-on. Do you have your allow_hosts set in the configuration?

Here’s what mine looks like:

workgroup: WORKGROUP
username: xxx
password: yyy
interface: ''
allow_hosts:
  - 10.0.0.0/8
  - 172.16.0.0/12
  - 192.168.0.0/16
  - 10.1.200.0/16
  - 'fe80::/10'
veto_files:
  - ._*
  - .DS_Store
  - Thumbs.db
  - icon?
  - .Trashes
compatibility_mode: false

And I don’t have to hard-map the Samba link, if I browse the network in Finder it will show “homeassistant” as a network computer and then the shares under it.

Thanks, it works now!