• 0 Votes
    1 Posts
    527 Views
    No one has replied
  • Hacked up HA setup for home

    1
    0 Votes
    1 Posts
    297 Views
    No one has replied
  • 0 Votes
    4 Posts
    2k Views
    DerelictD
    The best way to do an HA deployment is it invest in the gear necessary to build it correctly. Bridging like that is generally incompatible with pfSense HA. https://docs.netgate.com/pfsense/en/latest/highavailability/layer-2-redundancy.html
  • CARP dual Master for short period

    carp
    2
    0 Votes
    2 Posts
    802 Views
    junicastJ
    As it turned out there was a loop on an interface which caused that behavior, sad but true.
  • CARP performance issue on ESXi

    2
    0 Votes
    2 Posts
    433 Views
    G
    After more test, the more balancer perf I can get are finally with the LRO offload check : it decrease my iperf with the firewall interface a lot (2-3Gb/s instead of 15-20Gb/s), but increase the iperf going throught the firewall, between A and B (2-3Gb/s instead or less than 500Mb/s). I did all these test on the same ESX, so where are my speed ???
  • Help With DORA over CARP

    3
    0 Votes
    3 Posts
    495 Views
    G
    Hi Netblues, Thanks for your fast respons and sorry for not answering sooner. I figured out my troubles, after a while, and found that I needed to add 3 more vmnets (VNICS) on the Firewalls and to Configure those Firewalls, the Windows dhcp servers and the Client machine with the appropriate vmnets to them aswell in Workstation Pro. Because I broadcastet my dhcp renewal from the client into the same network and hadn't seperated the network with different networks, I simply got a messy DORA exchange on the firewalls, where they would send the discover, offer, request and acknowledge between FW1 and FW2, before sending it to the dhcp servers.
  • Virtual ip addresses fail to assign to PPOE Interface

    6
    0 Votes
    6 Posts
    1k Views
    viktor_gV
    added to https://redmine.pfsense.org/issues/7132#note-7
  • CARP issues due to Layer 2 switching

    7
    0 Votes
    7 Posts
    2k Views
    maverickwsM
    Again I stress... not really a programmer, this kind of is a bit over my head. I will try to look into it with some spare time, but in the meanwhile I wonder if no one would also benefit from this and if there isn't someone who maybe could pick this up and wrap it quickly.
  • HA Slave Slow WebUI

    1
    0 Votes
    1 Posts
    419 Views
    No one has replied
  • Secondary router not passing traffic

    2
    0 Votes
    2 Posts
    227 Views
    S
    Is "Synchronize states" checked on both routers in System/HA Sync? Not having states synced would block existing connections but new connections should work. Possibly something upstream isn't liking the IP changes? Did you look at https://docs.netgate.com/pfsense/en/latest/book/highavailability/high-availability-troubleshooting.html#other-switch-and-layer-2-issues
  • Multi-wan HAProxy redirect

    1
    0 Votes
    1 Posts
    250 Views
    No one has replied
  • Can HAProxy pass OpenVPN

    8
    0 Votes
    8 Posts
    3k Views
    G
    @johnpoz said in Can HAProxy pass OpenVPN: Well for haproxy to pass it on it would have to meet your acls... So say some random guy hit your IP. Unless he was calling for your exact fqdn say host.domain.tld ha proxy would not pass it on to your server. Or whatever other acls you setup on haproxy. Thanks @johnpoz ... Do you know if HAProxy returns an error like a 401/403 or if it just drops/rejects the connection?
  • Questions about CARP setup

    11
    0 Votes
    11 Posts
    771 Views
    maverickwsM
    Hi @teamits hehe well actually I do because the SYNC network also has a few other clients behind it that require the VIP such as LAN. Basically as I mentioned on the above posts, I chose an already existing network for SYNC that has two other clients beside the pfSense machines. This is a secured network and these are administration machines with restricted access and little traffic. The documentation recommends a separate network, as I see it, for two factors: network availability and load privacy and security (as passwords aren't really encrypted) Since the chosen network complies with these requirements, it is a very restrict network with very low traffic, this network was used and hence the interface used for sync has a carp vip. Anyway, all configurations: HA, Interfaces and DHCP server etc have the peer IP directly where it belongs, not the CARP VIP. I expect this interface to work alike the other interfaces (LAN/DMZ7DATA) etc.
  • Switch Carp MASTER to BACKUP via terminal

    8
    0 Votes
    8 Posts
    2k Views
    DerelictD
    It does not matter what interface you are connected to when you issue that command. It demotes all CARP VIPs on that node to advskew 254. If you run that (or use enter CARP Mantenance mode in Status > CARP - which does the same thing) and you still see MASTER VIPs on that node, your HA is not properly-configured in the first place. Are all of your CARP VIPs MASTER/BACKUP before you try to put the master into maintenance mode?
  • Can't access Backup router after HA/CARP enabled

    4
    0 Votes
    4 Posts
    599 Views
    T
    Today I had an idea. I disabled the firewall with pfctl -d on the second device. Access was possible again. After syncing the config from the first to the second pfsense, I enabled the firewall again with pfctl -e. You might want to reboot your device at this point. Now it works again. I must have messed up something with the firewall rules, and it was applied to the second pfsense, and then I was locked out as well as my first firewall from the gui. I have no other explanation for my situation. You can follow the guide from the docs (found that later): https://docs.netgate.com/pfsense/en/latest/book/config/what-to-do-when-locked-out-of-the-webgui.html#disable-the-firewall also check, what @jgraham5481 said in Can't access Backup router after HA/CARP enabled: Those carp addresses should be the same subnet mask as the network they live on, ie: should be /24 if the interfaces on the master and salve firewalls are /24/
  • pfsense CARP/HA not working

    10
    0 Votes
    10 Posts
    2k Views
    B
    Thanks @netblues I worked out what my issue was, I made a rookie mistake when creating the VLANs on the secondary pfsense machine. The VLAN subnet should have been 192.168.150.2, but I assigned 192.168.150.1 which meant .1 was duplicated twice on the network. Once that was corrected, everything works fine now.
  • Remove a CARP/HA

    1
    0 Votes
    1 Posts
    217 Views
    No one has replied
  • HAProxy domains with specific path

    1
    0 Votes
    1 Posts
    166 Views
    No one has replied
  • Monitoring backup member of HA cluster

    2
    0 Votes
    2 Posts
    382 Views
    V
    @jgraham5481 https://docs.netgate.com/pfsense/en/latest/highavailability/troubleshooting-vpn-connectivity-to-a-high-availability-secondary-node.html
  • HA Config Sync Status

    3
    0 Votes
    3 Posts
    482 Views
    D
    True, but I need to "prove" that they are in sync for a 3rd party audit. So I need to show the current status of the sync.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.