• HELP: Problem with activation token and upgrade!

    4
    0 Votes
    4 Posts
    634 Views
  • Lost remote access to GUI

    11
    0 Votes
    11 Posts
    963 Views
    L

    BTW, reading that using VPN might be the safest way, perhaps one thought might be to set up dedicated raspberry Pi like devices on each network.
    Just a thought either in addition to using the one of pfsense or as an alternative.
    I haven't spent enough time learning more about VPNs even though I use the one on pfsense daily.

  • PPPoE impossible to connect

    Moved
    20
    0 Votes
    20 Posts
    2k Views
    VioletDragonV

    @Sasquatchv you neglected to mention what ISP you are with. For PPPoE you only require the Router in Bridge mode then configure PPPoE on pfsense. Let the Router pass thru the modem and don’t configure PPPoE on the Router itself as the PPPoE with have two Open Sessions and majority of ISPs in UK, Ireland and Europe uses RAS/RAAS which will cause the Auth on PPPoE Session to fail.

  • Redirect DNS: Question.

    35
    0 Votes
    35 Posts
    3k Views
    johnpozJ

    @MoonKnight oh I still have my cmd window open all the time.. But I also have the wsl prompt open - I use it for whois multiple times a week for sure..

  • Is the ACB service down?

    8
    0 Votes
    8 Posts
    1k Views
    H

    @stephenw10 Actually we see this across multiple physical locations but all being run by the same hosting company. I'll keep an eye on it and come back to you, if we find another occurrence outside this scope.

  • Fatal trap 12: page fault while in kernel mode

    3
    0 Votes
    3 Posts
    478 Views
    stephenw10S

    Backtrace for reference:

    db:0:kdb.enter.default> bt Tracing pid 12 tid 100127 td 0xfffff8000908b000 kdb_enter() at kdb_enter+0x3b/frame 0xfffffe02399d78f0 vpanic() at vpanic+0x19b/frame 0xfffffe02399d7950 panic() at panic+0x43/frame 0xfffffe02399d79b0 trap_pfault() at trap_pfault/frame 0xfffffe02399d7a00 trap_pfault() at trap_pfault+0x49/frame 0xfffffe02399d7a60 trap() at trap+0x29d/frame 0xfffffe02399d7b70 calltrap() at calltrap+0x8/frame 0xfffffe02399d7b70 --- trap 0xc, rip = 0xffffffff80f7eb95, rsp = 0xfffffe02399d7c40, rbp = 0xfffffe02399d7e40 --- pf_test() at pf_test+0x1ef5/frame 0xfffffe02399d7e40 pf_check_out() at pf_check_out+0x1d/frame 0xfffffe02399d7e60 pfil_run_hooks() at pfil_run_hooks+0x90/frame 0xfffffe02399d7ef0 ip_output() at ip_output+0xa53/frame 0xfffffe02399d8020 ip_forward() at ip_forward+0x2c3/frame 0xfffffe02399d80c0 ip_input() at ip_input+0x724/frame 0xfffffe02399d8150 netisr_dispatch_src() at netisr_dispatch_src+0xa2/frame 0xfffffe02399d81a0 ether_demux() at ether_demux+0x15b/frame 0xfffffe02399d81d0 ether_nh_input() at ether_nh_input+0x32c/frame 0xfffffe02399d8230 netisr_dispatch_src() at netisr_dispatch_src+0xa2/frame 0xfffffe02399d8280 ether_input() at ether_input+0x26/frame 0xfffffe02399d82a0 vmxnet3_rxq_eof() at vmxnet3_rxq_eof+0x752/frame 0xfffffe02399d8330 vmxnet3_legacy_intr() at vmxnet3_legacy_intr+0xe0/frame 0xfffffe02399d8360 intr_event_execute_handlers() at intr_event_execute_handlers+0xe9/frame 0xfffffe02399d83a0 ithread_loop() at ithread_loop+0xe7/frame 0xfffffe02399d83f0 fork_exit() at fork_exit+0x83/frame 0xfffffe02399d8430 fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe02399d8430 --- trap 0, rip = 0, rsp = 0, rbp = 0 ---

    But, yes, many many things have been fixed since 2.4.5 so test in a current version.

    Also check the VMWare hypervisor and VM versions you are running.

  • VoIP VLAN assigned by DHCP

    4
    0 Votes
    4 Posts
    556 Views
    stephenw10S

    Yup, someone probably has this working. Unfortunately I don't think I have any way to test it here.

  • No states show up when filtering by TrackerID

    11
    0 Votes
    11 Posts
    1k Views
    stephenw10S

    Killing states by ruleID, or lack thereof, is probably a legacy option. pfctl has been extended a lot since pfSense was released.

    Or it could be that the ruleID field itself is quite new. That used to be hidden so killing states by it would have been confusing at best.

    It looks like pfctl can kill states by ruleID now so that could be a feature request.

  • 6100 unreachable from WAN

    8
    0 Votes
    8 Posts
    790 Views
    S

    We contain this by creating NAT rules on an off port from a specific IP/network that point to an internal interface (such as the LAN or Mgmt VLAN). That way there is no external attack surface. Alternatively, use a VPN when possible.

  • Access to GUI lost after changing LAN IP

    Moved
    7
    0 Votes
    7 Posts
    997 Views
    stephenw10S

    Yup that's a fun* one!
    More than 4 vmx NICs in esxi changes the PCI device ordering. Crazy.

  • tcp.established 86400s timeout?

    7
    0 Votes
    7 Posts
    1k Views
    stephenw10S

    Ah I see, that's a special case. 😉

  • Login security - phishing resistant MFA

    31
    0 Votes
    31 Posts
    4k Views
    T

    @jeffsmith82 said in Login security - phishing resistant MFA:

    ....
    From what I understand you can list multiple sites against the same key at creation time though I might be wrong.

    I don't believe the standard allows you to do this. Each passkey\registration is tied to a relying party which would be the current site you are accessing. You need to directly access the other servers (over HTTPS) to create registrations unique to them. If for example you access https://fire01... then the passkeys are scoped only to that FQDN and won't be presented when attempting to login to https://fire02... You would need to register a key for each server, or a common front-end that they all share.

    If you create on the secondary it will get overwritten by when the config syncs from the primary to secondary i would assume.

    It should not, my pending implementation allows you to register multiple times for the same user, which in theory should allow for other sites to be used.

    The only potential challenge I see is that my implementation verifies the FQDN for registration based off the configuration files (system/hostname + system/domain) . So i'm not sure how your HA deployment deals with that on the config side for both servers. Something that would need to be tested.

  • Compiling and running 3rd party software on pfSense

    5
    0 Votes
    5 Posts
    644 Views
    Z

    @stephenw10 said in Compiling and running 3rd party software on pfSense:

    I would expect to see at least some sort of error in the boot log when the driver attaches if the module is rejected as unsupported.

    Apparently you're, right: No messages were logged and - against expectations - the Zaram XGS-PON ONT SPF+ module works beautifully in my X710-DA NIC. Perhaps because it's the Intel branded version, perhaps not. But at this moment, there's no problem to solve, but that you very much for your input!

  • LCP: no reply to echo request(s) Help

    3
    0 Votes
    3 Posts
    511 Views
    C

    @stephenw10 said in LCP: no reply to echo request(s) Help:

    It looks like there's no response at all so I'd check the basics. Is it actually using the correct interface? Is the modem functioning correctly for PPPoE?

    I restarted the isp fibre modem that didn't help but weird when I removed the cat 6 an put it back in it started working. Weird.. Going to check the cable next an see.

  • How (and why) to create a management VLAN?

    3
    0 Votes
    3 Posts
    1k Views
    E

    @keyser said in How (and why) to create a management VLAN?:

    @ErniePantuso There is no “special” management VLAN entity. A management VLAN is merely a normal VLAN where you have defined Firewall rules on all pfsense Interfaces to block access to that particular VLAN/Interface.

    @keyser Got it. Thank you! I'm using the !RFC1918 rule on all my VLANS (with pass rules above it as necessary) so I think I pretty well have that covered.

    PFsense has no dependence on special interface naming, so you can just rename your LAN to MGMT if that makes sense to you according to the firewall setup.

    Cool. Thanks very much for the expertise and help!

  • 0 Votes
    12 Posts
    1k Views
    stephenw10S

    The only thing I would be concerned about is the fact that igc1 lost link for some reason. Since it's connected to a switch directly it should not.

    Some of the early i225v revision (<rev3) chips had link issues. Try running: pciconf -lv igc1
    `

  • Update SSH Public Key

    8
    0 Votes
    8 Posts
    2k Views
    S

    Since I'm the OP I thought I'd chime in here. We changed what we do and don't clone anymore. Instead we keep a default config with 90% of the work done and have it import on a brand new install. That config does not contain the SSH keys or RRD data so we don't have to worry about it getting mixed up with other devices. Generally the only things we need to change at that point is the name and the WAN config and anything specific about that install. We leave the WAN to DHCP and plugged in upstream so that the packages reinstall on boot and then change when put in to place.

  • Bug #14061

    Moved
    6
    0 Votes
    6 Posts
    769 Views
    stephenw10S

    It seems far more likely that exhausting the available PHP memory causes #14061 rather than the other way around.

    This seems like a bug in the bind package and should be reported separately. If it hasn't been already.

    Steve

  • Can only ping one way between VLANS

    4
    0 Votes
    4 Posts
    564 Views
    J

    @stephenw10 @Gertjan Issue resolved thank you for you help. The Policy Routing Configuration doc was what I needed to follow.

  • Can only ping one way between VLANS:

    3
    0 Votes
    3 Posts
    424 Views
    J

    @johnpoz Thank you for the quick reply. You are awesome, issue resolved!!👍 😀

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