• Squid HA

    1
    0 Votes
    1 Posts
    463 Views
    No one has replied
  • Virtual IP and NAT Troubleshooting

    2
    0 Votes
    2 Posts
    439 Views
    johnpozJ
    So this is basic port forward troubleshooting issue. For starters RDP open to the public - Would NOT suggest!!! If you need to rdp to some server on your network, vpn into your network than access. Please look over the troubleshooting guide https://www.netgate.com/docs/pfsense/nat/port-forward-troubleshooting.html Come back if you have specific questions.. My guess off the top without any details at all would be your servers firewall... Out of the box windows sure and hell not going to allow rdp from some public IP.. Out of the box only the local network can rdp, etc.
  • DNS Forwarder on CARP doesn't register hostname in DHCP lease on secondary

    Locked
    20
    0 Votes
    20 Posts
    6k Views
    DerelictD
    The solution is right there. Set up a DDNS server off the firewall and have both nodes update that. Locking this ancient thread.
  • bidirectionnal sync

    6
    0 Votes
    6 Posts
    905 Views
    jimpJ
    @skullnobrains said in bidirectionnal sync: i assume carp load sharing is a no-go as well Correct. There is no active/active CARP, and no plans for it. @skullnobrains said in bidirectionnal sync: would netgate be interested into adding the feature to the stock pfsense ? As far as I'm aware, we do not have any interest in that. We are focusing any effort in that area on working toward a proper API rather than adding to the current less-than-ideal methods.
  • CARP with 1 WAN IP

    13
    0 Votes
    13 Posts
    6k Views
    M
    To get around the hassle of this setup, much like my own you can always do the following: Virtual side make the vNICS MAC for both boxes the same for the WAN interface. I use a termination box in front of mine for VDSL and a switch before it goes into the virtual environment. That's pritty much it. Will work, but note it will show as up on both boxes for WAN interface and the WAN graph will look a little odd on the standby box as expected.
  • CARP didnt failover after wan became offline

    4
    0 Votes
    4 Posts
    657 Views
    DerelictD
    pfSense HA/CARP is a Layer 3 failover system designed to failover in most router failure scenarios. Your vSwitch not passing traffic but having link up would be a layer 2 failure. You would need to build in redundancy at layer 2 for that.
  • Can't ping VIPs

    1
    0 Votes
    1 Posts
    412 Views
    No one has replied
  • Create routable Virtual IP on my LAN segment?

    1
    0 Votes
    1 Posts
    356 Views
    No one has replied
  • IPv6: CARP VIP with Route Advertisements?

    8
    1 Votes
    8 Posts
    2k Views
    T
    Both the master and the slave send a lifetime of 30 seconds, which is in accordance with the value set for the AdvDefaultLifetime parameter in the automatically-generated /var/etc/radvd.conf on both boxes. However, I have set the Router Priority to Normal on the master and Low on the slave, so traffic normally always goes to the master. It's just the 30 second delay between the time the master goes down and the route disappears from the client PC that bugs me. At least with a setup where you can point to a CARP VIP (like in IPv4) and the VIP can move from the master to the slave in a split second that's a much faster failover time.
  • 0 Votes
    4 Posts
    1k Views
    H
    Thank You for your reply, I wasnt shure whether CARP should set VRRP MAC in ARP packagess outside FW/LAN context. Thank You for clarifying this, so we have to discuss the issue with our ISP.
  • 0 Votes
    3 Posts
    524 Views
    DerelictD
    You need a rule like that on the secondary for the initial sync. When that sync happens the rule on the sync interface on the Primary will sync to that interface so it also needs to be in place. If the rule is on the sync interface on the primary and you end up with nothing on the sync interface on the secondary you likely have an interface mismatch. Use Status > Interfaces on both to be sure they match. Everything on every interface has to match exactly Example: WAN Interface (wan, igb0) LAN Interface (lan, igb1.223) MGMT Interface (opt1, igb1.999) All three elements must match (WAN, wan, igb0) (MGMT, opt1, igb1.999) in the same order.
  • [SOS] How to enable CARP after temporaly disabled CARP?

    2
    0 Votes
    2 Posts
    319 Views
    DerelictD
    You should be able to access it on its interface address(es) instead of the CARP VIP(s).
  • Routing issues with VIP's

    4
    0 Votes
    4 Posts
    788 Views
    DerelictD
    Yeah. Make a host-only network switch for each one and a pfSense interface. Make a pfSense interface for each subnet. Put the firewall rules on each so they pass the traffic. If you don't want to make a bunch of vmware interfaces, then "tag" VLAN 4095 to a pfSense interface and the VLAN tags will be there so you can make pfSense interfaces on them. Beware that vmware scrambles your interface order after you add your 6th interface or something. Bottom line is putting all those subnets on one broadcast domain and expecting them to communicate is simply not the way to go. Each one should be on separate router interfaces so those networks can, you know, be routed to each other. Regarding the intermittent behavior, you are probably running into issues with different behaviors regarding ICMP redirects which is one of the main problems with that sort of design. I would never expect that to work 100%.
  • HA Sync issues

    8
    0 Votes
    8 Posts
    2k Views
    J
    Yea im not sure, coulda swore i set them the same on both. I went ahead and changed the user back to the one i wanted on the primary node. Did a force sync and it works now...heh. hey it works. Thanks for the help!!
  • Assigning uplinks to VIPs

    4
    0 Votes
    4 Posts
    693 Views
    KOMK
    @umademelosemyusernamepfsense said in Assigning uplinks to VIPs: can you still take single out an address from the lot and masquerade it? Or do all have to be 1:1? I'm not sure I understand your question. Like I said earlier, I have 13 VIPs. One of them is our gateway. I could specify any of the others as gateways. I use NAT port forwards to connect some of those VIPs to internal servers such as our web server, Nextcloud server etc. I used to also run mail and DNS via NATs but I've scaled back lately and just have the one gateway and two web servers. Maybe if you described the Big Picture of what you really want to accomplish from a high-level view. A lot of times, we get people who have dreamed up a half-baked solution and then they want specific help with each step when the better course would have been to ask for guidance about the project as a whole. I'm an intermediate-level brain here so maybe one of the bigger brains can see what you're trying to do.
  • 0 Votes
    4 Posts
    620 Views
    R
    Oh - Derelict, Thanks for pointing me in the right direction and warning me about the reaction I might get if I ask about CARP. reberhar
  • Pfsense CARP switch without reason from MASTER/BACKUP randomly

    Locked
    3
    0 Votes
    3 Posts
    510 Views
    DerelictD
    And you probably want to repost to your other thread with the same subject. Locking this one.
  • Packet loss when secondary is online.

    4
    0 Votes
    4 Posts
    879 Views
    A
    @derelict correct.
  • replace router from a CARP interface - Behavior ?

    2
    0 Votes
    2 Posts
    441 Views
    P
    Hi, Any idea please ?
  • CARP Failover problem

    4
    0 Votes
    4 Posts
    775 Views
    DerelictD
    Outbound NAT must also be set to use the CARP VIPs. It is perfectly normal for a traceroute response to appear to come from the interface address not the CARP VIP. You'll probably need to perform troubleshooting steps to determine what is actually failing and we can go from there. https://www.netgate.com/docs/pfsense/routing/connectivity-troubleshooting.html
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.