-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipwhitelist not working #1036
Comments
Are you running the develop branch or the master branch? |
actual Branch is master |
Could you give the develop branch a try?
|
Ok, this problem is solved, no blocking anymore in shell console, but cant connect anyway. Browser output: (111) Connection refused |
So, is it solved? Or isn't it? :D If it isn't solved, what message do you see in your node output when trying to connect? |
Output is not showing any blocked ips, but the connection got refused when i open the link in the browser. Ports are open, like when it was working. |
There was fix into the So, this issue is really fixed. As @MichMich said
Make sure you can access from the browser and where is running MagicMirror. Are differents IPs?, I mean MM and Browser |
mirror is accessable from intern network. Also within the mirror itself. From outside i get the connection refused error shown in my browser. Tried different port settings, but cant connect via dyndns from outside. Other ports like webserver on port 80 is still working and accessable from outside. |
... I presumed this is configuration issue or other not related with MagicMirror itself. Did you set What show you the command |
Thank you all for your help! After i set 0.0.0.0 to adress its working again. :)) |
Same her, the site was live after adding "address": "0.0.0.0", to the config |
Platform: RPI 3 with newest MM build, installed and updated yesterday.
Description: Until yesterday my mirror was working with an older build version. The mirror was accessable trough the internet via my configured ddns service.
After the update im getting the error, that the ip was blocked.
I tested with ipwhitelist [] but it isnt working. Additionally i entered 0.0.0.0 to adress wo get the ipwhitelist: [] working, but it didnt fix the problem.
How can i make the mirror accessable from every ip adress?
The text was updated successfully, but these errors were encountered: