Read the statement by Michael Teeuw here.
After update to Mirror to 2.1.3 - no working Whitlist
-
Same problem here. ipWhitelist worked in 2.1.2. 2.1.3. no more.
VNC works, Putty works. MMM-Remote-Control cannot be accessed.Hein-Jan
-
Hmm … that doesn’t sound good. Could one of you open an issue on https://github.com/MichMich/MagicMirror/issues?
Make sure you fill in ALL te questions in the issue template.
Thanks!
-
Had the same issue. added
address:"0.0.0.0",
to the config and it’s working again.
https://github.com/MichMich/MagicMirror/issues/1036 -
Thanks d3r!
-
That happens because the release 2.1.3 was introduced a new change to make more secure the MagicMirror, to prevent open all interfaces to world. So, now from 2.1.3 the default values for
address
is localhost instead of 0.0.0.0… so …be careful to set this value. -
@roramirez - and how can i now access to my mirror from my homenetwork ?
What do i have to do ???
Sandy
-
@d3r said in After update to Mirror to 2.1.3 - no working Whitlist:
address:“0.0.0.0”,
Thanks d3r, this was indeed the solution.
-
@Sandy2503 said in After update to Mirror to 2.1.3 - no working Whitlist:
What do i have to do ???
Set the IP address of your MagicMirror there.
-
This post is deleted! -
@randomnoise said in After update to Mirror to 2.1.3 - no working Whitlist:
@d3r said in After update to Mirror to 2.1.3 - no working Whitlist:
address:“0.0.0.0”,
Thanks d3r, this was indeed the solution.
And how is the syntax?
Something like this?var config = { electronOptions: { }, ipWhitelist: [ "127.0.0.1", "0.0.0.0", "::ffff:127.0.0.1", "::1", "::ffff:192.168.188.42", "192.168.188.1/24", "::ffff:192.168.188.50" ],
that does not work for me, before the update my MM was working really fine.
Also MMM-iFrameReload is not working anymore :(