Search
Results (717)
- Revision fb0a4e7a: Fix not rules for OPTn network case
- Reported in forum https://forum.pfsense.org/i ... "if (is_subnet($src)) ... filter_address_add_vips_subnets" code needs to go outside all of th ... he else part). That makes filter_address_add_vips_subnets get called in all cases, including ... d. (line 2264, 2265) Then filter_address_add_vips_subnets needs to process the "not" code early, before checking if there are any VIPs (which was causing the routine to exit earl ... interface that has just a plain address (no VIPs). Lines 2144 and 2158 are no functional cha ... ment was odd, so I put it back all on 1 line.
- Bug #3911 (Rejected): VHID 3 is already in us ... WAN. Pick a unique number on this interface.
- This happens when trying to add more IPs to a ... i can easily do these things using ifconfig.
- Revision 90a430c7: Merge pull request #1298 from PiBa-NL/vips_sort
- Bug #3910 (Resolved): Cannot set advskew back to 0
- When leaving persistent CARP maintenance mode ... ue after leaving persistent maintenance mode.
- Bug #3909 (Resolved): carp_status.php shows disabled after initial config when it really isn't
- To replicate: Take a clean default config ... to Status>CARP. It shows disabled. The CARP VIPs are actually enabled and configured in the ... tem, its status shows "backup" as it should.
- Bug #3875 (Resolved): interface reporting dscrepancy
- Hi All, 2.1.4-RELEASE, we're experiencing an ... changed to UP carp0: changing name to 'lan_vip101' ix5: promiscuous mode enabled lan_vip101: INIT -> BACKUP lan_vip101: link state changed to DOWN carp1: changing name to 'lan_vip103' lan_vip103: INIT -> BACKUP lan_vip103: link state changed to DOWN carp2: changing name to 'opt4_vip106' ix3: promiscuous mode enabled ifa_del_ ... sertion failed carp3: changing name to 'wan_vip112' igb3: promiscuous mode enabled ifa_del ... sertion failed carp4: changing name to 'wan_vip114' ifa_del_loopback_route: deletion failed ... sertion failed carp5: changing name to 'wan_vip115' ifa_del_loopback_route: deletion failed ... sertion failed carp6: changing name to 'wan_vip...
- Bug #3872 (Resolved): Enabling a disabled VLAN subinterface with multiple CARP VIPs configured causes system crash
- When tagged VLAN interfaces have multiple CARP VIPs configured, disabling the interface via the ... WAN interface - untagged on em0 with 2 CARP VIPs configured. Disable/enable does not cause c ... - tagged with VLAN id 2 on em0 with two CARP VIPs configured. Disable/enable causes crash. EM2_Untagged interface - untagged on em2 with 2 CARP VIPs configured. Disable/enable does not cause c ... e - tagged with VLAN id 4 on em2 with 1 CARP VIP configured. Disable/enable does not cause cr ... e - tagged with VLAN id 5 on em2 with 2 CARP VIPs configured. Disable/enable causes crash. ... a couple of examples of the crash reports.
- Revision be32a003: Delete IP Alias on CARP VIP interface on secondary node when it's deleted on primary. It fixes #3855
- Bug #3855 (Resolved): Deleting an IP Alias using a CARP VIP as its interface does not fully get remove the IP from the secondary node
- When you delete an IP Alias made using a CARP VIP as its interface, it does not get removed fr ... o reproduce: * On the primary, add IP Alias VIP using a CARP VIP as its interface * On the secondary, observe that the new VIP has synchronized as expected (shows in GUI and ifconfig) * On the primary, remove the IP alias VIP that was added above * On the secondary, note that the VIP is gone from the GUI, but is still present o ... se using 2.1.x in production in the meantime.
- Revision b22ef160: As pointed out by Ermal, VIPs should go first in the list since NAT is first match. Ticket #983