the you must change this…
“::ffff:xxx.xxx.1.1/24”,
Substitude the xxx with your American numbers.
the you must change this…
“::ffff:xxx.xxx.1.1/24”,
Substitude the xxx with your American numbers.
if your ip is from germany and you use ip4, than u can take it like it is.
It has just another format and added “::ffff:192.168.1.1/24”,
if you update to the new magic mirror, this will be a new option in the config.js.
Take a look to the config.js.sample file witch is delivered with the new version of magicmirror.
Hi all,
it works.
That is my part of config with the ipwhitelist.
ipWhitelist: [
"127.0.0.1",
"::ffff:127.0.0.1",
"::1",
"::ffff:192.168.1.1/24",
],
hope it will help all other user.
nobody can help.
I going to be crazy soon with this damn IP’s
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”],
Can somebody put a example of a running ip address with a virtual IP like 192.168.123.123 to give access to remote control module ?
Hello, i made the MM2 update and now i can’t access the admin
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
I can’t insert my ip from my laptop.
I want to access MagicMirror from laptop with Admin-Interface, but it’s not possible now with this update.
Where i have to insert my ip address in the white-list?
How to insert a range?
Hello, i made the MM2 update and now i can’t access the remote.
ipWhitelist: ["127.0.0.1", "::ffff:127.0.0.1", "::1"],
I can’t insert my ip from my laptop.
I want to access MagicMirror from laptop with Remote Control, but it’s not possible now with this update.
Where i have to insert my ip address in the white-list?
How to insert a range?
Hi,
at this position i must insert my ip from the notebook?
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “XXX.XXX.XXX.XXX”, “192.168.250.250”],
And how to declare a range?