Search
Results (709)
- Revision e48574e2: Remove network/broadcast input validation for IPv6 VIPs. Fix #15361
- Feature #15575 (Resolved): Kea High Availability Support (IPv4 and IPv6)
- Bug #15500 (New): Hanging connections with fa ... ode when floating rule is matched in >= 2.7.1
- - Two freshly installed instances, both with ... es assigned, (WAN, LAN and PFSYNC). - CARP/VIPS are setup on the WAN and LAN. - pfsync an ... ang.* New connections can be made and the VIPs have failed over using CARP as expected and ... nnections to failover correctly and not hang.
- Bug #15428 (Not a Bug): UI appears to put inc ... ameters into the low level NIC configurations
- it appears that there is a bug with the UI an ... e. HA is therefore not working as intended.
- Bug #15361 (Resolved): Network and broadcast ... ut validation is incorrectly applied to IPv6 VIPs
- There is no network address in IPv6, nor broa ... "The network address cannot be used for this VIP" It happened on my pfSense+ box but it seems the CE 2.7.2 is also affected.
- Bug #15216 (New): captive portal zone name conflicts with existing interface name
- Customer reports intermittent issues with cap ... ssue. config for the parent interface, CARP VIP and zone are attached.
- Revision 7caf3483: Fix RA IPsec EAP-RADIUS accounting. Fixes #15176
- Set the flag which only activates accounting for connections with VIPs which will restrict accounting to only mobile IPsec connections.
- Bug #15176 (Resolved): Change Mobile IPsec RADIUS accounting to use ``accounting_requires_vip`` so accounting will not activate for non-mobile VPNs
- At some point strongSwan's @eap-radius@ plugin gained a setting called @accounting_requires_vip@ which makes strongSwan only send accounting ... > plugins > eap-radius > accounting_requires_vip = yes@) and reword the note on @vpn_ipsec_mobile.php@ to account for the change.
- Revision 2b2b084c: Handle VIPs in OpenVPN Wizard. Fix #15148
- Bug #15148 (Resolved): OpenVPN Wizard fails when a VIP is used
- If you create a remote access server using the OpenVPN wizard and select a VIP as the interface it creates an invalid confi ... ncorrectly, for example: <pre> <interface>_vip5f14838faac2c|172.21.16.88</interface> </pre> That is using a CARP VIP on WAN. Resaving the server config creates the correct values: <pre> - <interface>_vip5f14838faac2c|172.21.16.88</interface> + <interface>_vip5f14838faac2c</interface> + <ipaddr>172.21 ... ace means it cannot be resaved in the webgui.