Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Can't access WebGUI - SquidGuard (Not to Allow IP addresses in URL)

    pfSense Packages
    2
    6
    4.9k
    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.
    • X
      Xthink
      last edited by

      I installed and testing pfSense 2.0 beta.
      How can I access the WebGUI (192.168.100.1 on my setup) if I enabled the "Not to Allow IP addresses in URL" in squidGuard?

      Thanks.

      1 Reply Last reply Reply Quote 0
      • jimpJ
        jimp Rebel Alliance Developer Netgate
        last edited by

        Check the squid option to bypass the proxy for local networks.

        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

        Need help fast? Netgate Global Support!

        Do not Chat/PM for help!

        1 Reply Last reply Reply Quote 0
        • X
          Xthink
          last edited by

          Do you mean the "Bypass proxy for Private Address Space (RFC 1918) destination"?

          1 Reply Last reply Reply Quote 0
          • X
            Xthink
            last edited by

            @Xthink:

            Do you mean the "Bypass proxy for Private Address Space (RFC 1918) destination"?

            I'm using non-transparent proxy and wpad as I read from other tutorials, and enabling the above resulted in an error.

            1 Reply Last reply Reply Quote 0
            • jimpJ
              jimp Rebel Alliance Developer Netgate
              last edited by

              Ah, yeah that may only work for transparent.

              What you want to do can be hacked into the wpad data files then. It's just a little bit of javascript, you can add a test in there to match anything except your local network(s).

              Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

              Need help fast? Netgate Global Support!

              Do not Chat/PM for help!

              1 Reply Last reply Reply Quote 0
              • X
                Xthink
                last edited by

                Thank you very much.
                I don't know javascript (yet) but I found some reference. For those who might need the same my wpad.dat is below:

                function FindProxyForURL(url,host)
                {
                    if (shExpMatch( host, "192.168.100.*"))
                        return "DIRECT";
                    else
                        return "PROXY 192.168.100.1:3128";
                }

                192.168.100.0/24 is my LAN

                1 Reply Last reply Reply Quote 0
                • First post
                  Last post
                Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.