• NAT forward rules

    7
    0 Votes
    7 Posts
    2k Views
    H
    imho it's best to use the system->patches addon to insert commits
  • Uart0 interrupts on high level on APU.1D4 –ver. 2.2

    5
    0 Votes
    5 Posts
    1k Views
    B
    Ok, the problem was the connected serial cable with the other end open for all the time, means without termination of a serial device or serial-usb adapter. May be some signal reflection/induction on the open end back to the serial port on the APU.1D4 board.
  • Netflow collector

    7
    0 Votes
    7 Posts
    2k Views
    johnpozJ
    maybe its just me, but installing non security, or very basic network functionality features (dhcp, dns) on my firewall seems like bad juju to me. I would go the VM route - this allows you to use the same hardware for lots of thing, but still isolate from installing stuff on your firewall OS.
  • Drop Packets in RRD quality graph

    4
    0 Votes
    4 Posts
    1k Views
    N
    Thank you NOYB and grandrivers for the helpful information. When looking at the packets I captured on the WAN I do see many re-transmission because of "TCP  new fragment overlaps the old". This leads me to believe it is on Charters end since it is their IP throwing the error. I also see some inconstancy with Apinger which makes me question the data in RRD graph as well.
  • Sshd : Operation not permitted

    12
    0 Votes
    12 Posts
    3k Views
    L
    Thanks for the answers. When I reproduce the issue I will try few things and let you know @dgcom That seems to be a good workaround. If I can't troubleshoot the problem then I will go with that. Thanks
  • Apinger giving optimistic RTTs in 2.2.

    15
    0 Votes
    15 Posts
    3k Views
    J
    So the fix I posted earlier works, but apinger still crash sometimes, so I wrote a watchdog script to put in the crontab. The "watch_apinger.sh" shell script will look for apinger PID using ps CLI, look for apinger PID using its PID file (in case of SIG_KILL), compare both values, and run "restart_apinger.php" script if needed: #!/bin/sh RELAUNCH=0 CUR=$(ps xcopid,command | awk '/apinger/ {print $1}') PID=$(cat /var/run/apinger.pid) [ -z "$CUR" ] && RELAUNCH=1 [ -z "$PID" ] && RELAUNCH=1 [ "$CUR" != "$PID" ] && RELAUNCH=1 [ "$RELAUNCH" == 1 ] && ( killall apinger ; /root/restart_apinger.php ) Save it to "/root/watch_apinger.sh" and make it executable : chmod +x /root/watch_apinger.sh Then add it to root crontab: echo "* * * * * /root/watch_apinger.sh" | crontab -
  • How to make pfsense LAN with multiple interface working like a switch?

    9
    0 Votes
    9 Posts
    8k Views
    Z
    Thank you guys! Maybe you are right,I have to buy a switch
  • SQUID in non transparent mode has catastrophic performance drop

    3
    0 Votes
    3 Posts
    925 Views
    KOMK
    Go to SSH shell and run squidclient -p 3128 mgr:info Look at the Median Service Times.  Look for something that stands out, like a DNS lookup times in the 1-10+ second range.
  • Can't add interface - plus / add button is missing

    11
    0 Votes
    11 Posts
    5k Views
    DerelictD
    Then you don't have any unassigned interfaces available for assignment so the button doesn't appear.
  • Seeking for Answers

    2
    0 Votes
    2 Posts
    724 Views
    jahonixJ
    Might it be you are mixing some things up here? pfSense is a full blown, enterprise grade router/firewall that runs on most any standard PC-based hardware. It has a WebGUI for configuration but by no means is it a replacement GUI for your DSL router. Given the feature set of this software and your statement that your "PLDT my web configuration is not so easy to use", chances are, that pfSense is overcharging your current capabilities. Expect a steep learning curve at least.
  • GUI support for ntpd RRD Graphs?

    20
    0 Votes
    20 Posts
    6k Views
    K
    I enabled it once, so it must be a very intermittent bug…
  • Choosing a UPS

    4
    0 Votes
    4 Posts
    920 Views
    ?
    I use the BN600G, costs about $55 from Staples recently.
  • Time for /31 WAN subnet mask (255.255.255.254)?

    8
    0 Votes
    8 Posts
    4k Views
    T
    FEATURE ADDED in pfsense 2.2  :)
  • [SOLVED] pfSense ALIX 2D13 OPT1 problems

    22
    0 Votes
    22 Posts
    4k Views
    S
    @doktornotor: LAN net? That is NOT correct. Thanks for the hint. After changing the "LAN net" values to "OPT1 net", everything started working. Thank you again, for helping a network noob out!
  • Heavy Disk I/O

    15
    0 Votes
    15 Posts
    4k Views
    P
    Hi I am not using multiport NICs. I am attaching the Mbuf graph for the week. Kernel Value is kern.ipc.nmbclusters="0" as per /boot/loader.conf and sysctl output is kern.ipc.nmbclusters: 26584 Looking forward further guidance. Thanks, Pd [image: MBuf.png] [image: MBuf.png_thumb]
  • Home Setup? to squid or snort or ssd

    1
    0 Votes
    1 Posts
    754 Views
    No one has replied
  • WishList: Add the ability to have named backups to the console menu

    1
    0 Votes
    1 Posts
    557 Views
    No one has replied
  • WishList: Back/Restore interfaces section does not restore bridges

    1
    0 Votes
    1 Posts
    518 Views
    No one has replied
  • Poor throughput on APU 1D4 Alix APU G-T40E (only 15Mbit/s)

    2
    0 Votes
    2 Posts
    1k Views
    C
    It's capable of significantly more than that. Do you have to force speed and duplex on your WAN? Those Realtek NICs aren't capable of doing so (hardware issue). If not, it may just be that those NICs and your cable modem don't get along, in which case putting a switch between the WAN and cable modem probably would resolve.
  • MOVED: Captive Portal

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