• Can't reach backup firewall when connected by VPN

    5
    0 Votes
    5 Posts
    649 Views
    C
    Well that was it ! Thanks a lot for the help !
  • PfSense HA on OVH dedicated servers

    5
    0 Votes
    5 Posts
    3k Views
    Z
    @capitanblack Would you be able to share the python script? Would be super helpful. I am encountering the same issue with OVH IP failover.
  • HA Sync 2x pfsense 1x WAN wih MAC Bind

    1
    0 Votes
    1 Posts
    211 Views
    No one has replied
  • Using VIP subnet for routed VPN

    1
    0 Votes
    1 Posts
    280 Views
    No one has replied
  • HA CARP with one PUBLIC IP ,WORKS but no internet on backup Pfsense

    3
    0 Votes
    3 Posts
    490 Views
    M
    Understood Thanks for taking time to respond.
  • CARP/HA Port Forwarding does not work

    5
    0 Votes
    5 Posts
    984 Views
    S
    @derelict nope, the only warning which i got was one of the pfblockerng package. There was a faulty url in one ASN rule i have installed for another purpose...
  • Any way of getting around the VHID limit of 256

    11
    0 Votes
    11 Posts
    1k Views
    DerelictD
    The number of CARP VIPs and the number of interfaces are completely unrelated problems, but thanks for the note.
  • Carp interface master

    4
    0 Votes
    4 Posts
    580 Views
    DerelictD
    Sounds like whatever is between those two nodes on those interfaces is not passing the CARP advertisements properly.
  • CARP Setup with Multiple WAN IP's

    9
    0 Votes
    9 Posts
    1k Views
    Z
    Apologize for that. I have seen so many examples of setting up carp with VM's it didn't cross my mind about promiscuous mode.
  • HA settings do not sync until you hit 'save' on the webUI

    3
    0 Votes
    3 Posts
    472 Views
    A
    Hey @jimp, thanks for your answer! In the secondary I'm injecting what I believe are the only required (counterpart/secondary) HA settings: [image: 1549965184784-screenshot-2019-02-12-at-10.51.54.png] Are these sufficient? The only changes I can see after hitting sync on the webUI are: Replacing the bcrypt-hashes for those in the master. This might be important? Removing ipsec, aliases, wol and openvpn, empty fields. Adding all the vips as they're defined in the master. Also tried rebooting them both (it's actually one of the steps I defined for the deploy process to catch up with the synthetic config) but no luck. However, as you point out, running rc.filter_synchronize did work for me - I can just include it as an additional action over SSH for the master node. Nice! Was looking for something just like that.
  • pfSync Nodes list mostly empty?

    9
    0 Votes
    9 Posts
    3k Views
    DerelictD
    All that matters is that they are syncing and are mostly identical.
  • CARP/HA Issues

    9
    0 Votes
    9 Posts
    1k Views
    DerelictD
    Well if the identifier doesn't match the address used it will fail to match in IPsec. It needs to be built with everything referencing the CARP VIP (or some other common identifier, like an FQDN that resolves to the CARP VIP.) If this is IKEv2 with a server certificate then the CN and SAN there needs to match whatever the client thinks it is connecting to or server certificate validation will fail.
  • Load balancing between 2 Pfsense boxes

    1
    0 Votes
    1 Posts
    285 Views
    No one has replied
  • Slow IPsec / internet when using CARP

    5
    0 Votes
    5 Posts
    936 Views
    P
    @viragomann said in Slow IPsec / internet when using CARP: Have you configured the Outbound NAT to use the WAN CARP VIP? YEP
  • 100% Packet loss on primary firewall with HA Enabled (PFSync/CARP/NAT)

    17
    0 Votes
    17 Posts
    2k Views
    DerelictD
    Why would sync interface traffic ever have to go out the WAN? Yes, outbound NAT with source any is almost never right - especially to a CARP VIP. Traffic from Localhost should NAT to the interface address Traffic from inside hosts should: Use the local interface CARP VIP as their default gateway Have outbound NAT to the WAN CARP VIP set. Traffic from the sync interface should never need internet access.
  • Configure L2 redundancy

    3
    0 Votes
    3 Posts
    582 Views
    D
    I will try the setup in that page. In addition, i have no idea whether my original setup is possible or not, may i have suggestion on it? Thank you for your assistance.
  • CARP and VPN reconnect (the VPN service kind)

    3
    0 Votes
    3 Posts
    532 Views
    T
    So, in short, the 'seamless, state-table sync' functionality of CARP simply isn't going to work with computers using a VPN service? I'm willing to accept that. I just wanted to be sure. I suppose one solution is to use the VPN apps (installed on the computers) as an alternative for those computers which must not loose connection on a fail over. I can't think of any that would fall into that category at the moment, but I might test it to know if it's an option. (Only drawback is that you use up a connection for a single computer, instead of many. Not a big deal, now that they give you 6 or so for $4 a month.
  • CARP IP not being used via manual outbound NAT?

    20
    0 Votes
    20 Posts
    2k Views
    DerelictD
    Two things I see: Upstream is not responding at all when sourced from .164. Did you filter that packet capture on icmp? I would expect to see ARP or something there if not. The replies to pings sourced from .163 should be destined to the CARP MAC address, not the interface MAC address. It looks like something upstream does not like moving MAC addresses around like CARP does but just a guess at this point. The ISP Layer 2 device will see the CARP MAC as the source MAC in the CARP advertisements. They are sent to the Layer 2 Multicast address 01:00:5e:00:00:12 (all points multicast) to Layer 3 multicast address 224.0.0.18. That MAC address has to be added to the switch port's MAC address table based on those. This MAC address will change ports on a failover event. The ISP device must move the MAC address to the new port as any switch should. The ISP Layer 3 gear will get the CARP MAC in the "IS AT" response to ARP "WHO HAS" requests for the CARP VIP address. Their gear needs to do the right thing with it. The ARP reply from the WAN interface that is currently CARP MASTER will contain the CARP MAC in the ARP "IS AT" response. This ARP response will be sourced from the interface IP and MAC address. The ISP Layer 3 gear also needs to honor the interface addresses that will ARP as normal. The ISP device will only ever see the interface MAC address on the port connected to that node.
  • Timeouts when accessing slave

    5
    0 Votes
    5 Posts
    776 Views
    DerelictD
    No. DNS will return every A record for the fqdn but you need a specific one. You could do it if your DNS was off the firewall using something like BIND views. Queries for firewall-b.example.com return 192.168.1.3 if received from 192.168.1.0/24 Queries for firewall-b.example.com return 192.168.2.3 if received from 192.168.2.0/24 Etc. But that seems like a lot of work when this is why people manage these things from a specific network.
  • XMLRPC sync errors since upgrade to 2.4.4

    64
    0 Votes
    64 Posts
    15k Views
    N
    @jimp Killing me softly with these words :)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.