Read the statement by Michael Teeuw here.
problem with ipWhitelist in MMM-Remote-Control
-
Hello again!
I took the advice of ‘cowboysdude’ from the last topic that I post and decided to create my own prototype of the magicmirror - I included some modules and they worked really well, but when I tried ‘‘MMM-Remote-Control’’ I had a problem with the remote control vie mobile - it gives me ‘‘connection not allowed - check config.js’’ - here is my
ipWhitelist in my config.js :ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”,“::ffff:192.168.100.8”]
i tried like that as well
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”,“::ffff:192.168.100.8”]and like that:
ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”, “::fff:192.168.1.1/112”]- I saw form one tutorial “::fff:192.168.1.1/112” allow Magic Mirror form 192.168.0.0 to 192.168.255.255 .
Still nothing works!
Can you help me with that request - thank you for the support and have a great time developing your MagicMirrors :) -
@Barbarian said in problem with ipWhitelist in MMM-Remote-Control:
192.168.1.1/112
What is your ip range? Because you are using two different ones, 192.168.100.x and 192.168.1.x I thougth ::fff:192.168.1.1/112 means from 192.168.1.0 to 192.168.1.255, but I could be wrong. Have you tried to enter your own ip address only?
-
yep - the first modification that I tried " ipWhitelist: [“127.0.0.1”, “::ffff:127.0.0.1”, “::1”,“::ffff:192.168.100.8”]" was with the IP of my mobile phone :)