Read the statement by Michael Teeuw here.
Acces IP Whitelist
-
Hi,
I have a little problem. I configured config.js like this: ipWhitelist: [“127.0.0.1”, “:: ffff: 127.0.0.1”, “:: 1”, “192.168.0.0/24”, ":: ffff: 192.168. 0.0 / 24 "], // Set [] to allow all IP addresses
But I can’t access the mirror from a browser. My internal ip is 192.168.0.0/24
Thank you for your help. -
@greda what is address set to? must be “0.0.0.0” to allow access from off the mirror machine.
localhost means ONLY listen for inside connections…
ipWhitelist applies AFTER that
-
@sdetweil said in Acces IP Whitelist:
@greda what is address set to? must be “0.0.0.0” to allow access from off the mirror machine.
localhost means ONLY listen for inside connections…
ipWhitelist applies AFTER thatHow do I configure the ipWhitelist line?
Currently: ipWhitelist: [“127.0.0.1”, “:: ffff: 127.0.0.1”, “:: 1”], -
-
Thanks it’s ok now.