Search
Results (711)
- Revision a227ecef: Merge pull request #3164 from fredronnv/master
- * 'master' of https://github.com/fredronnv/pfsense: Fix bug where CARP vip status is incorrent in the interface when more than one CARP vip is configured for an interface.
- Bug #6892 (Resolved): CARP VIPs Deleted entering CARP Maintenance Mode
- There is an issue both upgrading CARP HA clus ... hen entering CARP maintenance mode, the CARP VIPs are removed from the interfaces instead of ... procedure I followed attached for more info.
- Bug #6887 (Rejected): Carp status widget doesn't work, show wrong IPs status
- In a two nodes cluster with 3 carp IPs, carp ... of one of the three CARP IPs in both nodes.
- Revision 2329b5a8: DHCPV6 only check VIPs in range if range valid
- If the user has input invalid values into ran ... to, then there is no point checking any IPv6 VIPs to see if they fall in the range. None of t ... mit 3707ffc4157408b498d3b84d64918d4e41b5a123)
- Revision 3707ffc4: DHCPV6 only check VIPs in range if range valid
- If the user has input invalid values into ran ... to, then there is no point checking any IPv6 VIPs to see if they fall in the range. None of t ... ecause the specified range is not even valid.
- Bug #6834 (Closed): VIPs can cause hard-to-trace issues with dhcpd.conf
- I just hit a problem with my test version of ... ld (see forum post). In doing so I created 3 VIPs. This is the relevant config.xml <pre> <vip> <mode>ipalias</mode> <interface>opt2< ... ubnet_bits> <subnet>10.1.1.9</subnet> </vip> <vip> <mode>ipalias</mode> <interface>lan</ ... et_bits> <subnet>192.168.1.9</subnet> </vip> <vip> <mode>proxyarp</mode> <interface>lan< ... t_bits> <subnet>192.168.1.10</subnet> </vip> </pre> The relevant interfaces were LA ... documentation isn't clear about setting up a VIP for use in Outbound NAT, what type of VIP (alias or ARP proxy or something else), whic ... art dhcpd for the first time since the above ...
- Revision 5116a8aa: Fix bug where CARP vip status is incorrent in the interface when more
- than one CARP vip is configured for an interface.
- Bug #6799 (Resolved): Negating ``<interface> net`` when a VIP exists on the interface results in unintended behavior
- LAN Interface: 172.25.232.1/24 IP Alias VIP on LAN: 10.10.10.10/32 OPT1 Interface: 192. ... This generally works as expected without the VIP on LAN, but the VIP on LAN results in a rule that looks like thi ... add or if this is unclear just let me know.
- Bug #6678 (Duplicate): Virtual IPv6 IP (IP Al ... 6-PD tracked interface causes inconsistencies
- 2.3.2-RELEASE (amd64) WAN interface gets ... st category for this ticket. CARP? DHCP6?
- Bug #6677 (Resolved): CARP VIPs are configured on disabled interfaces at boot time
- When a CARP VIP is configured for a disabled interface, it i ... being active when it should not be. CARP VIPs for disabled interfaces should be skipped.