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

    Squiguard + SSL + Group ACL

    Scheduled Pinned Locked Moved Cache/Proxy
    1 Posts 1 Posters 506 Views 1 Watching
    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.
    • M Offline
      mila76
      last edited by mila76

      I have this kind of setup...

      pfsense + transparent proxy + squiguard + whitelist

      All sites is blocked, and only whitelist work... in this setup i use group acl to permit certain ip to navigate without whitelist
      With http al work as expected..

      When i activated ssl whitelist site work but the group acl dont .. so all pc now is blocked
      I cant understand if i can fix this or simpy dont work as i want....

      This setup is old (2.x era of squid.. only upgraded version in times)...
      maybe i can rewrite all without squiguard and using squi acl?

      squidguard conf:

      src allowedPC {
              ip     192.168.0.117
              ip     192.168.0.104
      }
      
      src blocksites101 {
              ip     192.168.0.0/24
              log block.log
      }
      
      dest whitelist101 {
              domainlist whitelist101/domains
      }
      
      #
      acl  {
              # PC senza Filtri
              allowedPC  {
                      pass all
                      redirect http://mywebserver.mydomain.local/blocked.html
              }
              # Blocco dei Siti
              blocksites101  {
                      pass whitelist101 none
                      redirect http://mywebserver.mydomain.local/blocked.html
                      log block.log
              }
              #
              default  {
                      pass none
                      redirect http://mywebserver.mydomain.local/blocked.html
                      log block.log
              }
      }
      

      Thanks

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