• 0 Votes
    5 Posts
    943 Views
    B
    @Gabri-91 I used the CARP Interface IP of the other pfsense box as TIER 2, not the "modem" interface IP. First check if CARP Interface Firewall allows Traffic Second, try to ping each other box over carp interface Third, take a look at your NAT rules Also check ESXi vSwitch config. For a few days, I also had problems with ESXi. Promiscuous Mode wasn't enabled anymore on vSwitch for the "modem" interface. But in this case, it was related to HAProxy on a CARP IP. In my case, I only used physical devices as pfsense firewall, no vms. So I cannot reproduce issues related to vms and esxi.
  • Dual pfSense - single WAN IP (DHCP) - MAC spoofing script question

    6
    0 Votes
    6 Posts
    1k Views
    planedropP
    @vizi0n Gotcha, so the goal is to spoof the MAC address on a CARP event so that the ISP router, which is handing IPs out via DHCP, gives the new primary the same IP as the previous (or ideally no DHCP even has to happen again). Not sure if there is a way to do this, nothing is immediately coming to mind, definitely not a "supported" config but I'm sure you knew that haha. Of course pfSense does support spoofing the MAC on an interface, but I don't know of a good way without doing a LOT of custom work to program it to do so based on a CARP event trigger. Sorry, since saying IDK isn't really that helpful lol. P.S. sorry for late reply, was on a work trip so didn't really have time to check forum stuff.
  • Issue with SSL Certificates After Update from 2.6 to 2.7

    1
    0 Votes
    1 Posts
    475 Views
    No one has replied
  • 2 DMZ, 1 WAN CARP HA cluster with routing

    carp ha dmz
    3
    1
    0 Votes
    3 Posts
    832 Views
    A
    @viragomann Thank you very much for the reply and the references. I am very much interested on how to best set up outgoing routing from one of the switches (ex. CS-VC1 in my diagram) towards the firewalls. Would you do a priority based routing configuration or something else?
  • HA with Public IPs from different subnets

    7
    0 Votes
    7 Posts
    1k Views
    V
    @UserCo How will you get the public IPs? CARP is basically only supported with static interface IPs. I don't think, the provider will give you multiple PPPoE IPs. And yes, if both come over a single cable you need a switch in front of the pfSense boxes. There are some threads in the forum discussing "PPPoE as CARP VIP" though. You can use the search, maybe there are possibilities. I don't know.
  • CARP Setup with HAProxy and VIPs

    13
    0 Votes
    13 Posts
    2k Views
    D
    @viragomann I see, and this could be the explanation because I haven't ICMP echo replies on VIP CARP too ? Then I plan another lab in another different virtualization environment. Always thanks and regards !
  • 0 Votes
    3 Posts
    787 Views
    V
    @NobleKangaroo said in Dropped inter-VLAN connections to backup CARP node and backup CARP node cannot reach internet through primary: When doing inter-VLAN connections to the backup node (such as an SSH connection), the connection eventually times out. It doesn't matter if I set the LAN device's gateway to the primary or the backup CARP node, inter-VLAN connections to the opposite side eventually drop. Since you should have configured an IP on each node in each VLAN, there is basically no need to access the secondary with an IP in another network segment. If you do this however, the request packets have to pass the primary, but the secondary is sending responses directly to the client. So this ends up into an asymmetric routing and in dropping connections. If you want to access it still this way, you can masquerade the traffic as explained in the docs: Troubleshooting VPN Connectivity to a High Availability Secondary Node
  • DHCP Servers in HA Recovery State

    2
    0 Votes
    2 Posts
    513 Views
    S
    Solved. (Although I still have temporary outages after each DHCP configuration change.) TLDR; I had the skew on my VIP addresses set to 100 and 200 instead of 0 and 100. Unfortunately I hadn't noticed this since the DHCP failover was working as expected prior to the config change. The notes in troubleshooting HA DHCP failover are worth careful study. The smoking gun in my post above is that all the communication is on port 519 and not a mix of 519 and 520. This was caused by both of my pfSense units believing they were secondary (since the skews were high). This was found by browsing /var/dhcpd/etc/dhcpd/conf and looking under the clause marked "failover peer". Thanks! Daryl
  • OpenVPN documentation issue for the usage with High Availability

    1
    1 Votes
    1 Posts
    271 Views
    No one has replied
  • Change Interface OPT number so Carp can sync

    Moved
    4
    0 Votes
    4 Posts
    647 Views
    stephenw10S
    The opt number for the interface is probably the most important value. Everything else references that, firewall rules, NAT rules etc. That's why you can reassign the interface to a new NIC or rename it and all the config will follow it. If you change the opt number you have to change everything that references it or recreate everything else. The opportunity for typo'ing something here is large!
  • WAN Carp

    1
    0 Votes
    1 Posts
    442 Views
    No one has replied
  • HaProxy doesn't sync with firewall2 by HA

    3
    0 Votes
    3 Posts
    440 Views
    T
    @viragomann TNX, i forgot it was there.
  • Unexpected Traffic Duplication Issue in pfSense CARP Setup

    6
    0 Votes
    6 Posts
    1k Views
    planedropP
    @Igor-Moura Happy to help. I'm still not coming up with any reason this should be happening, quite odd if I'm being honest. It sounds like a configuration thing but I'm not sure what would actually cause that, if it were a bug though I would imagine my test or prod HA environments would be seeing it too. I'll keep thinking on this and come back if I have any other ideas. @stephenw10 any thoughts on this thread here? Nothing is immediately coming to mind that would cause traffic to end up on both nodes.
  • PPPoE with IP Alias on a CARP interface

    1
    0 Votes
    1 Posts
    321 Views
    No one has replied
  • Both WAN interfaces are in the master state

    9
    0 Votes
    9 Posts
    1k Views
    planedropP
    @SteveITS Yeah this is correct, no need for a managed switch, personally though I usually use an existing switch, setup the VLAN with tags at the port level, this way I don't need a different switch for WAN. So that's why I suggested that, but only works if you have available ports on an existing managed switch, otherwise an unmanaged one makes more sense.
  • Slave psSense not reaching internet

    2
    0 Votes
    2 Posts
    545 Views
    Urbaman75U
    Hi, Already found out that there was a VLAN misconfiguration on slave pfSense, even if this shouldn't affect the wan and gateway functionality. I'll check up all of the ports/cables as soon as I can.
  • Backup has no internet if Master is active

    1
    0 Votes
    1 Posts
    287 Views
    No one has replied
  • Can i use VIPs and CARP on non-HA configured firewalls?

    3
    0 Votes
    3 Posts
    625 Views
    R
    @planetinse said in Can i use VIPs and CARP on non-HA configured firewalls?: then i should be able to use more than two firewals participating in a fail over / loadbalance scenario - right? Yes on VIPs. No on this concept. This is only supported on two pfSense systems in HA.
  • CARP/HA in XCP-ng losses packets when in different hypervisor

    6
    0 Votes
    6 Posts
    1k Views
    planedropP
    @Luis-Cordero OK so looks like both hosts are running XCP-ng. There are a lot of things that could cause this behavior, are the two hosts in a pool together or 2 separate pools? Either way they are probably communicating over a switch, maybe that physical switch doesn't have the right VLANs in place?
  • 0 Votes
    6 Posts
    1k Views
    J
    @jimp Thank you!
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.