• Mime issue on snapshot server

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    C

    fixed, thanks

  • Dashboard Thermal Sensors use "unfriendly names" for Core >= 4

    Locked
    12
    0 Votes
    12 Posts
    4k Views
    rbgargaR

    Fixed, only files that ends with .js will be considered.

  • 2.1.1 nanoBSD Update not possible

    Locked
    4
    0 Votes
    4 Posts
    3k Views
    M

    Getting the same thing on a 4G Alix 2D13 upgrade..

  • RRD Summary - Last month traffic count incorrect

    Locked
    7
    0 Votes
    7 Posts
    4k Views
    ?

    Status: RRD Summary is wrong again. As of the most recent update.

  • Pf wedged ????

    Locked
    2
    0 Votes
    2 Posts
    3k Views
    P

    Screenshots of your rules, or the contents of /tmp/rules.debug, and some details of what was changed recently would help someone to find out why there are errors loading the rules.

  • Igb 2.4.0 causing crashes

    Locked
    32
    0 Votes
    32 Posts
    11k Views
    J

    I added:

    hw.ix.rx_process_limit=1024
    hw.ix.tx_process_limit=1024
    hw.ix.txd=4096
    hw.ix.rxd=4096

    For a single thread this made zero difference; I still see just about 2 Gbit/s.  With 4 threads it now hits somewhere between 3.3-4.0Gbit/s (very inconsistent).  Single-threaded bidirectional tests (-c -d & -s) hit about 3Gbit/s and dual-threaded bidirectional tests hit around 4Gbit/s (-c -d -P2 & -s).  For some reason trying to use 4 threads on a bidirectional test makes iperf segfault so I can't try that.

    Reverting hw.intr_storm_threshold to the default of 1000 made no difference (I changed this in FreeNAS to get past ~2.5Gbit/s, if memory serves, assumed the same would be required here since it's mentioned in the pfSense Wiki Docs).

    Disabling AIM with setting dev.ix.0.enable_aim & dev.ix.1.enable_aim to "0" also didn't have any impact.

  • HA Cluster secondary fw primary interface in master status after upgrade

    Locked
    9
    0 Votes
    9 Posts
    5k Views
    A

    Looking at the IP Alias in the raw XML file it appears that the IP Aliases would probably work if I rebooted the firewall or disable and reenable carp on the primary.  They are assigned to the CARP IP as wan_vip1.  I just tested this and it does work after doing that so…

    I guess the problem in the scenario above is that changing the CARP IP does not force any aliases assigned to it to be added back again until you manually edit each alias or you disable/reenable carp (or reboot).

    There is no need to edit each Alias when you change a CARP IP because the config goes by the interface name and not by IP.

    To sum up...  We need IP Aliases assigned to a CARP IP to be added back when you change a CARP IP...  otherwise you can cause the secondary server to get PRIMARY status for the interface that you change.  You end up with primary with MASTER status for all interfaces and the secondary server as MASTER for the interface you change the CARP IP on and BACKUP for all the rest.

    EDIT:  I am sure it is easier said than done and I am not sure if there are still other issues.  I looked at the secondary after making a bunch of changes on the primary and the secondary still had an old ip that was changed on the primary.  The secondary had 1 more IP on wan_vip1 than the primary.  A disable and re-enable of CARP on the secondary fixed it.

  • New drivers and em LAGG

    Locked
    5
    0 Votes
    5 Posts
    3k Views
    M

    Nope.

  • Wrong url

    Locked
    2
    0 Votes
    2 Posts
    2k Views
    Raul RamosR

    Hi

    Is the "j.php", the jumpto redirects to a webserver with problematic php.ini config?

    Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /usr/local/www/www.pfsense.org/j.php on line 16 Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/www.pfsense.org/j.php:16) in /usr/local/www/www.pfsense.org/j.php on line 6
  • Default Gateway Switching for IPv6 GW

    Locked
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • IPv6 - LAN looses Prefix after link event

    5
    0 Votes
    5 Posts
    5k Views
    A

    When I set a LAN interface to track a DHCP6 WAN interface, a DHCPD is started with:

    /usr/local/sbin/dhcpd -6 -user dhcpd -group _dhcp -chroot /var/dhcpd -cf /etc/dhcpdv6.conf -pf /var/run/dhcpdv6.pid em2

    but there is no:

    cat /etc/dhcpdv6.conf cat: /etc/dhcpdv6.conf: No such file or directory

    shouldn't it be started with:

    -cf /var/dhcpd/etc/dhcpdv6.conf

    that file has all the necessary info.
    I'm on

    2.1.1-PRERELEASE (amd64) built on Wed Mar 12 06:06:51 EDT 2014 FreeBSD 8.3-RELEASE-p14

    Edit:
    forget it, I guess

    -chroot /var/dhcpd

    takes care of that and you have to use /etc/dhcpdv6.conf then.

  • Local LAN still unable to connect to internet after some time

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Local LAN unable to connect to internet

    5
    0 Votes
    5 Posts
    1k Views
    J

    Turning off IP Fast Forwarding appears to have fix the problem for me. I've been connected via openvpn for the last several hours without any drops at all.

    I'm not using any of those network cards.

    You could try the following over the course of a week or so…

    Either buy what you need or build a system for PFsense with network cards you are sure will work. If you have a spare server, or one you can borrow, fine.

    Then, either rebuild the config file from the current production system, or backup your current config file and restore it on the test system and see what happens from there...

    Personally, I'm nuts enough to rebuild the config file from scratch, just to be sure, and if that works..then yay!

  • 3g dongle crash the box on reboot when in modem mode

    2
    0 Votes
    2 Posts
    1k Views
    jimpJ

    There really isn't much we can do for that since it's probably down at the operating system level.

    Certainly nothing we can do for pfSense 2.1.1, but hopefully it will have been addressed in the OS for pfSense 2.2.

  • Apinger uses IPv6 Link Local IP to ping global alternative IP

    3
    0 Votes
    3 Posts
    1k Views
    A

    The initial tests were done with my Multi WAN setup but I could also reproduce that on my secondary gateway. That uses only one WAN connection and is a KVM.
    To reproduce the problem I just switch on DHCP6 on the WAN interface, does not matter if I request a prefix or not. The WAN interface is behind an AVM FritzBox 7390 (fe80::c225:::890e) which takes care of the AICCU tunnel. The box is set to do DHCPv6 and hand out a delegated prefix out of my /48 from SixXS.

    pfSense Version:

    2.1.1-PRERELEASE (amd64) built on Fri Mar 7 18:35:38 EST 2014 FreeBSD 8.3-RELEASE-p14

    Relevant IP config:

    IPv6 Link Local fe80::dcad:beff:feef:a043%em3  IPv6 address 2001:4dd0:****:0:dcad:beff:feef:a043  Subnet mask IPv6 64 Gateway IPv6 fe80::c225:****:****:890e

    The standard config pinging the AVM box works fine but does not really help me, I'd like to know if the tunnel is OK:

    target "fe80::c225:****:****:890e%em3" {         description "WAN2_DHCP6"         srcip "fe80::dcad:beff:feef:a043%em3"         alarms override "loss","delay","down";         rrd file "/var/db/rrd/WAN2_DHCP6-quality.rrd" }

    Switching the monitor IP to 2001:838:2:1::30:67, which should be a better choice to test if the tunnel is really up & running results in:

    target "2001:838:2:1::30:67" {         description "WAN2_DHCP6"         srcip "fe80::dcad:beff:feef:a043%em3"         alarms override "loss","delay","down";         rrd file "/var/db/rrd/WAN2_DHCP6-quality.rrd" }

    and the gateway is marked down.

    There is however no problem pinging that IP from the shell:

    ping6 2001:838:2:1::30:67 PING6(56=40+8+8 bytes) 2001:4dd0:****:0:dcad:beff:feef:a043 --> 2001:838:2:1::30:67 16 bytes from 2001:838:2:1::30:67, icmp_seq=0 hlim=56 time=29.593 ms 16 bytes from 2001:838:2:1::30:67, icmp_seq=1 hlim=56 time=25.703 ms 16 bytes from 2001:838:2:1::30:67, icmp_seq=2 hlim=56 time=25.522 ms 16 bytes from 2001:838:2:1::30:67, icmp_seq=3 hlim=56 time=25.909 ms

    If you need any more info, please let me know.

  • Not all states are correctly cleared when WAN interface reconnects

    4
    0 Votes
    4 Posts
    2k Views
    E

    This is an old issue that hopefully will get resolved on 2.2.

  • Voucher Sync not working properly

    18
    0 Votes
    18 Posts
    4k Views
    D

    No problem with comment field. (Has also nothing to do with the original problem here which indeed has been fixed. Thanks.)

  • Traffic going to wrong queue

    3
    0 Votes
    3 Posts
    2k Views
    AhnHELA

    I've seen this strange behavior after a reboot or an update/reboot that the traffic shaper does not properly send packets to the right queue.  Resetting States immediately resolves the problem though.  Strange bug.

  • Strange logs -> losing OpenVPN connection every 20 - 120 seconds

    18
    0 Votes
    18 Posts
    13k Views
    E

    /conf/dyndns*.cache

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