• RRD rc.bootup errors

    1
    0 Votes
    1 Posts
    594 Views
    No one has replied
  • Internet Access with 30 bit Mask

    7
    0 Votes
    7 Posts
    1k Views
    C
    @coxhaus: I can run packet captures if it would help? Yes that would be telling. Filter on the IP of the TV.
  • 2.3.1-RELEASE-p1 vs. 2.3.1-RELEASE ??

    4
    0 Votes
    4 Posts
    1k Views
    H
    Race conditions!
  • 2 questions, bandwidthd, and wangw offline but still works?

    3
    0 Votes
    3 Posts
    693 Views
    E
    @dennypage: This might be of assistance for #2: https://forum.pfsense.org/index.php?topic=110043.0 Yep changing the ping payload fixed the issue.
  • Provision fibre and pfsense router.

    2
    0 Votes
    2 Posts
    654 Views
    E
    @pfdigs: Working with the provider/carrier to provision fibre to building (upgrade from ADSL, yay!) and the initial question (before deployment) they've asked is "Can you confirm if a /31 will be compatible with your equipment for IP addressing?" We're using the SG-4860. Yes that would be fine.
  • Using tcpdump to capture traffic remotely but save output to a local file

    6
    0 Votes
    6 Posts
    9k Views
    GruensFroeschliG
    I gave the answer to this in your other thread where you originally asked this question. https://forum.pfsense.org/index.php?topic=108668.msg605967#msg605967
  • Suggestions to how log states

    7
    0 Votes
    7 Posts
    2k Views
    B
    After some time I have finally installed my ELK log system ( I need only to adjust the appearance ) and obviously  it doesn't log all traffic by default (states are not sent trough syslog) but you need to mark in every firewall rules "Log packets that are handled by this rule". I know that this thread is old, but it can be useful for those looking for logging states know this. PS: ELK seems hard to configure, but the result seems to be amazing  ;D
  • Ping, Traceout working but no internet..

    1
    0 Votes
    1 Posts
    551 Views
    No one has replied
  • [Solved] Time in Shell is different of webConfigurator

    3
    0 Votes
    3 Posts
    828 Views
    E
    In PFSense 2.3.1 version, PHP have the updated time zones and the webConfigurator time is correct, but the console not, thus, the LOGs show the incorrect time…  :o I fix with this: mkdir zoneinfo cd zoneinfo wget http://pkg.freebsd.org/freebsd:11:x86:64/latest/All/zoneinfo-2016.d.txz xz -d zoneinfo-2016.d.txz tar xf zoneinfo-2016.d.tar cd usr/share/zoneinfo tar czf ../../../zoneinfo.tgz * cd ../../../ scp zoneinfo.tgz root@192.168.0.1:/usr/share ssh root@192.168.0.1 8 cd /usr/share/zoneinfo tar czf ../zoneinfo.bkp.tgz * mv ../zoneinfo.tgz . tar xzf zoneinfo.tgz After reboot… The file /usr/share/zoneinfo.bkp.tgz is a backup of original files.
  • Hotel internet access with eula agreement

    15
    0 Votes
    15 Posts
    3k Views
    P
    For torrenting, since they'll use any and every port available, i'd specify the http/https ports in the floating firewall rules, and then traffic-shape the hell out of the subsequent catch-all.
  • Is it possible to use PFSense as DSL router?

    4
    0 Votes
    4 Posts
    995 Views
    G
    Some (most? all?) vendor provided DSL routers are capable of being switched into bridge mode. Google your router make and model and "bridge mode"
  • 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
    467 Views
    No one has replied
  • PFsense TLS not working with multi WAN

    1
    0 Votes
    1 Posts
    616 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
    629 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
    762 Views
    jdillardJ
    Someone already created that feature request: https://redmine.pfsense.org/issues/6336
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.