@madhits wrote:
So I am trying to configure my hass.io running on synology box via synology virtual machine manager.
I wanted to add samba shares to make this a lil easier as I was having trouble using the webui adding custom components.
The problem is the shares never show up or dont allow me to login. Now this could be only come from something about how im running hass.io in a virtual machine or something else. I don’t believe its a VM thing but its possible. I have no issues reaching the VM even through SSH. So why samba?
Here is my samba share config.
workgroup: workgroup username: hassio password: hassio interface: '' allow_hosts: - 10.0.0.0/8 - 172.16.0.0/12 - 'fe80::/10' veto_files: - ._* - .DS_Store - Thumbs.db - icon? - .Trashes
Questions/issues:
The allow hosts lines are sorta confusing I’ve left them as is and changed them but ultimately I just want hosts from my subnet which is 192.168.25.1-254. How do I do that? Yes I’ve tried just adding 192.168.25.0 and it does not work.
Why are all my samba requests denied? I am trying this on both a mac 10.12 and windows 10 with the same results, requests for samba share access denied.
Here is my part of my log:
Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50110 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50111 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50112 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50114 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50115 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50116 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50121 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50125 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50126 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50128 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50129 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50130 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50144 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50145 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50146 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50147 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50148 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.26 (192.168.25.26) Connection denied from ipv4:192.168.25.26:50149 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.16 (192.168.25.16) Connection denied from ipv4:192.168.25.16:62279 to ipv4:192.168.25.61:445 Denied connection from 192.168.25.16 (192.168.25.16) Connection denied from ipv4:192.168.25.16:62278 to ipv4:192.168.25.61:139 Denied connection from 192.168.25.16 (192.168.25.16) Connection denied from ipv4:192.168.25.16:62277 to ipv4:192.168.25.61:445 send_election_dgram: Sending election packet for workgroup REALM on subnet 192.168.25.61 send_election_dgram: Sending election packet for workgroup REALM on subnet 192.168.25.61 send_election_dgram: Sending election packet for workgroup REALM on subnet 192.168.25.61 send_election_dgram: Sending election packet for workgroup REALM on subnet 192.168.25.61 send_election_dgram: Sending election packet for workgroup REALM on subnet 192.168.25.61 run_elections: >>> Won election for workgroup REALM on subnet 192.168.25.61 <<< become_local_master_browser: Awaiting potential browser state. Current state is 4 Could not find child 321 -- ignoring
Posts: 2
Participants: 2