• HA-Proxy, HTTPS-Offload, Optionen?

    1
    0 Votes
    1 Posts
    343 Views
    No one has replied
  • CARP/HA + Ipsec, failover is not working as expected

    4
    0 Votes
    4 Posts
    888 Views
    D

    Hey friend. This seems a little late coming, but I thought I'd leave a reply here as I ran into the same "issue" myself just today.

    By the nature of an IPSec tunnel, they do not truly get "started" or "stopped" they only come up when traffic that is being routed through them is detected. So in this case, basically as soon as there is traffic on the IPSec tunnel from the secondary node after your primary fails, it will connect perfectly fine with the new tunnel.

    To test this yourself, you can add an address in your P2 entry at the bottom to automatically ping. This ping will occur every few seconds and as soon as the first ping is sent from the secondary node after the fail, the tunnel will reconnect and allow traffic to pass.

    Hopefully this helps you and any others pursuing this topic in the future!

  • OpenVPN restarts on slave after XMLRPC sync

    7
    0 Votes
    7 Posts
    1k Views
    N

    @saymeeeow This is as official as it gets.

    Redmine says its scheduled after version 2.5
    So its gonna take a while.

    I'm also experiencing issues with openvpn
    Used as a client, when secondary node restarts, even though isn't master, openvpn client starts, causing havoc to main instance.

    Straight forward to replicate.

  • VIP (192.168.0.0) on WAN, how to route traffic for clients (radiolinks)

    7
    0 Votes
    7 Posts
    974 Views
    V

    @filosofixit
    Now it's clear.

    The radios have to be configured to use pfSense (192.168.0.1) as default gateway.

    On pfSense you have to remove the check at "Block private networks" in the WAN interface settings.
    Then add a firewall rule to WAN allowing traffic from the radios subnet (maybe 192.168.0.0/24) to whatever you need.

    For accessing the radios from LAN you should disabling the NAT on these connections. Go into the outbound NAT settings. If it's in automatic mode, select the hybrid mode and save it.
    Than add a rule:
    Do not NAT: checked
    Interface: WAN
    source: LAN network (or an alias for all your internal networks or RFC1918)
    destination: the radios subnet (192.168.0.0/24?)

  • troubleshooting XMLRPC sync

    1
    0 Votes
    1 Posts
    428 Views
    No one has replied
  • lan port on backup recently loose its static ip and take the vip lan

    1
    0 Votes
    1 Posts
    351 Views
    No one has replied
  • DUP! - CARP with Virtual-IP and single firewall for NAT

    1
    0 Votes
    1 Posts
    414 Views
    No one has replied
  • Sync issue - Backup pfSense scrambled configuration - 2.4.4-RELEASE-p3

    3
    0 Votes
    3 Posts
    705 Views
    F

    @daddygo I've updated to the latest version. I still do get issues with the carp IP syncs. I don't get why it's doing a splitbrain master config all the time. Additionaly it does shift the IPs in the list. I don't get why. Is there any way, I can dig deeper log level wise to figure out what actually might be the reason?

  • Domain-name connects with backup server instead of master server

    2
    0 Votes
    2 Posts
    555 Views
    M

    @maartenv
    FOUND IT! My hostname was wrong. I forgot to set the right hostname in the "General Setup"

  • HA Cluster issue on Secondary FW - States growing and crashing FW2

    1
    0 Votes
    1 Posts
    334 Views
    No one has replied
  • Choose CARP interface priority

    1
    0 Votes
    1 Posts
    833 Views
    No one has replied
  • HAProxy and Bitwarden_rs Websockets

    2
    0 Votes
    2 Posts
    653 Views
    P

    @clumbo
    The docker didnt listen yet? ( https://forum.netgate.com/topic/159331/haproxy-and-websockets?_=1608750100359 ) or different issue here?

  • pfSense HA/CARP is Active/Passive?

    1
    0 Votes
    1 Posts
    393 Views
    No one has replied
  • Sync changes from Slave to Master

    5
    0 Votes
    5 Posts
    1k Views
    DerelictD

    @viragomann Good luck with that.

    It might work for some things but if you do something like create a new CARP VIP with an advskew of 100 (the default on the secondary) I would expect it will not sync to the primary correctly.

  • CARP without multicast

    5
    0 Votes
    5 Posts
    1k Views
    B

    @derelict it is a physical setup, not virtual.

    I have the core network setup with BGP routing working via FRR.
    The 2 BGP legs are on separate subnets, so CARP multicast isn't working...

    I've been working hard on this setup and have (via a lot of reading and fustration over the CARP functionality not beinging configurable to something else eg simple ping's and then sync the state over the SYNC interface) have ended up with something like the following:

    The two BGP routes are connected to two switches (which are stacked for failover and LAGG/LACP) and then setup LACP on the WAN interfaces on the XG-7100's so they are connected to each BGP and then have a network specialist (I'm dumb when it comes to network equipment) configure the switches for me so LAGG/LACP is isolated to 3 ports and multicast is kept on the ports the WAN ports are located in to avoid network spam.

    I hope this will work, but I need to read up on the XG-7100 to setup WAN LACP and find a way to test it without the actual switch(es) to avoid downtime. For some reason Netgate likes to use switches and obscure non ethX naming schemes for everything and not expose information about the physical layer before actually configured PFSense makeing i difficult for a (PFSense/FreeBSD) noob to get up 2 speed.

    There is a first time for everything.

    Thanks for your updates and sorry for the very long delay in the update - I had to get moving on this project faster than expected and have just finised to the above state where WAN LACP and stacking switch configuration is needed (even our hosting partner had issues with BGP due to PFSense not being Cisco and for some reason FRR had issues with the BGP password causing weired issues and one of the BGP CPE's fail on ARP refresh from time to time, so it has been a fustrating and slow process).

  • Workaround for problem similar to bug #8100

    1
    0 Votes
    1 Posts
    319 Views
    No one has replied
  • TCP Issues on Remote End of HA Pfsense IPsec Tunnel

    8
    0 Votes
    8 Posts
    1k Views
    DerelictD

    @rivest1000 That should be fine. Sounds like you need to simultaneously capture an interesting connection on all three inside interfaces and see what there is to see. Sorry but it's something unique to your environment based on what I have so far. Are the missing FIN/SYN packets being sent to the primary while the secondary is MASTER?

    You're POSITIVE the zabbix hosts have the correct default gateways for the necessary traffic?

  • Troubleshooting VPN Connectivity to a High Availability Secondary Node

    10
    0 Votes
    10 Posts
    1k Views
    DerelictD

    @rivest1000 Need a better description of exactly what you are saying. You should also probably start a new thread. It doesn't sound like you are talking about the well-known need to NAT from the primary when talking to the secondary over a VPN.

  • HAProxy with SSL offloading and X-Forward-For

    3
    0 Votes
    3 Posts
    678 Views
    B

    @piba Thanks for the reply!
    I will try the suggestion for Letsencrypt

    The Apache2 server has been configured to capture the X-Forward-For in the log file but only the gateway IP address is donut in the log file. I think it has to do with the SSL part...

  • HAProxy with several public IP's

    7
    0 Votes
    7 Posts
    1k Views
    P

    @noplan
    yes its set for another port.
    My thoughts regarding this issue

    I have other https Server running on the other public IP's - so could it be something in this ( Allthough the DNS just point to a IP ) but it'll look like some of those settings are conflicting or something.
    The internal Proxy are running great and like the view of the green certificate

Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.