• Using carp ip as a gateway makes connection slow

    1
    0 Votes
    1 Posts
    437 Views
    No one has replied
  • Can't PING VIP address

    1
    0 Votes
    1 Posts
    472 Views
    No one has replied
  • Default route lost when primary is restored

    9
    0 Votes
    9 Posts
    1k Views
    D
    @Derelict: WAN Interface: Static IPv4 10.10.75.251/29 Gateway: x.x.x.17 Having your gateway not included in the interface subnet is an odd configuration. Or is the interface really a /24 and you can only use that /29 out of it? Sorry, I doesn't mentioned it! The gateway is a public IP address, 62.x.x.17 and "use non local gateway" is set. Outbound NAT is also set. I read all the threads here about this setup with version > 2.2 and someone mentioned, that the mask on the WAN interfaces should be the same as the public networks. I changed it to /24, master 10.10.75.251/24, slave 10.10.75.252/24 but there is no change. Master to Slave runs perfectly with only some lost packets, Slave to Master lets the default gateway missing on master. If I add it manually with route add default 62.x.x.17 all is up immediatly. I have done some debugging on console: a) console on master enter persistent CARP maintenance mode on MASTER failover to slave, all connections established default gw lost on master (netstat -r) leave persistent CARP maintenance mode on MASTER all interfaces and services "green" only default gw lost route add default 62.x.x.17 all is up b) console on master ifconfig ibg4 down (WAN interface) failover to slave, all connections established default gw present on master ifconfig ibg4 up go back to master as active all interfaces and services "green" only default gw lost route add default 62.x.x.17 all is up c) console on master sysctl net.inet.carp.demotion=250 failover to slave, all connections established default gw present on master sysctl net.inet.carp.demotion=-250 go back to master as active all interfaces and services "green" default gw present on master!!! all is up I tried c) several times and pf always switches perfectly between master and slave without lost of any connection. If I simulate a lost WAN interface with b) the default gw will be present. The default gw not lost during failover, but when the Master takes over again. If I set the Master in maintenance mode a) , the default gw is lost immadiatley. What are the differences between these scenaries, so that only c) function correctly? Tom
  • Logging and High Availability

    1
    0 Votes
    1 Posts
    376 Views
    No one has replied
  • High Availability & Bridged/Transparent Firewall

    4
    0 Votes
    4 Posts
    1k Views
    T
    Following up on this topic.  I never got anywhere with it.  After reading many posts which suggested solutions such as utilizing STP to handle the potential issues that would arise from the mac address changes on the same physical interfaces - loops, etc, I've had to abandon the idea of using pfSense as a high availability solution when bridging. There just doesn't seem to be a way to really handle it without complex networking and/or adding more hardware across each side.  pfSense seems to need a bridge-specific solution to make this work without significant effort or alteration in my environment - so I've had to end the search and just use pfSense as a router as well.
  • Virtual IP help needed pls ….

    1
    0 Votes
    1 Posts
    434 Views
    No one has replied
  • Failed to function WAN CARP.

    3
    0 Votes
    3 Posts
    651 Views
    DerelictD
    To start, your provider is probably not CARP compatible, or it would likely be working. When it comes to CARP VIPs and ISPs there are two general principles that they must support. CARP advertisements egress sourced from the CARP MAC address. This performs two tasks: The switch sees the CARP MAC address and adds it to its MAC address table The BACKUP CARP node sees the advertisement and does not switch to MASTER The ISP, having traffic for the CARP VIP address does an ARP request. The pfSense WAN responds to the ARP "WHO HAS" from the interface MAC address but says the address IS AT the CARP MAC. This directs traffic from upstream to the CARP VIP to the CARP MAC address which has previously been installed in the switches MAC address table by virtue of the CARP advertisements. Upstream has to support multiple MAC addresses and multicast for CARP to function. ISP gear does some silly-ass crap. Especially residential gear. There has to be solid layer 2 between the two CARP nodes and the upstream.
  • Netgate SG-3100 - LAN fail not recovering on secondary appliance

    1
    0 Votes
    1 Posts
    443 Views
    No one has replied
  • Pfsense upgrade and sync error

    2
    0 Votes
    2 Posts
    630 Views
    DerelictD
    If you cannot upgrade the secondary, backup the configuration, install 2.4.2 fresh, and restore the configuration. It will be a surprise to nobody that you are experiencing problems with that disparity between node versions.
  • HA and CARP for the DMZ

    2
    0 Votes
    2 Posts
    531 Views
    dotdashD
    Think of the DMZ as another LAN segment. It will need a CARP VIP to float between the firewalls. The Public IPs you are using for 1-1 NAT will just be CARP VIPs off the WAN.
  • Preventing UCARP from taking over on boot

    4
    0 Votes
    4 Posts
    808 Views
    DerelictD
    In all honesty, I would go to 2.2.6 first. It is much more tolerant of being installed with the WAN disconnected. After you can do it in Maintenance mode with the WAN connected the other upgrades will go a lot smoother.
  • HA works, but can't connect to Backup node

    2
    0 Votes
    2 Posts
    484 Views
    J
    So, I may have solved my own problem. I created a new CSR and created a cert with an Alternate name, so that the cert would work for both nodes. It seems to work. I'll report any oddities. John
  • Panic pfsense_undefer_state unable to find state

    3
    0 Votes
    3 Posts
    568 Views
    artooroA
    Thanks for pointing me to that bug.
  • XMLRPC Error message

    1
    0 Votes
    1 Posts
    614 Views
    No one has replied
  • HA interface assignment best practices

    2
    0 Votes
    2 Posts
    516 Views
    DerelictD
    You can certainly use LACP and VLANs to do LAN and WAN in the lab. Many people (me included) do not like mixing inside and outside traffic on one switch/stack. Many people (me included) do it anyway. I have not seen a recent, credible case of VLAN hopping with the exception maybe of TP-Link's VLAN1 nonsense. Even less of a reason to be concerned in the lab. But in your case, I would probably do a lag for the outside and a lag for the inside, with two interfaces each even if they are to the same stack, and one of the add-on ports for SYNC.
  • Virtual IP not reachable.

    1
    0 Votes
    1 Posts
    490 Views
    No one has replied
  • CARP sync failure

    7
    0 Votes
    7 Posts
    1k Views
    DerelictD
    Glad it's working. Status > Interfaces is probably the best tool to use for this since it lists all of the interface elements in play in order in one place.
  • Can't access backup unit when primary unit is active

    1
    0 Votes
    1 Posts
    352 Views
    No one has replied
  • Undocumented protocol change in pfsync ?

    2
    0 Votes
    2 Posts
    498 Views
    jimpJ
    Any time there is an upgrade, especially across operating system versions, there is always a possibility that will happen. It doesn't always affect everyone, but you can never rely on pfsync working during a significant OS update.
  • High Availability fail-over combined with IPv6

    2
    0 Votes
    2 Posts
    1k Views
    M
    Ok, I found out the following: The described problem only occurs to VM's hosted our 2 ESX 6.5 hypervisors. All bare metal servers will work completely fine (on-link and directly connected), only VM's are affected. On Vmware the vSwitches are configured including the following settings: Promiscuous mode enabled; MAC Address changes enabled; Forged transmits enabled; However, I don't think this is strictly needed since the firewalls are physical devices. Is someone aware of a required setting that is required in VMware / pfSense to get this correctly working? Thanks anyway :)
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.