Search
Results (402)
- 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.
- 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 ...
- 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.
- Bug #6657 (Not a Bug): Unable to add network in the source section of a LAN firewall rule
- Since 2.3.2-RELEASE, the following causes an ... le Host 8.8.8.8, any ports 3. Click Save
- Bug #6607 (Not a Bug): OpenVPN server won't s ... , when set to a Gateway Group specifing CARP VIPs
- No problem for OpenVPN clients. When OpenVPN server is set to a simple CARP VIP, it will start after reboot. When CARP fa ... (when set to a Gateway Group specifing CARP VIPs).
- Bug #6605 (Confirmed): rc.linkup logic issues with actions taken
- The actions taken by rc.linkup differ dependi ... e interface_bring_down function removes CARP VIPs from the interface. If you have a static v4 ... ch makes the secondary take over for the WAN VIPs. What actually happens is it increments demotion by 240, fails over to the secondary, then the VIP is deleted from the LAN on primary so demotion gets a +240 on the primary because the VIP is gone, and the primary takes back over mas ... ld never be run on an interface where a CARP VIP resides to avoid this situation. It's questi ... eview, testing and time to run in snapshots.
- Bug #6579 (Resolved): IPv6 CARP VIPs lost upon config sync where they include non-significant zeros
- If you have IPv6 CARP VIPs specified with non-significant zeros, such ... 12::1, the secondary will see that as an old VIP and delete it upon config sync. The mwex ... L311 Because it ends up being part of $oldvips array. The OS doesn't show the non-signific ... ferences into account and omits from the $oldvips array.