• Need advice on setting up Squid

    4
    0 Votes
    4 Posts
    1k Views
    KOMK
    From the GUI.  Look under Services for Squid Proxy Server.
  • Help on wpad

    7
    0 Votes
    7 Posts
    2k Views
    C
    @securityconscious: Also, save same as three separate files. wpad.dat wpad.da proxy.pac May I suggest not to save this as 3 different files but to save one single file and create symbolic links: doing so, when you modify your file, you modify it only once and you ensure everything is consistent  :P
  • Can't get squid3-dev 3.3.10 pkg 2.2.1 working

    14
    0 Votes
    14 Posts
    6k Views
    S
    @bellera: Did you disable the IPv6 support? squid3-devel needs IPv6 support activated. I doesn't matter if you use IPv6 or not. Hello I ran into this issue today. Disabled IPV6 support in Advanced -> Networking and squid3-dev + squidgard stopped filtering traffic (no internet on clients). I have since re-enabled the option but it still does not work. Will restart the machine when possible. any thoughts on why its still not working after re-enablind the option? thanks
  • FTP Client Proxy Package

    Locked
    69
    2 Votes
    69 Posts
    76k Views
    jimpJ
    This proxy is not intended for that scenario, it is for clients on LAN connecting to remote FTP servers. Please start a new thread for that question.
  • SQUIDGUARD NOT WORKING WITH SQUID!!

    13
    0 Votes
    13 Posts
    4k Views
    C
    @killmasta93: True true, but some sites dont really play nice with MITM, i haven had a few issues with some times using WPAD i cant even imagine the headache with MITM MITM and WPAD are definitely different stories. You may have one or the other or both or none  ;D Issues with WPAD depending on site? I can't imagine what kind of issue, even thinking about fairly complex proxy.pac (because issue would be proxy.pac rather than WPAD if any) This said, MITM…. well  :-X  for sure if content filter or antivirus at proxy level is mandatory, it does help but I won't comment further  :-X :-X :-\
  • SqudGuard Target category save ERROR

    2
    0 Votes
    2 Posts
    813 Views
    J
    Hi, i have the same problem did you fixed it
  • Squid & Chromebooks

    2
    0 Votes
    2 Posts
    1k Views
    M
    You mean like those new Chromebook R11s with the Playstore?
  • Heaps of viruses!

    3
    0 Votes
    3 Posts
    1k Views
    I
    I have contacted them If anyone is having the same issue you can fix it by opening sigwhitelist.ign2 in /var/db/clamav and adding Sanesecurity.Foxhole.Zip_SFN1 line into sigwhitelist.ign2. Don't forget to save. I don't know why but specific url/domain whitelisting does not appear to work through clamav.conf in advanced conf
  • Squidguard not blocking websites

    1
    0 Votes
    1 Posts
    884 Views
    No one has replied
  • Squid3 bug? (RC 0.4.7)

    2
    0 Votes
    2 Posts
    729 Views
    jimpJ
    Remove all packages, then upgrade to pfSense 2.3, then reinstall squid. Packages are not being maintained or fixed on 2.2.x.
  • How to set up routing based on subdomains using HAProxy?

    2
    0 Votes
    2 Posts
    4k Views
    P
    Hi Sysadmin, I cant spot any obvious error in your haproxy configuration looking over its description 'should work..' i think. For the haproxy config it seems like youve made a setup similar to whats described here: https://github.com/PiBa-NL/pfsense-haproxy-package-doc/wiki/Single-frontend-serving-multiple-different-domains-using-http As for the firewall rule (a portforward should not be needed.. unless perhaps if your wan is using a ppp connection), make sure to allow all source ports. So rule would be something like: interface: WAN, source address:* source port:* , destination address: WAN-ip, destination port: 80 That should allow access from outside to the listening port of haproxy. What does and or doesnt work sofar? Can you connect to haproxy but recieve a 503 http error? Have you enabled stats and are the servers shown 'down' in a red color? Can you share the haproxy.conf (at bottom of settings tab)? Regard, PiBa-NL
  • Anything better for viewing websites visited?

    3
    0 Votes
    3 Posts
    855 Views
    A
    @killmasta93: sarg but not sure if they took it down on 2.3 Thanks. SARG does seem to be missing from 2.3 Andy
  • Transparent proxy+limiting not working.

    9
    0 Votes
    9 Posts
    2k Views
    K
    @KOM: I don't ever run a transparent proxy (less hassles with explicit) so I couldn't really try this myself.  Sorry for wasting your time.  It would have been nice if it had worked. Well…using WPAD no need to run transparent mode but I have had sometimes issues with some government websites that need to run transparent mode for some odd reason Also limiters Break NAT reflection also keep that in mind.
  • HTTPS and SQUID PROXY SERVER/GUARD

    3
    0 Votes
    3 Posts
    1k Views
    K
    sarg also if your on 2.2.6
  • Squid and Blocked Production Servers

    2
    0 Votes
    2 Posts
    649 Views
    K
    i would not recomend squid to use the virus scan, it takes a lot of resources and for what i saw its not that stable, i had this enabled it gave me issues when a user wanted to hear music though itunes or radio fm online
  • Digital signed Certificate error in pfsense

    Locked
    19
    0 Votes
    19 Posts
    5k Views
    N
    Thanks to All of you to start great discussion and helped me out with logical answer. Regards, Noor.
  • Squid Auth using LDAPs (pfSense 2.3.2-RELEASE-p1)

    3
    0 Votes
    3 Posts
    1k Views
    J
    Alright, solution for this, in case anyone needs it, is to edit /usr/local/pkg/squid.inc: Go to section: // Set up the external authentication programs There's a switch function there, go to the LDAP section and modify the $port variable assignment to look like this: $port = (isset($settings['auth_server_port']) ? "-p {$settings['auth_server_port']}" : ''); In bold the -p oprion I believe is missing in the original .inc file. As a matter of facts, right below LDAP auth options, come RADIUS options and there the "-p" is present: case 'radius': $port = (isset($settings['auth_server_port']) ? "-p {$settings['auth_server_port']}" : ''); Cheers.
  • HAProxy/IIS Real Client IP issue

    5
    0 Votes
    5 Posts
    4k Views
    P
    Yes the forward-for would insert the clientip, but even without it a wireshark should show the packets coming from the correct client-ip address if you have the 'source ipv4@ usesrc clientip' in the haproxy config. Its almost impossible for IIS to then see that traffic came from pfSense itself.. Also make sure youve got the name exactly right. HTTP_X_FORWARDED_FOR v.s. X-FORWARDED-FOR in the online screenshot might make the difference.?
  • Settings in SquidGuard

    4
    0 Votes
    4 Posts
    1k Views
    KOMK
    For squidguard settings, you must click both the Save button on the tab you're working with, and then the Apply button at the top of the General Settings tab.
  • Using squid reverse proxy i´d like to get the visitors real ipaddress

    1
    0 Votes
    1 Posts
    598 Views
    No one has replied
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.