• HA / CARP / VIP

    5
    0 Votes
    5 Posts
    839 Views
    B
    @JeGr Hi JeGr Thank you for you explanation. I've talked to my provider and they can supply me with a transit network and route a /29 through it. Though their /29 is more expensive than renting a /24 from a provider. My concern is if they will be willing to announce this /24, if they have to or they can refuse? the price they will charge for it I will clarify it tomorrow.
  • CARP corruption

    1
    0 Votes
    1 Posts
    318 Views
    No one has replied
  • CARP WAN VIP public

    21
    0 Votes
    21 Posts
    2k Views
    Y
    PROBLEM SOLVED: Call on OVH to activate the promiscuity mode on our WAN interfaces. From now on everything is working, thank you for your help.
  • Productive certificate is not used

    1
    0 Votes
    1 Posts
    248 Views
    No one has replied
  • ACME with webroot FTP not work

    7
    0 Votes
    7 Posts
    2k Views
    P
    OMG. My bad! I have protected the HTTP directory password. The password was stored on the external system in the browser. So LE could not access it. Sorry for my misfortune :-(
  • HA proxy Global email notifications

    1
    0 Votes
    1 Posts
    291 Views
    No one has replied
  • CARP Backup UI not available

    5
    0 Votes
    5 Posts
    740 Views
    DerelictD
    No. You set up outbound NAT on the inside interface of the HA pair. You need connections to the backup node to appear as they are coming from the master node's inside interface. That way reply traffic is same-subnet so it will be routed correctly. This should be configured in both directions since you might want to access the primary while the secondary is master.
  • ISP do not provide more then 1 public ip...

    6
    0 Votes
    6 Posts
    690 Views
    N
    René, Depends on your modem. You can. Ask your isp for the instructions. But to you can try to log on to the modem and look for DMZ host or forwarding host and have it send all the data to your internal private specific IP address. Niels
  • I can't understand any of the Virtual IP/Proxy ARP/CARP documentation

    7
    0 Votes
    7 Posts
    1k Views
    DerelictD
    @dlogan What you are trying to do is difficult because you have an interface network and not a subnet routed to your interface address. You want to do something that is normally accomplished by routing but you cannot route an interface address into another inside network because it is not routed to you. You have four choices: Put a switch between your ISP and your WAN ports and just assign two different addresses to both pfSense and the other router's WAN. Your ISP might or might not support this. (Some ISPs put weird/nonsense limits on the number of MAC addresses, etc.) The pfSense firewall would not be involved in the traffic flow to/from that router at all. Bridge an inside interface with the WAN and put the router WAN on the inside bridge port. Your ISP might or might not support this as above. The pfSense firewall could be involved in the traffic flow using firewall rules on the bridge member interfaces if properly-configured. Use 1:1 NAT to NAT one of the interface addresses (an IP alias VIP on your pfSense WAN) to the inside address of the router WAN (A private RFC1918 address, usually). This is what people commonly do when they absolutely have to use an ISP router on the outside for various reasons but want to use a pfSense firewall behind that. Tell your ISP you need another subnet routed to your WAN address. You can then route that subnet properly to an inside network and use it directly on inside devices.
  • CARP+IPSEC+0.0.0.0/0

    1
    0 Votes
    1 Posts
    244 Views
    No one has replied
  • HA Proxy Authentication?

    1
    0 Votes
    1 Posts
    201 Views
    No one has replied
  • Both nodes being secondary

    2
    0 Votes
    2 Posts
    239 Views
    A
    I found a solution - restart :). It seems that the advskew wasn't picked up correctly. I set it to 0 but it reverted to 100 on both nodes which went unnoticed. After making sure it is at 0 for the primary and removing and readding peer IP it recovered.
  • HA proxy on pfsense cannot working

    19
    0 Votes
    19 Posts
    3k Views
    U
    @netblues Sure, thanks
  • Delete virtual IP from command line?

    2
    0 Votes
    2 Posts
    648 Views
    C
    CARP IP aliases can be temporary or permanently disabled via PHP Shell. So, problem has been solved.
  • Whats My IP Not Showing CARP IP

    4
    0 Votes
    4 Posts
    516 Views
    DerelictD
    And none of the guides said to put a rule like that in place at the top. In fact many caution against it.
  • Public IPs in CARP packets

    4
    0 Votes
    4 Posts
    804 Views
    artooroA
    Thanks guys, makes sense. Using the decode as method works.
  • Some doubts configuring High Availability in pfSense 2.4.4.

    6
    0 Votes
    6 Posts
    821 Views
    jimpJ
    @ramses-sevilla said in Some doubts configuring High Availability in pfSense 2.4.4.: Well, then, if the primary node crash I can't modify the config until repare the primary node and be up, isn't it? Correct. The only thing you should be worrying about when the primary is down is fixing the primary. You could keep a record of changes and then make them again once the primary is online, but there is no way to feed those back to the repaired primary automatically. Is there no other way to mount the cluster to avoid this problem? Nothing easy. You could completely change the secondary config so it becomes a new primary, but then you couldn't just turn the old primary back on, you'd have to reconfigure it as the new secondary. That's a significant amount of work, though (changing sync settings, manually adjusting IP addresses, VIPs, etc)
  • HA issue

    5
    0 Votes
    5 Posts
    629 Views
    V
    Yes, that's OK, the CARP VIP should be used as upstream gateway. Do you syncing the states? When the second box is master and upstream traffic is blocked, what does the filter log show?
  • HA Configuration, secundary Device blocks packets in recovery mode

    7
    0 Votes
    7 Posts
    514 Views
    M
    good morning, first of all - thank you for your replys! I teststed again - but to be more precise here are some additional details: I activated Sync Status now on both devices the messages about blocked V4 Packet didn't come again So now - I guess there is (maybe) a missleading idea in my testcase or a missing function - I dont't know: Case: Diconnecting USERLAN (Cutting cable): Backup device went in Master State with Interface USERLAN WAN Interface remains as BACKUP Internet connection is losst and didn't return until the cable is plugt in again Case: Powering off the Master Device: Backup device went in Master State with ALL Interfaces Internet connection is working as expected My guess is now - maybe the case of a "broken" cable is not covered of the pfsense HA Cluster? Or do I have to dig deeper and there is a missconfiguration on my site? Best regards Martin
  • Cannot access WebGui of the secondary node in HA cluster

    2
    0 Votes
    2 Posts
    328 Views
    jimpJ
    That is not normal, but the version you are on is so old there is no telling what is wrong. You need to upgrade to a supported release (2.4.4-p3) and try again. Chances are, it won't be a problem after the upgrade. You can do the upgrade from ssh.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.