• Squid3 + squidguard crashing

    5
    0 Votes
    5 Posts
    2k Views
    P

    @n3by:

    @PikkonMG

    Did you test it to see if it is real working or just pretend ?

    Because on my config all services are working ( and av updated ) but download test fail - no alert triggered.

    https://secure.eicar.org/eicar.com.txt

    https://rtcamp.com/tutorials/mail/server/testing/antivirus/

    @dok
    A test button on interface will be more than welcome.

    Yes it all works. If I go to eicar and try to grab any of the test files it stops it.

  • HTTP and HTTPs redirect to Dansguardian IP Address and Port

    18
    0 Votes
    18 Posts
    7k Views
    C

    As you operating system supporting proxy.pac file is Windows, you will have to create such symbolic links using mklink command and create as many logical links as needed.

    e.g.

    mklink wpad.dat proxy.pac

    will create a new (logical) file wpad.dat linked to proxy.pac
    If you modify proxy.pac content, it will modify wpad.dat too.

  • 0 Votes
    3 Posts
    5k Views
    D

    PiBA, yes, I totally boneheaded it and put bce instead of bge..I have several servers, some with bce and some with bge and I just confused it. After making the change and rebooting it seems to be working better. I am slowly ramping up the users but so far so good at 2500+. The stats I posted below were from Apache Bench so I need real world clients to really test it out.

    Thanks for reminding me to post back to the group.

  • Issues (not surprising) with mod_security_dev packages

    1
    0 Votes
    1 Posts
    642 Views
    No one has replied
  • Reverse Proxy whith SQUID3 (or whatever)

    3
    0 Votes
    3 Posts
    1k Views
    S

    Have you tried with haproxy ? You will find it on package manager.

  • LightSquid not showing users

    7
    0 Votes
    7 Posts
    5k Views
    S

    ok. I finally got it working. Here's what I had to do:

    DansGuardian:
    General -> Highlight (turn on) both forwardedfor & usexforwardedfor

    Squid (Proxy):
    Custom Options
    acl other_proxy srcdomain My.Proxy; log_uses_indirect_client on; follow_x_forwarded_for allow localhost; follow_x_forwarded_for allow other_proxy; acl_uses_indirect_client on; delay_pool_uses_indirect_client on

    Use the name of your pfsense box in place of My.Proxy

    I also used "tail /var/squid/logs/access.log" & "tail /var/log/dansguardian/access.log" throughout troubleshooting this to find out what exactly was being captured in the logs.

    Sources for this:
    http://www.linuxquestions.org/questions/linux-security-4/dansguardian-and-squid-480571/
    http://www.squid-cache.org/Doc/config/follow_x_forwarded_for/ (to understand follow_x_forwarded_for)

  • 0 Votes
    5 Posts
    3k Views
    D

    Yeah. Now, don't forget to check the Keep Settings/Data box again. :)

  • PFSense Squid multiple appliances cache sharing

    6
    0 Votes
    6 Posts
    2k Views
    D

    @trinidadrancheria:

    Anyone?

    I'm not yet even sure if i have it working. I can just see udp data going forth and back.
    After what feels like an age my "master" now also shows an "ON" status. Last time I checked the other node did NOT show "ON", it just showed nthing.
    One thing I have different is the select method (carp) and icp options (multicast-responder)

    I've NOT set passwords.

    I think the carp setting is questionable since I am using it with a loadbalancer / virtual server distributing the traffic to both proxies.
    But considering how underdocumented + bug ridden this is, we're just testing our luck and this seems to be lucky.
    (yes bug ridden, I'm not even getting logs after I set them to be stored outside /var because /var is a ramdisk. I feel noone tests anything)

  • Can't start squidGuard

    23
    0 Votes
    23 Posts
    12k Views
    J

    Did the trick for me to….. this has been driving me mad!!!!

    Thanks.

    @chidgear:

    Hi!
    I did this:
    After downloading a blacklist from shallalist.de , create a target Category (call it as you want) add a least one domain and start Squidguard with the apply button (if it hasn't started yet) According to certain posts regarding to the Squidguar manual, this is a necesary condition to use blacklists and another configurations. In my particular case, I've created a target category called "White_list" on which I've added the sites contained in the default blacklist but that I wish to access anytime (for example, wikipedia.org, wikimedia.org and pfsense.org).

    after doing this, I can reboot the server, an the SquidGuard service boots automatically after one minute.

    Try it and, if it works for you, come back and tell us!

  • Wpad and android

    3
    0 Votes
    3 Posts
    8k Views
    P

    AFAIK only Lollipop 5.1.1 AOSP supports specifying an explicit PAC file per WiFi SSID. My CM 12.1 works beautifully like this. There are apps that let you use a PAC file, but they are cumbersome. Search the App Store.

  • Caching reports

    1
    0 Votes
    1 Posts
    643 Views
    No one has replied
  • X-forward squid reverse Proxy

    2
    0 Votes
    2 Posts
    2k Views
    M

    Something that worked for me is

    Basically you have to set it on and then exclude sending the inner IPs out:

    Enter something like this under Squid3: Proxy Server/General Settings Tab/Custom ACLS (Before Auth)

    #header_replace X-Forwarded-For
    forwarded_for on

    acl mxln src 10.0.0.0/24 # RFC1918 possible internal network
    acl mxlno src 10.0.1.0/24 # RFC1918 possible internal network
    acl mxlnr src 10.0.2.0/24 # RFC1918 possible internal network

    reply_header_access X-Cache-Lookup deny !mxln
    reply_header_access X-Cache-Lookup deny !mxlno
    reply_header_access X-Cache-Lookup deny !mxlnr
    reply_header_access X-Squid-Error deny !mxln
    reply_header_access X-Squid-Error deny !mxlno
    reply_header_access X-Squid-Error deny !mxlnr
    reply_header_access X-Cache deny !mxln
    reply_header_access X-Cache deny !mxlno
    reply_header_access X-Cache deny !mxlnr
    reply_header_access Via deny !mxln
    reply_header_access Via deny !mxlno
    reply_header_access Via deny !mxlnr

  • Squid3 0.3.7 with pfsense 2.2.4

    5
    0 Votes
    5 Posts
    1k Views
    D

    Perhaps because upgrade from some superbroken 2.1.x Squid versions just won't work? (Same goes for doing a fresh install and importing the package configuration.)

    On that note, the good thing about 0.3.8+ is that - if you at least manage to install it and uninstall it straight away with enabling the "Keep Settings" thing, it should give you a Squid-free config.xml without any manual messing and leftovers from god knows how many old Squid variants and versions.

  • 0 Votes
    17 Posts
    2k Views
    jimpJ

    @LFCavalcanti:

    Well, as you said, your guess is empty as mine in this aspect. I even stated it was my POV. Now… this is one of those sittuations when if you had the feature available, a LOT of people would use it.

    No, they wouldn't. The majority of users do not use squid. It may be popular, and the most popular package, but it's not installed on the majority of systems, and even less of those have AD or could even use SSO. Again, you can't make claims without support to back them. I have, through the years here in the community and through support, interacted with a significant portion of the user base and I'm in a better position to know what is being used. It may be wildly popular with a portion of the user base, but many would just as soon put squid on a second box and not try to run all of that on the firewall. Or they wouldn't use a proxy at all. We are, don't forget, primarily a firewall and not a UTM platform.

    @LFCavalcanti:

    Of all the pfSense servers running, a small portion participate on the forums or buy Support subscriptions. An even smaller portion care enough to actually participate, now cut that down even more to people that really care enough about the development process and wants to help.

    Yes, but even so, the ones we talk to via support, pre-sales, and so on are a good cross-section because not all of those actually are intending to make a purchase, they just want to know what we can do. And very few of those are asking for it.

    @LFCavalcanti:

    Let's drop the weapons and bring this down to: You are changing "everything" on 2.3, IMO it's the best time to ask the community(from paid support to idiots like me that wants to help). I mean, not only about SSO, but other features in general.

    We're not changing "everything" though – just the GUI, base OS, package backend, update mechanism, and a few other things feature-wise. Lots more than that will change for 3.0. That still doesn't have any impact on what packages can do, other than it makes building them a bit easier.

    @LFCavalcanti:

    Well, the acronym SSO is not that widely known, specially in the market pfSense targets at. Ask Ingrid about Spiceworks community, most of them don't understand the concept. But take the time to explain it, whatever makes the "User" do less for more, they(we) want.

    I didn't just search literally for "SSO" but variations and things like active directory and so on. I just said "SSO" for simplicity.

    @LFCavalcanti:

    Create a poll, if possible with translations, make Renato Botelho post the poll on our Facebook page, I'll also ask people to take part in it. Post it on Spiceworks too.

    We have done some surveys before, and we'd need to be more careful about how things are worded and where it's put up. The Facebook group is not a good representation of the community in general.

    These are things that wouldn't be done by me or any one of us in development or support though, those are things you'd want to be talking to someone in sales about. Drop a line to sales@pfsense.org and see what you can get there.

    @LFCavalcanti:

    It was usable for 2.2.4, the changes are necessary for 2.3.x because the front end is all new. Now, this feature is present in almost all competitors on the same market sector pfSense targets, isn't that little change worth the effort?(It's a question, no irony intended).

    It was not something we could import into 2.2.4 as-is either. The changes made to accommodate the hit counter broke other things in the process like rule descriptions and lookups. It's not something that could be imported without changes no matter where it went. It might have been OK for people to apply to their systems, it might have functioned, but it was NOT in a state we could import into the code base due to the way it was done. Cool, yes, useful, also yes, but it was not implemented in a way that was good for everyone. It will be fixed, but it will take some time.

    Locking this thread since it's outlived its usefulness.

  • Pfsense 2.2.4 x32 and x64 Squid3 0.3.7 cache

    3
    0 Votes
    3 Posts
    894 Views
    L

    thank you doktornotor

  • Pfsense 2.2.4 Squid3 0.3.6 c-icap stopped

    6
    0 Votes
    6 Posts
    1k Views
    D

    This thread is about C-ICAP. That (completely harmless) warning has nothing to do with C-ICAP. Wil mute it, no idea why's it being spit out in console; here if that bothers you.

  • Squid3 0.3.5 package

    Locked
    13
    0 Votes
    13 Posts
    3k Views
    D

    Closing this. New thread for 0.3.6 created.

  • Squid cache and/or swap.state exceeded size limits.

    6
    0 Votes
    6 Posts
    2k Views
    D

    @voxeljorz:

    Already tested it, squid stop after the swap state cron was executed. I end up unchecking the box Clear cache on log rotate under Local Cache page

    squid_dash_z('clean') now restarts the service; wait for 0.3.6 or grab the whole batch of fixes from https://github.com/pfsense/pfsense-packages/pull/1083/ since the linked commit alone will not work without the other changes.

  • Squidguard doesnt block websites lol

    25
    0 Votes
    25 Posts
    6k Views
    A

    @KOM:

    Whatever works.

    web filter is now working in squid3 and squidguard–devel

  • Squid and Squidgard not working in 2.2.4

    3
    0 Votes
    3 Posts
    1k Views
    E

    Greeting!,

    Well everything started with LDAP Authentication on squid  (pfsense 2.2.4) that could not find the "libldap", according with this foro, i just had to reinstall squid but nothing was  solved.. so.. because i thought it was something that i did wrong.. i just move it out to squid3 but..

    I started having the same problem as well as you, and  I read the pfsense  changelog from 2.2.4, and it had nothing to do with squid.. But certainly with 2.2.2 the squid works just fine, well  almost without authentication LDAP.

    And i say that, because i probe the authentication things on 2.2.4, before that, i really don't know.

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.