• System Generated Traffic with BGP

    1
    0 Votes
    1 Posts
    224 Views
    No one has replied
  • Accessing modem from internal network

    17
    0 Votes
    17 Posts
    2k Views
    M
    thanks both @johnpoz & @JKnott! understood!!
  • WAN_DHCP packet loss/offline

    2
    0 Votes
    2 Posts
    512 Views
    K
    It just happened again. This time the VoIP did not work while the WAN was not accessible. Makes me think it is the cable modem itself. Jun 17 11:05:08 php-fpm 1189 /rc.openvpn: Gateway, none 'available' for inet6, use the first one configured. '' Jun 17 11:05:07 check_reload_status 1226 Reloading filter Jun 17 11:05:07 check_reload_status 1226 Restarting OpenVPN tunnels/interfaces Jun 17 11:05:07 check_reload_status 1226 Restarting ipsec tunnels Jun 17 11:05:07 check_reload_status 1226 updating dyndns WAN_DHCP Jun 17 11:05:07 rc.gateway_alarm 11702 >>> Gateway alarm: WAN_DHCP (Addr:24.166.168.1 Alarm:0 RTT:12.451ms RTTsd:4.459ms Loss:5%) Jun 17 11:03:16 php-fpm 85733 /rc.openvpn: Gateway, none 'available' for inet6, use the first one configured. '' Jun 17 11:03:15 check_reload_status 1226 Reloading filter Jun 17 11:03:15 check_reload_status 1226 Restarting OpenVPN tunnels/interfaces Jun 17 11:03:15 check_reload_status 1226 Restarting ipsec tunnels Jun 17 11:03:15 check_reload_status 1226 updating dyndns WAN_DHCP Jun 17 11:03:15 rc.gateway_alarm 3595 >>> Gateway alarm: WAN_DHCP (Addr:24.166.168.1 Alarm:1 RTT:12.474ms RTTsd:3.470ms Loss:22%) Jun 17 11:00:02 php 82382 [pfBlockerNG] No changes to Firewall rules, skipping Filter Reload Jun 17 11:00:00 php 82382 [pfBlockerNG] Starting cron process. Jun 17 10:00:02 php 18110 [pfBlockerNG] No changes to Firewall rules, skipping Filter Reload
  • Connect MPLS to PFSense

    1
    0 Votes
    1 Posts
    415 Views
    No one has replied
  • 0 Votes
    2 Posts
    553 Views
    stephenw10S
    No. The captive portal part of that is what allows pfSense to know which users are connected. You might be able to do it using 802.1x authentication at the APs. That's not something I've ever tried. Steve
  • pfTop port range filtering

    1
    0 Votes
    1 Posts
    295 Views
    No one has replied
  • Two MAC address on LAN interface

    arp mac
    6
    0 Votes
    6 Posts
    1k Views
    M
    The problem has been resolved. I just needed to flush the ARP table on the client computers. Somehow the phisical interface MAC (4c:52:62:2b:57:6d) was in their table not the "CARP MAC" (00:00:5e:00:01:0c). Thats why the AV was fustrated. Thanks for the comments!
  • Adding second subnet to single WAN

    5
    0 Votes
    5 Posts
    613 Views
    L
    @lewis I just tried again and you are right, that's all it took. Thank you for helping.
  • All traffic out main IP, not aliases

    3
    0 Votes
    3 Posts
    241 Views
    L
    @bingo600 Ah, you are right. I should have checked closer instead of taking someone else's word. Sorry for the wasted post.
  • Issue with clients connecting to Citrix Gateway

    1
    0 Votes
    1 Posts
    200 Views
    No one has replied
  • pfSense - does not show Smart TV channels

    2
    0 Votes
    2 Posts
    538 Views
    V
    @winlin I suspect your TV box uses UPnP for opening and forwarding ports on the router. This is disabled by deafault on pfSense, cause it's a firewall, not a gaming box. But you can enable it in the Services menu if you need it. Maybe it is a safer option to forward the traffic from the ISPs IP to the box. Allowing the packets in a firewall rule is not sufficient.
  • Can't NAT domain to guests

    7
    0 Votes
    7 Posts
    721 Views
    H
    @kom that's a fair point.
  • 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
    440 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
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.