• CARP/HA, SYNC and XMLRPC SYNC explained

    Pinned
    3
    1 Votes
    3 Posts
    14k Views
    M
    Thanks for the excellent reply. I've retested as you suggested by entering persistent maintenance and there is no packet loss that way (perst maint, reboot, leave persist maint). I am still having a small problem with freeradius xmlrpc sync between the two but I posted that in a separate topic (see https://forum.pfsense.org/index.php?topic=135864.0). Regards, Matt
  • hardware needs to move to a cluster

    4
    0 Votes
    4 Posts
    62 Views
    SteveITSS
    @sgw They kind of do, but the bottom half has the crossed lines connecting to a line on the other side, not the bricks (firewall). What you described sounded right when I read it. I'd just draw it out on paper. Basically, for each interface, you need two ports and a switch. @sgw said in hardware needs to move to a cluster: I don't plan SYNC as VLAN, no I was just brainstorming sorry if I was confusing.
  • HA with MULTIWAN Outbound NAT for CARP and VLANs

    3
    0 Votes
    3 Posts
    68 Views
    J
    @netblues Right. Thank you very much.
  • High Availability and TailScale

    1
    0 Votes
    1 Posts
    43 Views
    No one has replied
  • Possible bug + fix for HAproxy issue during upgrade to 2.8.1

    1
    1 Votes
    1 Posts
    79 Views
    No one has replied
  • How to route to backup lan interface

    carp routing
    1
    0 Votes
    1 Posts
    71 Views
    No one has replied
  • 0 Votes
    6 Posts
    315 Views
    SteveITSS
    @Chebec Have a read through: https://docs.netgate.com/pfsense/en/latest/development/patches/custom.html and the rest of the topic. If you add a patch, it should detect whether it can be Applied and will or will not show the Apply button, as I recall. There is also a Debug button to test. Normally a patch can be reverted via that button, yes, unless the target file is later changed. (after updating pfSense you would not want to revert a patch and reintroduce a bug, just delete the custom patch) Note there's a later patch ID in that redmine: 8544b85f8c32d0f180c09a4d0986ac819919bd2b As long as patches are from Netgate developers I would have no issue installing them. For random patches in the forum I'd be a bit more cautious. In either case you can see the code being changed, in the patch details. Edit: Marcos M in the redmine is a Negate dev.
  • Virtual IP questio : traffic to a VIP doesnt seem to route

    4
    0 Votes
    4 Posts
    178 Views
    SteveITSS
    @boumacor I'm not a huge fan of floating rules if they can be set as regular rules, since the, er, rules change for floating. Just to maintain clarity. However if the rule triggers and a state is open you're through pf. Does the pfSense routing table show a route for the 192.168.1.0/24 subnet? I would still be suspicious of the switch ignoring traffic outside its own subnet unless you're sure it will allow it. You could set an IP on some other device and ping it, to check the connection through pfSense.
  • HA sync overwrites certificates on backup router even if unchecked

    4
    1
    0 Votes
    4 Posts
    186 Views
    SteveITSS
    @Derelict Yeah, that’d be the other option and basically what we did with the wildcard cert. Might be cleaner to let the certs sync. It just surprised me to carefully test it all on r2, set up one cert on r1, and everything disappeared on r2. We were using the wildcard in a lot of places but are looking to avoid replacing that many cert locations every 47 days going forward… :(
  • PFSense HA & OSPF Question

    4
    0 Votes
    4 Posts
    173 Views
    DerelictD
    @stowemotion59 It is an entirely new OSPF session requiring a complete reconvergence so it should be fine.
  • Nat issue with carp and 25.11.1

    1
    0 Votes
    1 Posts
    99 Views
    No one has replied
  • How to deal with VPN interfaces befor start XMLPRC Sync?

    1
    0 Votes
    1 Posts
    102 Views
    No one has replied
  • Virtual IP subnet IPs not expanding into NAT

    5
    0 Votes
    5 Posts
    303 Views
    patient0P
    @Barnzey90 do you have an account on https://redmine.pfsense.org/ to report the issue?
  • Query on HA and VIP

    4
    0 Votes
    4 Posts
    313 Views
    SteveITSS
    @netblues you can't really have carp failover without 3 ip's in the same subnet Depends, which is why I asked about it. We’ve set it up on Comcast/Xfinity using one shared static public IP and set the WAN IP on both routers in the default 10.1.10.x range. That works well. Docs cover only one IP but there’s no connectivity until failover: https://docs.netgate.com/pfsense/en/latest/highavailability/index.html#ip-address-requirements-for-carp If WAN2 is really only DHCP though then I don’t think there can be a shared IP.
  • Question about OpenVPN running on HA cluster on the CARP WAN on port 443

    2
    0 Votes
    2 Posts
    207 Views
    T
    @AlexMercer Move the webgui to 4443. Disable webConfigurator anti-lockout rule. Disable webConfigurator redirect rule. Add a specific rule for the internal interface (any LANish is good, preferrably the one which is your dedicated management LAN) to port 4443. This hardening and consistency ensures whatever goes wrong, any public WAN/443 combination won't ever reveal the webgui. Always remove excess rules- if you don't know why it is there, get rid of it.
  • Dynamic DNS + XMLRPC SYNC

    3
    0 Votes
    3 Posts
    283 Views
    luckman212L
    What is the recommended method of ensuring high availability of a service running on or behind an HA cluster then? Require running the DynDNS client on a separate system (not the firewall itself?)
  • No XMLRPC sync for rrd (Monitoring) settings, packages, Dashboard...

    2
    0 Votes
    2 Posts
    1k Views
    luckman212L
    Been about 4 years... anyone have any thoughts on this? Syncing packages seems like it should be table stakes at least.
  • On CARP switchover to secondary, *some* replicated states disappear

    1
    0 Votes
    1 Posts
    154 Views
    No one has replied
  • interface number mismatch

    2
    0 Votes
    2 Posts
    193 Views
    SteveITSS
    @beloc The short answer is yes you can edit the config file and upload. This can happen if interfaces are added out of order or inconsistently. Note the visible name label (MGMT below) is not necessarily the same as the internal name in the config file (opt4 below). <opt4> <descr>MGMT</descr> <if>igc3</if> <enable/> <spoofmac/> <ipaddr>x.x.x.x</ipaddr> <subnet>24</subnet> </opt4> Rules use the "opt4" name. States use the "igc3" name if "Interface Bound States" are used. If you find & replace just be careful to not replace strings in other places such as certificates.
  • Two locations, two ISP (WAN) and HA setup

    6
    0 Votes
    6 Posts
    660 Views
    SteveITSS
    @Jdwind I just meant, maybe duplicate their routing in the example.
Copyright 2026 Rubicon Communications LLC (Netgate). All rights reserved.