• How to add a second virtual IP for CARP ????

    4
    0 Votes
    4 Posts
    2k Views
    JeGrJ
    @secgeek: Don't know what you are trying to say, but it doesn't make sense. @pedreter: we run a datacenter firewall cluster with HA and carp on multiple physical interfaces (6) with about a dozen VIPs on our second WAN link and minimum one on the remaining links (WAN, XFER, MGMT, etc.). No problem with that. Seems like a configuration issue to me rather than any problem with CARP or IPs. Greets
  • Secondary LAN IPs

    9
    0 Votes
    9 Posts
    2k Views
    M
    Good news! Everything is working. The settings were correct as you mentioned, except for one thing under Virtual IPs: The source interface was set to WAN instead of LAN. Changing it to LAN let me have both 20.0/24 and 11.0/24 subnets on the same LAN.
  • CARP VIPs Multiple IPs

    2
    0 Votes
    2 Posts
    929 Views
    dotdashD
    You will need an IP for each physical box, so you are only going to have three IPs that will fail over. Lets say .249 is the gateway, 250 could be one firewall, 251 the second, leaving you with 252, 253, and 254. You might be able to share IPs using port forwards and have enough. You can terminate multiple IPSec tunnels on one CARP VIP.
  • How to Add Routed /27 to Existing /27?

    2
    0 Votes
    2 Posts
    761 Views
    dotdashD
    If you use CARP VIPs, you will have to add an Alias IP on each firewall or you will get an error about no matching subnet. Another option is to use OTHER VIPs, which may work depending on how the provider is routing the block to you.
  • CARP doesn't work for pfSense 2.1.1 with 2012 Hyper-V R2

    4
    0 Votes
    4 Posts
    2k Views
    M
    You likely need to enable MAC address spoofing on the two VMs.
  • UVerse - CARP with 13 statics assigned Virtual IPs and a filtering bridge

    2
    0 Votes
    2 Posts
    749 Views
    BearB
    Welp, as it turns out, the Motorola/Arris box that they gave me doesn't require sticky statics - It's strictly optional.  So I can continue using PFSense as a filtered bridge without any worries. :)
  • CARP and OSPF

    5
    0 Votes
    5 Posts
    4k Views
    DerelictD
    This patch to rc.carpmaster and rc.carpbackup is still necessary on 2.1.4 to stop/start quagga on carp role change right? It looks like some logic was added to determine whether or not to start quagga based on role at startup, but the patch is still required for failover.
  • CARP changes my LAN VIP Interface After Sync

    2
    0 Votes
    2 Posts
    894 Views
    V
    Do you have your interfaces assigned in the same order on both pfSense in Interfaces > assign? This is essential for syncing correctly.
  • CARP + VIPs + 2.1.4 randomly failing after an hour or so

    4
    0 Votes
    4 Posts
    1k Views
    R
    For the record, I've reproduced this on the firewalls in the office here; the patch appears to solve it. However I'm still totally confused as to how it's working at all When the bug is present the IP address of the Alias (lets say .21) isn't assigned to any of the interfaces at all. Yet if I do curl https://x.x.x.21 then I can get through the NAT and the firewall to the webserver underneath. Why is PFSense responding on an IP it doesn't own!?
  • 0 Votes
    2 Posts
    1k Views
    R
    Yes, if you want to fail-over you need to make a CARP address on every network/vlan. With the openVPN, bind the server to the CARP address, that way it'll work when  the secondary has taken-over
  • CARP not working in PFSense 2.1.4

    3
    0 Votes
    3 Posts
    1k Views
    M
    yeah it is working well, this is my bad, could have check the switch port . TIA
  • ISP only provides /30 Network - Can't get IP Alias to work as expected

    3
    0 Votes
    3 Posts
    1k Views
    D
    Viragomann - I appreciate your quick response.  "…Add all other network as IP Alias with their real /24 mask..." did the trick.  I was trying to add them with a /32 mask which was not working.  Again - Thanks.
  • Multiple IP addresses on same WAN-interface, DHCP from ISP

    2
    0 Votes
    2 Posts
    1k Views
    jimpJ
    That isn't currently possible. We've had some people try this with multiple NICs and they've had mixed success. Eventually it may be possible via netgraph virtual interfaces but that's a long way off yet.
  • CARP : duplicated traffic

    7
    0 Votes
    7 Posts
    4k Views
    R
    Hi ! problem is solved : it was a bonding issue, but not regarding pfSense. The pfSense CARP cluster is linked to a couple of Juniper Virtual Chassis switches without any bonding. But  a cluster of Juniper SRX routers is also linked to the same Virtual Chassis using "Chassis Cluster Redundant Ethernet Interface Link Aggregation Groups". And my mistake was I forgot to configure LAGs on the Virtual Chassis Interfaces linked to the SRX cluster reth LAG. http://www.juniper.net/documentation/en_US/junos12.1x46/topics/example/chassis-cluster-redundant-ethernet-interface-link-aggregation-group-configuring-cli.html : "For aggregation to take place, the switch used to connect the nodes in the cluster must enable IEEE 802.3ad link aggregation for the redundant Ethernet interface physical child links on each node." Romain
  • Draytek Vigor 2960 and pfSense, combining with CARP, possible?

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Carp: Interface specified for the virtual ip address does not exist

    2
    0 Votes
    2 Posts
    2k Views
    R
    Argh!  As usual, as soon as I added this thread I was able to fix the problem. On the standby firewall, I edited /config/config.xml and replaced "opt1" with "opt2" for the DMZ interface.  I then removed the /tmp/config.cache and /tmp/config.lock files then rebooted the standby.  Now, CARP status shows all interfaces in Backup mode as expected. Sorry for the noise…
  • Accessing the lan ip addresses of my remote carped firewalls

    4
    0 Votes
    4 Posts
    1k Views
    J
    Hi, This last one solved it for me, but it looked like the previous one had potential… --jason
  • Authentication Issues

    13
    0 Votes
    13 Posts
    2k Views
    V
    @jacobedwards: So I'm planning on upgrading from 2.0.1 to 2.1.4. Anything I should know beforehand? I have backed up configuration files just incase. Will any problems occur that anybody knows off? Should I do anything before I perform the upgrade, I.E. Remove packages etc? You might have better luck if you post this in the forum for "Installation and upgrades", or maybe a mod can split your post out in a new thread.
  • CARP with /30 and routed /29 network

    4
    0 Votes
    4 Posts
    2k Views
    Z
    Thanks for your support. I'm glad that my provider agreed on giving us a /29 subnet for the WAN-side. Therefore I'm ready to try it the easy way ;-)
  • Carp for a single device

    2
    0 Votes
    2 Posts
    769 Views
    V
    Hi BigTy, If I understood your post correctly, CARP is not what you need. Have a look at multi-WAN and policy-based routing. https://doc.pfsense.org/index.php/Multi-WAN_2.0
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.