• My squid fails to delete or load with pics

    3
    0 Votes
    3 Posts
    1k Views
    G
    tried that comes back with  error message  that  squid guard is only partially deleted, it shows up in the packages section with a red exclamation mark and does not run. likewise it appears in the list of packages but you cannot run or delete it ? with the red exclamation mark pics of the trouble makers [image: f66465b1-f8d5-4e0a-a0c3-a6e5938fbb7a_zpsjwirhodx.jpg] Wont run [image: 48de9d12-3818-40b5-8148-c74da1ec7966_zpspit1qnea.jpg] will not delete … will not reload Thanks
  • PfSense - How Mail to multiple recipients via shell and via gui

    2
    0 Votes
    2 Posts
    2k Views
    J
    Hello. How Mail to multiple recipients, not only via shell https://forum.pfsense.org/index.php?topic=112360.msg625732#msg625732 System > Advanced > Notifications > E-Mail > Notification E-Mail address: set recipients with coma separator. destinatario1@servidor.com,destinatario2@servidor2.com,destinatario3@servidor3.com [image: notifier-to-multiple-mails-advanced-1.png] Save. And Edit file “/etc/inc/notices.inc” (about line 360), add:   $to = $config['notifications']['smtp']['notifyemailaddress'];   //Multiple recipientes   $to = preg_split("/[\s,]*(\,|\;|\:)[\s]*/", $to);   $to = implode(",",$to); [image: notifier-to-multiple-mails-advanced-2.png] Save and test: root# echo "multiple recipients" | mail.php -s"test multiple" At log: May 24 14:21:46    php-cgi  mail.php: Message sent to javier@javcasta.com,alguien-mas1@gmail.com,alguien-mas-2@gmail.com OK Note: (via: http://ehealth-aussie.blogspot.com/2013/07/pfsense-e-mail-alerts-sent-to-multiple.html ) For package Email-report, change in file “/etc/inc/mail_reports.inc” $address = $config['notifications']['smtp']['notifyemailaddress']; /* New lines start here */     $addr_array = preg_split("/[\s,]*(\,|\;|\:)[\s]*/", $address);     foreach($addr_array as $addr){           $mail->AddAddress($addr, "Report Recipient ".($addr_count++));     } /* New lines end here */ /* Comment out the line below */ //$mail->AddAddress($address, "Report Recipient"); $mail->Subject = "{$config['system']['hostname']}.{$config['system']['domain']} Email Report: {$headertext}"; Regards.
  • Access reports

    1
    0 Votes
    1 Posts
    471 Views
    No one has replied
  • PFsense TLS not working with multi WAN

    1
    0 Votes
    1 Posts
    618 Views
    No one has replied
  • Block ultrasurf

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Getting logs from Vigor 130 VDSL modem

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • L2TP custom IP allocation within subnet

    1
    0 Votes
    1 Posts
    630 Views
    No one has replied
  • SSH reverse tunnel samba, not working?

    3
    0 Votes
    3 Posts
    2k Views
    H
    @ReFleX: Wow, thanks for this post dude i was figuring this out to. I want to use rdp with a reverse tunnel from the company network. I was close to the sollution but the portforward part was missing! Iam gonna test this! Let me know if you have any questions. I am not sure if I am understanding you right, but I don't think what I did here is going to be of help to you, but if it is, great !
  • Feature request: link to changelog from system update page

    2
    0 Votes
    2 Posts
    765 Views
    jdillardJ
    Someone already created that feature request: https://redmine.pfsense.org/issues/6336
  • Firewall log file filter

    5
    0 Votes
    5 Posts
    2k Views
    jimpJ
    On System > General you can check "Log Filter" to have that box always expanded. Due to its size it is hidden by default to keep the focus on the logs while keeping the controls at the top.
  • PfSense Active Directory Admin authentication via RADIUS

    12
    0 Votes
    12 Posts
    13k Views
    R
    I created a how-to to set it up here: https://community.spiceworks.com/how_to/128944-pfsense-admin-logins-via-radius-using-active-directory-accounts
  • Networking - 1 Server on 2 Subnets

    3
    0 Votes
    3 Posts
    2k Views
    C
    I messed around with the IGMP Proxy so much that I gave up on it. I added firewall rules and everything to no avail. @johnpoz: Easy solution would be to put the devices that want to talk to each other via multicast in the same layer 2. Are you saying on the same VLAN on the switch? I could do this, but any VM I create I want to be on the "server" subnet and not LAN.
  • S.M.A.R.T. Status E-Mail Config

    6
    0 Votes
    6 Posts
    2k Views
    jimpJ
    https://redmine.pfsense.org/issues/6393 (for future reference)
  • 0 Votes
    7 Posts
    18k Views
    S
    I get the same error message (arpresolve llinfo etc…) during an upgrade from 2.2.6 => 2.3 and 2.3.1 install. The following commands below would restore the LAN connection, but upon reboot, I loose my LAN connectivity again. ifconfig bge1 down ifconfig bge1 up When connectivity is  lost its affects both the LAN and CARP addresses. Not sure what to look at here, but I imagine it is a driver issue. When I blew away the 2.3.1 upgrade to factory defaults the LAN address stayed up (Not sure with CARP) so I'm guessing some carry over isn't playing well from the 2.2.6 land. Thanks!
  • Pf v2.3.1 –> pfB_Top_v4: Cannot allocate memory

    2
    0 Votes
    2 Posts
    937 Views
    R
    BUMP.  Anyone?? I'm starting to see more frequent occurence of /rc.filter_configure_sync: New alert found: There were error(s) loading the rules: /tmp/rules.debug:63: cannot define table pfB_Top_v4: Cannot allocate memory - The line in question reads [63]: table <pfb_top_v4>persist file "/var/db/aliastables/pfB_Top_v4.txt"</pfb_top_v4>
  • Access after changing WebConfigurator port

    3
    0 Votes
    3 Posts
    1k Views
    I
    Thanks!  I know it's rather basic but I didn't want to assume anything and end up locking myself out, figured it was better to verify it just in case.
  • 2 different IP ranges - how to setup?

    10
    0 Votes
    10 Posts
    2k Views
    A
    thanks Derelict actually I was focusing on the wrong spot… I created VIPs and a second gateway and this was correct. But the machine I wanted to reach had its @#$%^ firewall activated...
  • LACP status missing from v2.3 and higher

    1
    0 Votes
    1 Posts
    761 Views
    No one has replied
  • I don't use IPSec, but I'm having a similar problem to that bug. Related?

    9
    0 Votes
    9 Posts
    2k Views
    DerelictD
    If the bridge is unnecessary delete it and assign LAN directly to the USB NIC in Interfaces (assign). If you can get into pfSense on WAN, do it from there so you don't lock yourself out.
  • LAN Performance on Supermicro A1SRi-2758F-O with Pfsense 2.3.1

    2
    0 Votes
    2 Posts
    1k Views
    ?
    I am really struggling with this. I have a Supermicro A1SRi-2758F-O with 16GB of Ram on it running Pfsense 2.3.1. What is with version 2.2.6 64Bit? Did you also got summaries like this? This is with the defaults set on the mobo and no configuration on pfsense just a fresh install. One of the NICs is by default configured to be the WAN interface as a fail over acting one, it is shared together with the IPMI Port, so please be patient to ensure that this config is changed by you. The problem is the most I can push on this boards gig interfaces is the following IPERF3 = 455mb SCP = 540mb RSYNC = 500mb For throughput tests only the iPerf or NetIO tests would be counting in my eyes related to the circumstance, that all other peoples would be able to perform this test with identic hardware too at there lab or own network environment, to se if they get the same or similar results as you or another user. The test should be running through the pfSense box likes, PC as iPerf server –- pfSense box ---- PC as iPerf client I get 980mb from a VM I have running on an Intel D-1540 which is plugged into the same switch. This is then only telling us that the switch is not the bottleneck in that test! Does anyone have any special LAN parameters that are needed to get the performance up on these LAN ports? You can try out to high up the mbuf size of your NICs to 1000000 and see if this problem will be existing any more or you install the version 2.2.6 (64Bit) and try it out once more again. If I install Centos7 on this same board I can push around 950mb so I dont think its the hardware but I cant seem to get pfsense/freebsd to go any faster than 50% of the capacity of the port. So ok the Switch and this hardware will be then capable to realize this line speed for sure, but Linux is not really FreeBSD and vice versa, please accept this. Nice to know it, but for your problem totally irrelevant.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.