anarion80 / ansible-nas

Build a full-featured home server or NAS replacement with an Ubuntu box and this playbook.
MIT License
4 stars 3 forks source link

I can not access any services from LAN #79

Open nextgenthemes opened 1 year ago

nextgenthemes commented 1 year ago

I am not sure if this is a bug with ansible-nas, your fork or something else.

But my issue is, I cant access the hemdall dash or sonarr in my SBC after installing this from your fork, I since then switched to the original but still no luck.

I can access the services from the SBC itself when logged in via ssh. So I can login with ssh user@192.168.0.3. I also just started a test webserver with python python3 -m http.server and I can access from LAN as well on http://192.168.0.3:8000/

So I am clueless why http://192.168.0.3:8989 does not work. Something about docker? Any ideas, any way I can debug this? I checked for stuff listening on ports and it seems all fine. And again with w3m (text browser) I can access services.

anarion80 commented 1 year ago

Hello.

I just did a test to install Heimdall on an Ubuntu 22.04.2 LTS VM and I can access it no problem over LAN on http://192.168.2.165:10080. So I would rather look for something on your host machine: firewall, permissions, docker, etc.

nextgenthemes commented 11 months ago

@anarion80 I am just coming back to this, I still have this issue. What I did was install Ubuntu 22.04 server directly on my Zimaboard SBC and during the server-setup it asked me to asked some common software and I picked Docker. So Docker was already installed b4 I ran any Ansible playbook on it.

Maybe that has something to do with it? Any hint what I may need to configure differently? I never used Docker.