• CARP messing with route and VIP

    3
    0 Votes
    3 Posts
    693 Views
    B
    they are aleady absolutely the same for both servers (Master and Backup) bge0 –- WAN1 bge1 --- WAN2 em0 ---- LAN em1 ---- HA
  • SYNC Interface in CARP Displaying Too Much Bandwidth

    2
    0 Votes
    2 Posts
    458 Views
    jimpJ
    It will use however much bandwidth it needs to communicate all of the state change information required (inserts, updates, deletes). The more traffic and states you have, the higher the sync traffic bandwidth will be.
  • CARP - Prevent flapping

    2
    0 Votes
    2 Posts
    1k Views
    U
    Hello, sorry for old post, but same question here.  Is there any solution for this?
  • Persistent XMLRPC Sync Error

    2
    0 Votes
    2 Posts
    2k Views
    J
    Well go figure, re-configuring the sync interface to use igb4 instead of igb5, and then swapping the firewall rules assigned to the interface and hey presto, a working XMLRPC setup,  so devs…bug here hey?! tcpdump -i igb4 results: 08:19:47.313327 IP 172.16.0.3 > 172.16.0.2: PFSYNCv5 len 280     update compressed count 3     eof count 1 08:19:47.758196 IP 172.16.0.2 > 172.16.0.3: PFSYNCv5 len 280     update compressed count 3     eof count 1 08:19:48.377325 IP 172.16.0.3 > 172.16.0.2: PFSYNCv5 len 196     update compressed count 2     eof count 1
  • DHCP on CARP with mutliple VLANs

    1
    0 Votes
    1 Posts
    486 Views
    No one has replied
  • Dual VRRP Links cause CARP to fail - IGMP Related?

    2
    0 Votes
    2 Posts
    609 Views
    DerelictD
    Same VHID on the CARP VIP and the VRRP? Though that should blow up with only one link due to the identical MAC addresses. I would pcap on both nodes for CARP and connect both and see what's really happening.
  • LAN limiter: pfsync_undefer_state: unable to find deferred state

    7
    0 Votes
    7 Posts
    2k Views
    S
    I found this solution here and will try it out for the next days. The symptom is not exactly the same, but it deals with Limiters and HA and is not solved. Btw. I had also a crash of the master node after those flooding messages. https://redmine.pfsense.org/issues/4310#note-44 After a few days operating in production, the solution above is working with pfsync and limiters… perfect. Tag a VLAN on the LAGG and that will support altq. OK, thanks for your advice! At the moment we do not use any VLANs…
  • Two pfSense-Gateways with one public ip

    3
    0 Votes
    3 Posts
    790 Views
    F
    Yeah, I came to that conclusion as well. The customer needed some persuation though…
  • CARP problem with OSX clients

    1
    0 Votes
    1 Posts
    479 Views
    No one has replied
  • CARP and the WAN

    6
    0 Votes
    6 Posts
    2k Views
    T
    @Topski: And I am using VMware 5.x. Can I use HA without vDS (no enterprise licenses here)? Does it work across ESXi boxes, when creating dedicated port groups for the promiscuous mode? If not using vDS, then the switch is 'per hyper visor'. AFAIK RARP advertisements appear only on the switch it is connected to. Just tested, this works fine  8) :)
  • 0 Votes
    23 Posts
    9k Views
    DerelictD
    Well, I know what it's not… pfSense. It's always the switching layer, bro.
  • Troubles changing Outbound NAT to WAN CARP VIP

    2
    0 Votes
    2 Posts
    840 Views
    DerelictD
    In Diagnostics > Ping you can set the CARP VIP as the source address. See if you can ping the ISP gateway or things out on the internet like 8.8.8.8 when doing that. You can also use Diagnostics > Test Port to do the same thing. See if you can connect to something like www.google.com on port 443 sourcing from the CARP VIP. If either of these fail, outbound NAT using that address will very likely fail too and more investigation will be necessary. Probably packet captures to see what's really going on out on WAN where the ISP device and the CARP VIPs are concerned.
  • CARP IP failover on WAN/LAN ping fail?

    6
    0 Votes
    6 Posts
    2k Views
    B
    Thank you guys for the clarification!
  • One public ip not failing over.

    2
    0 Votes
    2 Posts
    759 Views
    jimpJ
    So just one client on the network was impacted? Probably that client has something hardcoded pointed at the master and not a CARP VIP (e.g. its gateway or DNS servers)
  • Bug: IP Alias VIP interferes with primary interface when dhclient in use

    8
    0 Votes
    8 Posts
    1k Views
    W
    Yes, I guess I should have done that to begin with. When things are working vs not,``` ifconfig igb1 working: inet 108.245.XXX.XXX netmask 0xfffffc00 broadcast 108.245.XXX.255 inet 192.168.10.2 netmask 0xffffff00 broadcast 192.168.10.255 The obfuscated 108.245 address is the modem's address on the internet. 192.168.10.2 is the VIP, used for modem administration as the modem is at 192.168.10.1 In this scenario, 108.245.xxx.xxx is what will be used by "WAN" for firewall rules, OpenVPN, etc "Status->Interfaces" shows this address for WAN When things go wrong, I see: inet 192.168.10.2 netmask 0xffffff00 broadcast 192.168.10.255 inet 108.245.XXX.XXX netmask 0xfffffc00 broadcast 108.245.XXX.255 "Status->Interfaces" shows 192.168.10.2 address for WAN, and things are broken.
  • 0 Votes
    5 Posts
    11k Views
    U
    @Derelict: All of those should be changed to the CARP VIP. Thank you! It is working now. Latest upgrade to 2.3.4-RELEASE-p1 worked fine as well. Again, thanks for your help!  :D
  • Bug: Proxy ARP mode of Virtual IP GUI does not cleanup choparp processess

    6
    0 Votes
    6 Posts
    1k Views
    W
    Hooray! Confirmed working on 2.4.0-RC
  • Services: LoadBalancer (relayd )

    3
    0 Votes
    3 Posts
    790 Views
    E
    Thanks jimp for the answer. I am gonna investigate haproxy ;-)
  • 2.3.4 freeradius xmlrpc sync fails

    1
    0 Votes
    1 Posts
    712 Views
    No one has replied
  • PfSense 2.3.4 OpenVPN

    4
    0 Votes
    4 Posts
    1k Views
    jimpJ
    Is this a client or a server? OpenVPN servers bound to CARP VIPs are kept shut down on whichever unit has the VIP in a BACKUP state. So it's normal for them not to be running on the secondary. When the VIP state transitions to MASTER they are started automatically.
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.