• MOVED: ASCII codes SquidGuard integrated with AD

    Locked
    1
    0 Votes
    1 Posts
    348 Views
    No one has replied
  • Router running very slow and hot.

    9
    0 Votes
    9 Posts
    1k Views
    D
    Well, with the horrible polling option, 2.1.x vs. 2.2.x vs. 2.3.x makes just no difference. The option shouldn't exist in the GUI.
  • Strange Plex "issue" after switching to Pfsense

    1
    0 Votes
    1 Posts
    625 Views
    No one has replied
  • Pfsense router, tomato ap, VLANs

    1
    0 Votes
    1 Posts
    877 Views
    No one has replied
  • How to get the serial number of an harddrive

    4
    0 Votes
    4 Posts
    1k Views
    E
    I´ve got it in my pfsense as ptt says diagnostics –> smart status -->select option "info", device "ada0" pres "View" and brings me this info: === START OF INFORMATION SECTION === Device Model:    SAMSUNG SV0842D Serial Number:    0158J1FN367480 Firmware Version: MB100-33 User Capacity:    8,455,200,768 bytes [8.45 GB] Sector Size:      512 bytes logical/physical Device is:        Not in smartctl database [for details use: -P showall] ATA Version is:  ATA/ATAPI-4 T13/1153D revision 17 Local Time is:    Fri Sep 25 14:56:36 2015 UTC SMART support is: Available - device has SMART capability. SMART support is: Disabled U must have SMART compatibility, support or capabilities (excuse me, don´t remember the specific term) enabled on BIOS. Regards
  • PfSense 2.2: ntpd keeps terminating and restarting

    24
    0 Votes
    24 Posts
    10k Views
    C
    @charliem: Well, my machines have worked OK with that patch since before I posted it.  No known breakage, but I guess I don't count as a second opinion :) Your first opinion is appreciated regardless. :) Wasn't clear from your earlier post if you were running it at all at the time, or were still running it now 6 months after the fact.
  • [tcpdump] Rotating pcaps vs port-mirror switch/appliance

    13
    0 Votes
    13 Posts
    2k Views
    johnpozJ
    When I meant to capture decrypted traffic to your lan I figured you would be sniffing on a span port somewhere.  But if you sniff on pfsense lan you should see all traffic in and out of that interface.
  • Question : NTP DDoS attack

    Locked
    12
    0 Votes
    12 Posts
    2k Views
    V
    Update : The reason for the DDoS was well known for our ISP, there has been warnings for DDoS to all the banks and company's that deal with money transfer - Thats how we got affected.
  • Mediasonic HF2-SU3S2 NAS

    5
    0 Votes
    5 Posts
    979 Views
    ?
    I have several builds with this case using LSI SAS controller and NAS4Free. They are nice and cheap. http://www.amazon.com/Norco-ITX-S4-Mini-ITX-Computer-Storage/dp/B00J353KH8 You really only bought a drive box, Not a NAS.
  • Crazy Graphs?

    8
    0 Votes
    8 Posts
    1k Views
    H
    @cmb: @Harvy66: Why wouldn't it exceed 1Gbps? With the nature of how those counters work, it isn't possible to exceed the link speed of the interface if you're getting sane values. @burdandrei: Thanks @cmd, will do. i restarted the firewall, and looks like it stopped.  I got status tgz before and after, will open the ticket when i'll have more info Thanks, curious to see that. So even if the actual link speed is faster than the reported link speed? It's not a common situation, but this is one of them.
  • Share serial connections over Ethernet

    10
    0 Votes
    10 Posts
    2k Views
    ?
    @fraglord: How do I connect from a remote client to the ser2net port? Connect via VPN (external) or SSH (internal) to the pfSense box and then you could connect over the ser2net application to the ports directly.
  • Watchguard x550e with Pfsense installed wont get 1gb bandwidth

    3
    0 Votes
    3 Posts
    750 Views
    S
    Ah ok thats for the reply. Kinda sucks but i guess ill just use the watchguard as a training tool with pfsense until i actually build a pfsense computer.
  • Mailscanner: Process did not exit cleanly, returned 22 with signal 0

    1
    0 Votes
    1 Posts
    529 Views
    No one has replied
  • New to pfsense, gui is slow and constant 25% cpu load?

    6
    0 Votes
    6 Posts
    2k Views
    H
    Post your System Activity again. It'll tell you exactly what is using your CPU.
  • Crash reporter

    3
    0 Votes
    3 Posts
    913 Views
    C
    Could you describe what IPsec configuration you have on the system?
  • Help: pfsense box and squid box layout

    2
    0 Votes
    2 Posts
    848 Views
    G
    In what you show as "setup 1", squid would be running in transparent mode. I have no experience with that, so I can't comment on to set it up. Your "setup 2" would be running squid in proxy mode, which is how I've always done it. Your clients would use the IP address of the pfsense box as their default gateway. On the pfsense box, you'd block outbound port 80 and 443 for all IP addresses except the squid box. You'd need a "proxy auto config (PAC) file on a local web server. You'd tell clients how to find the PAC file via a WPAD entry in your DNS, or a DHCP option. The PAC file would contain a JavaScript function that looks at the URL the browser is attempting to go to, and either returns the string "DIRECT" (if the URL is an internal sites), or "proxy 192.168.1.2:3128" if the site is not internal. Something like: function FindProxyForURL(url,host) { if( isPlainHostName(host) || isInNet(host, "192.168.1.0", "255.255.255.0") ) return "DIRECT";       return "proxy 192.168.1.2:3128"          // squid box would be 192.168.1.2 and squid is listening on 3128 } More information: https://en.wikipedia.org/wiki/Web_Proxy_Autodiscovery_Protocol NOTE: The one gotcha that tends to stymie people setting this up is adding the MIME type your your web server to match ".pac" files. The referenced wiki documents what needs to be done.
  • Add gmirror + 2nd SSD post install?

    10
    0 Votes
    10 Posts
    3k Views
    jimpJ
    There is no special code in the installer to handle any sort of alignment/offset at this time.
  • Ssh tunnel - suppress console output?

    1
    0 Votes
    1 Posts
    668 Views
    No one has replied
  • Gateway shows as being down, but isn't.

    11
    0 Votes
    11 Posts
    3k Views
    E
    Ok, for now i've set a workaround cron task running every 15 minutes: /usr/bin/killall -9 apinger && /usr/local/sbin/apinger -c /var/etc/apinger.conf Thanks, Edoardo
  • 0 Votes
    3 Posts
    647 Views
    R
    while i run a modified(for 2.1.5 atm) mkflash version to create the pfsense image, i have no issues while i have one "BIG" slice for data (pfsense0) and another slice for the configuration(cf) so the only , let it call a problem, u cant upgrade in this Constellation but this is not a problem for me.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.