• Crashdump

    2
    0 Votes
    2 Posts
    222 Views
    jimpJ
    kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x320 fault code = supervisor read data, page not present instruction pointer = 0x20:0xffffffff8153fae0 stack pointer = 0x28:0xfffffe000059d7b0 frame pointer = 0x28:0xfffffe000059d820 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags = resume, IOPL = 0 current process = 21 (dom0) trap number = 12 panic: page fault cpuid = 0 time = 1623189232 KDB: enter: panic db:0:kdb.enter.default> bt Tracing pid 21 tid 100091 td 0xfffff800049a8000 kdb_enter() at kdb_enter+0x37/frame 0xfffffe000059d470 vpanic() at vpanic+0x197/frame 0xfffffe000059d4c0 panic() at panic+0x43/frame 0xfffffe000059d520 trap_fatal() at trap_fatal+0x391/frame 0xfffffe000059d580 trap_pfault() at trap_pfault+0x4f/frame 0xfffffe000059d5d0 trap() at trap+0x286/frame 0xfffffe000059d6e0 calltrap() at calltrap+0x8/frame 0xfffffe000059d6e0 --- trap 0xc, rip = 0xffffffff8153fae0, rsp = 0xfffffe000059d7b0, rbp = 0xfffffe000059d820 --- smp_targeted_tlb_shootdown() at smp_targeted_tlb_shootdown+0x420/frame 0xfffffe000059d820 pmap_ts_referenced() at pmap_ts_referenced+0x5c6/frame 0xfffffe000059d8f0 vm_pageout_worker() at vm_pageout_worker+0xf88/frame 0xfffffe000059dcb0 vm_pageout() at vm_pageout+0x193/frame 0xfffffe000059dcf0 fork_exit() at fork_exit+0x7e/frame 0xfffffe000059dd30 fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe000059dd30 I don't recognize that backtrace, but it seems to be pretty deep in an area unlikely to have a bug. It see it's running in KVM. It could be an issue in the Hypervisor hardware, or something else in the VM settings, but it's unlikely to be a problem in pfSense itself. I'd snapshot it and upgrade it to 2.5.2-RC before anything else, though.
  • How I can change my router's IP address ?

    Moved
    3
    0 Votes
    3 Posts
    441 Views
    JKnottJ
    @hshs7129 You'd be better off putting it into bridge mode, so pfsense can handle IPv6 properly.
  • Submitting crashdump

    10
    0 Votes
    10 Posts
    956 Views
    stephenw10S
    Hmm, I'm not aware of anything there that actually causes a kernel panic. You see any errors in the wireless logs? You might try a 2.5.2 snapshot. Or 2.6 even. But if this is the first time you've seen an issue since April it's almost impossible to know if it makes any difference. Steve
  • 0 Votes
    2 Posts
    358 Views
    B
    @beedsley I guess i posted too soon, 3rd try and it is successfully updated.
  • Suricata / Netmap Crashing on High Traffic Stable 2.4.5 Broken 2.5.1

    2
    0 Votes
    2 Posts
    354 Views
    S
    @viciousxusmc said in Suricata / Netmap Crashing on High Traffic Stable 2.4.5 Broken 2.5.1: Netmap and Suricata running in in-line mode See various posts from bmeeks about this on 2.5.x/FreeBSD 12, e.g. https://forum.netgate.com/topic/163853/snort-and-internet-speed-problem/9. It sounds like inline may be more problematic on 12.
  • Can't login to website

    3
    0 Votes
    3 Posts
    239 Views
    W
    @akegec thank you for your time and suggestion. I already cleared the cache for browser. used different browsers and computer as well. restated the pc/pfsense. I would also like to add that I can see required website in ip-permit logs. But it all never resolved the issue. Thank you
  • pfSense Hardware + ESXi Direct Connect Not Working

    2
    0 Votes
    2 Posts
    341 Views
    kiokomanK
    @ifixit not enought information but if i have to guess you need to set the vswitch to vlan10 or vlan4095 if you have configured vlans on pfsense
  • After re-install I can't access webGUI from my desktop

    Moved
    1
    0 Votes
    1 Posts
    218 Views
    No one has replied
  • Connection Speeds Drop Randomly

    2
    0 Votes
    2 Posts
    350 Views
    V
    I would suggest as a first move installing some monitoring tools with historical data, for example telegraf (influxdb + grafana on separate machine) will show dropped packets, pf metrics, system ....
  • PFSENSE receiving connection but unable to share over LAN

    16
    0 Votes
    16 Posts
    1k Views
    stephenw10S
    The interfaces themselves must be set as static. You would only set them to DHCP there if you want them to pull an IP from some other DHCP server, like you would for a WAN interface. You to enable a DHCP server instance on those interfaces in Services > DHCP Server. Doing that will allow a client connected to them to pull a lease in the correct subnet. Steve
  • 0 Votes
    3 Posts
    7k Views
    E
    EXTRA CONTENT: Configure the WebGUI to use HTTPS (port 443) using pfSense's terminal/console/shell. Using option 12 ("12) PHP shell + pfSense tools") perform the commands... $config['system']['webgui']['protocol'] = "https"; $config['system']['webgui']['port'] = "443"; write_config(); exec; ... and exit... exit Use option 11 ("11) Restart webConfigurator") to restart the WebGui. Test WebGUI access (HTTPS, port 443)... curl -k https://10.2.0.101 NOTE: Use "-k" flag to avoid "curl" give the "SSL certificate problem" error message. This will workaround it allowing insecure connections. [Ref(s).: https connection using CURL from command line ] NOTE: Requests on port 80 (HTTP) will automatically be redirected to port 443 (HTTPS). TIP: This file contains many of the ways that pfSense uses to consume its settings... vi /conf/config.xml ... based on these templates we can define ways to use option 12 ("12) PHP shell + pfSense tools") to perform configurations like this example... $config['system']['webgui']['port'] = "443"; write_config(); exec; . Thanks! =D
  • Install Plex Media Server along side?

    9
    0 Votes
    9 Posts
    2k Views
    johnpozJ
    @sdok said in Install Plex Media Server along side?: I donno if it will come out 1:1 in the end. Yeah there for sure would be some config issues with interface names.. em vs vmx, igb, etc. depending on what the hardware is and vm naming, etc. How complicated is the config - rules, other packages, vlans, etc. etc. A vanilla sort of config can be up in minutes for sure.. Just clean without any restore, etc. You could spend way more time trying to figure out how to manipulate the xml to work as restore on different vm software vs just doing clean from scratch setup - depending on how far your away from just base install.. wan/lan = internet sort of thing.
  • Interface Assignments Cannot be Changed

    5
    0 Votes
    5 Posts
    631 Views
    ?
    @gabacho4 I thought i was alone on this issue but it seems there are few people having this issue https://redmine.pfsense.org/issues/11979
  • Dynamic WAN Gateway down

    3
    0 Votes
    3 Posts
    464 Views
    M
    @viragomann, thanks a lot buddy!! that's totally fixed the GW off-line issue. That's the way it came from the ISP but never actually noticed the mask is 255.255.255.255. Good catch! hats -off!!! I can now carry one with rest of the config. -San
  • Ldaps connection bind fail

    2
    0 Votes
    2 Posts
    360 Views
    AKEGECA
    @stex there was bugs in privileges. Maybe this helps: docs.netgate.com/pfsense/en/latest/troubleshooting/authentication.html
  • Pfsense to monitor all traffic when connected to unifi dream machine pro

    5
    0 Votes
    5 Posts
    1k Views
    R
    Thank you for the link, however sadly it does not cover the questions that were asked and only covers a basic network setup and the most useful add-ons to install. I know putting the pfsense in front of the UDM Pro would be the easiest thing to do however would this not log all traffic shown as coming from the WAN interface IP address of the UDM Pro? This is not what I want to achieve as I want to monitor all traffic from all internal Vlans showing the original devices IP address. In and out? Sorry if I did not make it clear.
  • How do I export logs from CLI?

    3
    0 Votes
    3 Posts
    541 Views
    S
    @viragomann Ah, okay got it. I thought I could do it with the admin user I setup through the GUI but I had to SSH into the machine using root@192... all good now, thanks!
  • 0 Votes
    17 Posts
    5k Views
    E
    Below is the complete process to enable access to the pfSense's server sshd (ssh, port 22) from a private network... Using option 8 ("8) Shell") turning off the firewall with the command... pfctl -d ... and access pfSense server through the ssh (port 22)... ssh root@<PFSENSE_SRV_IP> ... using the initial password "pfsense". TIP: We recommend changing the initial password. Using option 12 ("12) PHP shell + pfSense tools") perform the commands... unset($config['interfaces']['wan']['blockpriv']); write_config(); exec; ... and exit... exit Using option 8 ("8) Shell") again, add a rule to allow access through port 22 on the wan interface... easyrule pass wan tcp any any 22 TIP: The "any any" parameters allow you to restrict the source IP and destination IP respectively. NOTE: The above command will turn on the firewall (same as pfctl -e) and this will drop the ssh connection (port 22), but the ssh connection will be allowed. PLUS: For more explanations about why private networks and loopback addresses are blocked by default on WAN here Block private networks - What does that do, what is it used for ? and here Address Allocation for Private Internets.
  • 0 Votes
    33 Posts
    3k Views
    jimpJ
    Agreed. Locking it down. Can start a new thread if other ideas come up.
  • pfSense webConfigurator and Console crash after login

    6
    0 Votes
    6 Posts
    541 Views
    stephenw10S
    If you're actually hitting the max processes limit something is amiss. If you are though you should see it in Status > Monitoring. Do you see a slow rise in the processes number or a spike just before it crashes? Steve
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.