• CARP with 2 pfsenses boxes and WANFailover - HELP ;) !

    3
    0 Votes
    3 Posts
    1k Views
    F
    Hello Dotdash, Thanks for your reply. My diagram was not complete, I already had the VIP setup for all interfaces. It's working since this morning. I'm not exactly sure what was wrong. I've setup the DHCP servers as I've already done a few times without success, but this time it worked. I let a few days go by before making my final attempt. I red the chapter about configuring CARP (especially the DHCP part) before proceeding. Maybe I needed the break. Anyway, this issue is solved. Thanks !
  • Firewall rules disappear with asymetric NICS

    6
    0 Votes
    6 Posts
    1k Views
    B
    Viragomann put me on the right track, though there was a catch.  The original problem was that I wanted to perform CARP firewall rules synchronization between a master and a backup, but the backup had an extra interface (a wireless access point) the master didn't have.  Consequently, the rules for the extra interface were been deleted whenever the rules synchronized.  Viragomann suggested creating a dummy interface on the master for a non-existent VLAN, giving it the same name as the wireless interface on the backup firewall, and putting the rules there.  The basic idea was good, but with a problem. The problem comes in the way that the interfaces are named.  When I created the dummy VLAN on the master, pfSense named it "OPT5".  I then renamed it to "wireless" to match the interface name on the backup.  It seems that renaming OPT5 to "wireless" is a cosmetic change only.  Internally pfSense still calls it "OPT5", and all the rules are associated with "OPT5".  When CARP performs the firewall synchronization, it copied all those wireless rules to the backup firewalls "OPT5", which was some other VLAN.  On the backup, pfSense knows the wireless interface as "OPT4".  I had to delete everything on the master firewall associated with OPT4 and above, and recreate them in the right order so that their internal "OPT" names aligned with the ones on the backup firewall.  Once I did that, synchronization worked great. Thanks, Viragomann, for putting me on the right path.
  • Internal Firewall traffic issues after CARP Failover

    4
    0 Votes
    4 Posts
    1k Views
    D
    I appreciate the honesty and I totally see your point.
  • DeCARP

    3
    0 Votes
    3 Posts
    912 Views
    jimpJ
    To switch from CARP back to a stand-alone unit you can remove the sync settings from System > High Avail Sync and from the DHCP server tabs. CARP VIPs and NAT can be left as-is.
  • CARP - Firewall rules formatting issue

    2
    0 Votes
    2 Posts
    739 Views
    D
    Yes.  The description field doesn't seem to like transferring over some special characters.  It's annoying but I've been avoiding characters that appear to disappear. Dino
  • Running TFTP on CARP VIP

    2
    0 Votes
    2 Posts
    954 Views
    G
    Gentle bump to see if anyone knows anything about this these days… I saw this post, which I think could be relevant: https://forums.freebsd.org/threads/tftpd-and-interface-alias-issue.37695/ It looks like that by modifying inetd I should be able to achieve what I want, but not sure what needs changing.
  • PfSense sync WITHOUT CARP?

    2
    0 Votes
    2 Posts
    1k Views
    D
    Assuming they are on the same subnet, what happens when you simply setup High Availability Sync without setting up CARP?
  • Where can I find the MAC Address for each CARP Virtual IP (VIP)?

    2
    0 Votes
    2 Posts
    3k Views
    G
    @rcpao: /sbin/ifconfig from the shell shows which NIC a VIP is associated along with with via the VIP's netmask, broadcast, and vhid, but not the VIP's MAC Address. CARP MAC addresses are generated algorithmically and follow the scheme for VRRP.  See this: https://tools.ietf.org/html/rfc3768#section-7.3 for details. Run a packet capture on the interface with the CARP IPs and watch some traffic.  You should see those MAC addresses in the frames. Cheers Jon
  • 0 Votes
    2 Posts
    3k Views
    L
    Hi, I have been struggling with the same problem recently in a similar setup, and I also have found the mentioned MAC learning filter VIB, but I wanted to ask few questions before I go for it. It is not clear to me, that after I install the VIB, on which vm network ports should I enable the dvfilter? I suppose those VM-ports have to be filter enabled which are connected to a port group with promiscuous mode enabled, right? Another point is, that this MAC filter never forgets. Once a MAC is stored in the MAC table, it remains there for good(!?), which a little bit worries me, since if the MAC table is full, the filter would no longer be capable to prevent the packet flood. But on the other side, I personally do not know how many MACs can be stored for a given port in the MAC table. Do you happen to have any experience with that, or a workaround whether the MAC table can be emptied somehow manually once it gets full? Thanks, Leva
  • 0 Votes
    4 Posts
    3k Views
    K
    I would like to know the same information.
  • What happen if both firewall are master because of a faulty sync link?

    14
    0 Votes
    14 Posts
    2k Views
    N
    Hi, your spent time on this topic has been very informative for me, I appreciate it. Cheers.
  • 0 Votes
    6 Posts
    2k Views
    L
    Hello, it got solved by simply disabling and re-enabling 'HA' feature in vSphere cluster settings. I suppose there are some scripts that rebuild the Distributed Virtual Swtiches when HA feature is enabled. Regards, Luigi
  • Mixed 32-bit and 64-bit HA Cluster?

    11
    0 Votes
    11 Posts
    3k Views
    jimpJ
    See above: It can be worked around. If you were that adamant about redundancy you'd be using lagg/LACP interfaces already, and the problem doesn't exist when lagg interfaces are used.
  • [Solved] Secondary firewall will not go to Backup status after failover

    1
    0 Votes
    1 Posts
    735 Views
    No one has replied
  • Alias IPs causing Gratuitions ARP floods?

    1
    0 Votes
    1 Posts
    671 Views
    No one has replied
  • 0 Votes
    3 Posts
    866 Views
    nodauN
    The issue occurs in a multiwan gw environment, when the default gateway is set to static. after setting the default gw to dhcp, Dashboard update check on the backup pfsense is working.
  • Failover Troubleshooting ideas wanted

    9
    0 Votes
    9 Posts
    2k Views
    P
    Can you confirm that haproxy is running and listening on the port you are trying to access in diagnostics\sockets ? Do you use the carp-monitoring feature of haproxy? Which could cause that haproxy is shutdown on the backup machine, it might still be starting the first half second after fail-over..
  • CARP on 2.2.1, VMWare 5.5 with dvS

    12
    0 Votes
    12 Posts
    2k Views
    H
    Thanks CMB. I will work with the VMWare team to look into this.
  • Backup pfsense was not synchronized by Master one

    7
    0 Votes
    7 Posts
    1k Views
    V
    Are your interface configurations of SYS correct? You use a public IP there. Are both IFs in the same subnet?
  • CARP sync crashes after 2.2.2 upgrade

    6
    0 Votes
    6 Posts
    2k Views
    B
    Got it, I didn't see that since it was the same cause but a different symptom. Thanks for the heads-up, I'll update the redmine issue and flag it for closure.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.