• 0 Votes
    2 Posts
    1k Views
    DerelictD
    Sorry. I have no idea what you are even asking. The basic things that need to be changed to run pfSense HA in VMware ESXi are described here: https://docs.netgate.com/pfsense/en/latest/highavailability/troubleshooting-high-availability-clusters.html?highlight=esxi#hypervisor-users-especially-vmware-esx-esxi
  • NTP not running on backup FW?

    11
    0 Votes
    11 Posts
    1k Views
    P
    So now everything worked fine for a little while. But then I saw this: [image: 1555034313766-ntp_status_unreachable.png] Using a shell on pfsense I can ping each NTP server and I can also use ntpdate to set the clock. So basically it's not a firewall or routing problem I think. NTP log doesn't show anything unusual or different compared to the master firewall. I'll keep looking.
  • Multiple WAN HA setup (No Multi-WAN LB or FO)

    3
    0 Votes
    3 Posts
    580 Views
    DerelictD
    You can probably get away with having only one proper WAN with two single-address WANs as long as: All addresses are static (not DHCP, PPPoE, etc) You ensure that the default gateway in the routing table is always the interface where the secondary can get out (has its own routeable interface address) The main issue is that the secondary can access the internet (get updates, resolve DNS, etc) when it is CARP BACKUP.
  • Recovering HA device

    3
    0 Votes
    3 Posts
    562 Views
    J
    Is there a quick way to copy the config from the secondary over to the replaced device? We had a similar failure here.
  • CARP both becoming master on a subnet

    5
    0 Votes
    5 Posts
    841 Views
    V
    Thanks, I will continue my investigation, if I have any further information or questions I will get back to this topic. Thanks
  • Maybe a bug with sync of descriptions of firewall rules

    3
    0 Votes
    3 Posts
    496 Views
    P
    OK, I found the problem. https://github.com/pfsense/pfsense/blob/master/src/etc/rc.filter_synchronize A bunch of these lines: $config_copy['nat']['outbound']['rule'][$x]['descr'] = remove_special_characters($config_copy['nat']['outbound']['rule'][$x]['descr']); The function remove_special_characters strips out everything but a-z, A-Z, 0-9 _ - + Should have maybe used the function htmlspecialchars instead to get special characters encoded instead of stripping them. Also having the xml in UTF-8 allows you to put a lot of international characters in the xml file. Anyway, it's looks like it's been working like this for years.
  • CARP limiters and Traffic Shaping

    2
    0 Votes
    2 Posts
    346 Views
    jimpJ
    I was able to reproduce both of those bugs. We've hit similar things in the past. I created new issues for them: Limiters: https://redmine.pfsense.org/issues/9468 ALTQ Shaper: https://redmine.pfsense.org/issues/9469
  • Pfsense HA setup Issue

    4
    0 Votes
    4 Posts
    672 Views
    DerelictD
    All changes that are synced.
  • Set failover peer ip on dhcpd the client can't get ip.

    15
    0 Votes
    15 Posts
    1k Views
    DerelictD
    check the clocks on both nodes
  • Bridge WAN VIP to Interface Guidance

    5
    0 Votes
    5 Posts
    861 Views
    DerelictD
    A 255.255.255.252 netmask is only a /30. Please send the actual addresses in a chat. That makes zero sense and it's impossible to help you without knowing what they actually are.
  • 0 Votes
    8 Posts
    1k Views
    T
    As posted in other thread... @Derelict Thanks for the tips. I got it to work. I didn't really understand what you meant, but I agreed it seemed like a NAT issue. I found a separate thread where you said the 'NAT Addresss" should be the VIP address. So, I made sure to change all the WAN1 and WAN2 mappings to the VIP addresses. (I tried this once in the past, but I didn't think it worked. I must have not refreshed it or something) https://forum.netgate.com/topic/119782/solved-setup-manual-outbound-nat-section-in-pfsense-docs-unclear-to-me/4 Anyway, after using the VIP addresses in the NAT mappings, it fixed the WAN1 to be online at all times. Thanks!
  • CARP working properly, except WAN1 packetloss on Backup until Master

    4
    0 Votes
    4 Posts
    559 Views
    T
    @Derelict Thanks for the tips. I got it to work. I didn't really understand what you meant, but I agreed it seemed like a NAT issue. I found a separate thread where you said the 'NAT Addresss" should be the VIP address. So, I made sure to change all the WAN1 and WAN2 mappings to the VIP addresses. (I tried this once in the past, but I didn't think it worked. I must have not refreshed it or something) https://forum.netgate.com/topic/119782/solved-setup-manual-outbound-nat-section-in-pfsense-docs-unclear-to-me/4 Anyway, after using the VIP addresses in the NAT mappings, it fixed the WAN1 to be online at all times. Thanks!
  • HA on AWS

    5
    0 Votes
    5 Posts
    896 Views
    G
    @Derelict thank you so much, have a nice day!
  • DNS resolve for internal hosts in HA and peer-to-peer OpenVPN

    11
    0 Votes
    11 Posts
    780 Views
    iorxI
    Success! Tried it out live now. Shutdown machine #1. Branch Office lost its connection to the Main Office for about 10 seconds. This is OpenVPN reconnecting. After OpenVPN peer-to-peer reconnected. Resolving from AD DNS works! TIL: So, multiple domain overrides is the way to go for internal name resolution in this scenario with AD DNSs. Goal achieved with HA, AD DNS and OpenVPN peer-to-peer. Branch Office is not a sitting duck when Main Office is not available. Normal DNS function maintained. Branch Office AD DNSs reach-ability is kept when HA is failed over. Kudos to all! Brgs,
  • CARP-Switch to secondary FW if primary can't reach GW

    2
    0 Votes
    2 Posts
    215 Views
    jimpJ
    No. Each node in an HA cluster needs to have the same set of WANs, you can't fail over for a gateway event.
  • Creat virtual ip on Pfsense

    4
    0 Votes
    4 Posts
    684 Views
    M
    @rico Thank you very much
  • CARP preempt does't work

    18
    0 Votes
    18 Posts
    2k Views
    M
    0_1552590318279_dump.pcap
  • carp master slave - manage master recover

    2
    0 Votes
    2 Posts
    788 Views
    DerelictD
    Set persistent CARP maintenance mode on the primary. Status > CARP. If you ALWAYS want the primary to boot into maintenance mode there is no supported way to do this, but you can install the shellcmd package and sort of force it. You could install the Shell Command package (Will be in Services > Shellcmd after installation) and try to run this as a shellcmd. /usr/local/sbin/pfSsh.php playback enablecarpmaint Note that this will not discriminate as to the reason for the restart. Every time the system boots, it will set CARP Maintenance Mode. You can fail back using the Leave Persistent CARP Maintenance Mode button in Status > CARP. This is not really supported but might be a reasonable workaround for the issue you are describing. Please let us know if this has the desired effect. I tested on 2.4.4-p2. [image: 1552088537047-966800f6-15ee-44ad-81fc-726d447af955-image-resized.png]
  • 1 Votes
    10 Posts
    2k Views
    stephenw10S
    Nice! The ee editor is built in but if familiar with nano no reason not to install it. Also there's vi..... Steve
  • LAN clients - how to access service located on WAN VIP internally

    2
    0 Votes
    2 Posts
    351 Views
    johnpozJ
    Why would you not just resolve abc.def.com to 192.168.1.50 in the first place for devices behind pfsense...
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.