• pfSense intermittent disconnects / hangs

    2
    0 Votes
    2 Posts
    526 Views
    stephenw10S

    I would try to catch whatever is doing it by running top -aSH at the command line.

    That is a high number of processes though even when it's running normally. If you have something that is hanging traffic every 30s though I would expect it to use a lot of CPU time and be clearly visible there.

    Steve

  • Restore an old configuration backup on a newer pfsense

    2
    0 Votes
    2 Posts
    358 Views
    jimpJ

    Yes. You can always restore a configuration from an older version to a newer version. There is upgrade code that will adjust the configuration to the newer formats.

    You can't go backward, however.

  • Dropped packets in games? Looking for debug advice

    2
    0 Votes
    2 Posts
    460 Views
    GertjanG

    Hi,

    3 things to test, so you can isolate the problem.

    1=> No more VM : go physical (did you read the other "HyperV" thread today / yesterday where the VM was freezing ?)
    2=> Bridging physical NIC's : take a no-brain switch
    3=> ntopng installed .... you are aware that that one only can bring pfSense to it's knees ....

  • Dynamic dns registration

    1
    0 Votes
    1 Posts
    236 Views
    No one has replied
  • When creating self signed certificate, no prompts

    51
    0 Votes
    51 Posts
    7k Views
    johnpozJ

    All certs are stored in the XML... if you want to verify a cert, then you will also need to download the ca cert..

    I used the files in the freerad dir because it couple other hot threads going on about it and certs an crls.

    For openvpn.. the .ca is the ca.pem an serverX.cert is the server .pem

    So for example
    [2.4.4-RELEASE][root@sg4860.local.lan]/var/etc/openvpn: openssl verify -CAfile server1.ca server1.cert
    server1.cert: OK

    No offense but you might want to understand the tools your using a bit more before you say stuff doesn't work ;) pem file can have any ext on it does not have to be .pem ;)

  • Rule not working with FQDN because it's not being resolved - Table empty

    12
    0 Votes
    12 Posts
    1k Views
    stephenw10S

    What I expect to see is all the FQDNs you have being resolved in the DNS log when you reload the filter.
    If you see nothing there that's a problem.
    If you see some and then an error that's a problem.
    Of you see them all resolved there and they still don't make it into the tables that's a different problem.

    Steve

  • Trying to create a openVPN monitoring script SOLVED

    5
    0 Votes
    5 Posts
    2k Views
    R

    I see the attachment links are dead. I came here to get a copy of my old script having lost it myself and noticed the attachment links don't work.

    I started using this.

    https://www.foxypossibilities.com/2018/05/23/reestablish-pfsense-openvpn-clients-with-cron/

    I like how it uses native capabilities to restart openvpn client, I might add a for loop to this so it doesn't restart the vpn on a single failure later when I have time.

  • Packet loss - PPPoE WAN

    9
    0 Votes
    9 Posts
    1k Views
    S

    Hi everyone,

    The solution : replace "Dynamic" by "Hyper-V Port" protocol in the "Load balancing mode" of the Teaming properties.

    0_1540906269852_6caf606e-bfb8-4f2d-be98-d2982e788806-image.png

    Everything work and no more packet loss !

  • Setting network home with open VPN

    1
    0 Votes
    1 Posts
    224 Views
    No one has replied
  • Console Menu Missing after Password Protected

    4
    0 Votes
    4 Posts
    721 Views
    T

    That worked! Thanks! I just needed to be sure I had some way to reset admin password in case of an emergency. I have another 'sudo' admin which /etc/rc.initial worked perfectly.

    I also considered opening up SSH, but that might just be one more opening that someone could exploit.

    Anyway, thank's again.

  • Gateways WAN_DHCP is Offline

    3
    0 Votes
    3 Posts
    648 Views
    N

    stephenw10...Thank you for the response. Interestingly, I restarted a couple of times and now it's Online. I don't know why but it seems to be working now.

  • Getting IP but cant PING pfSense?

    11
    0 Votes
    11 Posts
    1k Views
    P

    It was a NordVPN background service....☺ 👨‍🔧 🍤

  • When choosing a private LAN address start here

    1
    0 Votes
    1 Posts
    224 Views
    No one has replied
  • Losing WAN when receiving VOIP call

    24
    0 Votes
    24 Posts
    2k Views
    L

    @chpalmer said in Losing WAN when receiving VOIP call:

    Then ask your ISP if anything about your circuit has changed on their end. Just to cover your bases.

    I already texted him :)

  • Avaliable Packages missing cant seem to find

    84
    0 Votes
    84 Posts
    15k Views
    DerelictD

    https://www.netgate.com/docs/pfsense/book/config/advanced-admin.html?highlight=ssh#secure-shell-ssh

  • Block all sites except one

    7
    0 Votes
    7 Posts
    1k Views
    ontzuevanhussenO

    Ok. Thank you sir

  • connect pfsense to another l2tp vpn server and pbr for one subnet

    2
    0 Votes
    2 Posts
    175 Views
    stephenw10S

    pfSense can be a VPN client, yes. But you cannot route arbitrary traffic over those types.

    You might be able to do it with VTI. You definitely can do it with OpenVPN.

    Steve

  • How do I setup LAN to Wifi, Wifi to LAN. Wifi different subnet to LAN.

    7
    0 Votes
    7 Posts
    3k Views
    S

    @derelict said in How do I setup LAN to Wifi, Wifi to LAN. Wifi different subnet to LAN.:

    WAN allow > pfsense
    LAN antilockout rule anything allow > pfsense
    LAN 192.168.6.0/24 allow to 192.168.5.0/24
    LAN 192.168.5.0/24 allow to 192.168.6.0/24
    ATH0 allow anything to anything

    The stricken rule does nothing.  You will never see traffic coming into LAN from 192.168.6.0/24.

    Here's what you want to do in general:

    Pass traffic on ATH0 for things you want wireless clients to be able to do (like local DNS)
    Reject traffic on ATH0 for things you don't want wireless clients to be able to do (Like access LAN or the firewall itself)
    Pass traffic on ATH0 to everything else (the internet)

    Read this:
    https://doc.pfsense.org/index.php/Firewall_Rule_Troubleshooting
    Wifi name in hindi
    Any questions post the part of that document you don't understand and ask away.

    ![Screen Shot 2015-03-01 at 5.11.51 PM.png](/public/imported_attachments/1/Screen Shot 2015-03-01 at 5.11.51 PM.png)
    ![Screen Shot 2015-03-01 at 5.11.51 PM.png_thumb](/public/imported_attachments/1/Screen Shot 2015-03-01 at 5.11.51 PM.png_thumb)

    There are some things that are specific though like the interface names but pfSense will ask you to re-assign them at the first boot. It can be a problem if the previous hardware had more interfaces than the new hardware.
    You certainly can import a config file from an older pfSense version, there are scripts to translate it to the newer config file format.

  • pfsense v2.4.4 - 504 Gateway Time-out

    9
    0 Votes
    9 Posts
    2k Views
    T

    @xlameee (the original poster) and I are running 2.4.4. I have the same symptom as xlam. Unfortunately it's not a matter of an upgrade for either of us; something else is happening for us under the same conditions.

    I know major changes and upgrades behind the scenes happened with the PHP upgrade and BSD updates since then. @Trufelli is on 2.3.2 and his use case is different than mine or xlam.

  • 0 Votes
    11 Posts
    3k Views
    F

    Thanks for the info and suggestions, ended up just creating a vlan on the isp interface and removing an ip from my pfsense and connecting it through directly to the customers CPE router. It's done the job.

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