MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.24.0 is available! For more information about this release, check out this topic.

    Acces IP Whitelist

    Troubleshooting
    2
    5
    309
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      greda last edited by

      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.

      S 1 Reply Last reply Reply Quote 0
      • S
        sdetweil @greda last edited by

        @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

        Sam

        Create a working config
        How to add modules

        1 Reply Last reply Reply Quote 0
        • G
          greda last edited by

          @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 that

          How do I configure the ipWhitelist line?
          Currently: ipWhitelist: [“127.0.0.1”, “:: ffff: 127.0.0.1”, “:: 1”],

          S 1 Reply Last reply Reply Quote 0
          • S
            sdetweil @greda last edited by

            @greda first start with

            ipWhitelist:[],
            

            anyone on your (local) network could connect

            Sam

            Create a working config
            How to add modules

            1 Reply Last reply Reply Quote 0
            • G
              greda last edited by

              Thanks it’s ok now.

              1 Reply Last reply Reply Quote 0
              • 1 / 1
              • First post
                Last post
              Enjoying MagicMirror? Please consider a donation!
              MagicMirror created by Michael Teeuw.
              Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy