Search
Results (403)
- Bug #6164 (Resolved): IP aliases with CARP parent lose parent association post-2.3 upgrade
- The config upgrade code for IP aliases on CARP IPs changing to the uniqid VIP isn't working. It's left with the old ID.
- Bug #6126 (Duplicate): NAT issue unsure if inbound, outbound or both
- I have a simple config whereby inbound NAT re ... nders the 2.3 release unusable at the moment.
- Bug #6094 (Resolved): VIP Other subnet does not expand into NAT entries
- According to the documentation here: https:/ ... oxy ARP when it comes to defining a group of VIPs with a subnet mask. For example, if I creat ... s also an option present when setting up the VIP that states: _Expansion: Disable expansi ... entries.)_ Following the same process for VIP type Other does not present an expanded list ... bnet. Instead it shows a single entry of the VIP with the subnet mask. For example, if I crea ... and 2.6 - normal image and nanoBSD image.
- Bug #6008 (Duplicate): Can't create GRE tunnel on IP Alias VIP
- I need to create a tunnel with my local endpo ... virtual IP. I initially created an IP Alias VIP on loopback, but it givse me an error in sys ... TO_LINKLOCAL> I tried moving the IP Alias VIP to a physical interface, and I get the same behavior. Using a CARP VIP instead of an IP alias VIP does properly create the gre0 interface, but ... in the "Affected version' list in redmine.
- Bug #5999 (Resolved): IPv6 IP Alias prevents Track Interface from working with DHCPv6 and RA
- I'm attempting to have GUA and ULA addresses ... lies here somewhere. Hopefully this helps.
- Bug #5964 (Resolved): carp_status.widget.php ... adly formatted, has inconsistent status icons
- The CARP status widget is not formatted properly compared to other widgets, and its VIP status icons are not consistent with those on Status > CARP
- Bug #5951 (Resolved): save on interfaces_vlan_edit.php leaves VLAN without IP config
- Save a VLAN on interfaces_vlan_edit.php on an ... g all its IP configuration. No IPv4, IPv6 or VIPs.
- Bug #5939 (Resolved): webgui login denied wit ... etected other than what is defined in System'
- I sometimes get the following 'error' when tr ... MASTER vhid 1 advbase 10 advskew 254 </pre>
- Bug #5885 (Resolved): get_configured_carp_int ... ill referenced by packages, missing filtering
- get_configured_carp_interface_list() and get_ ... re replaced by a consolidated get_configured_vip_list() but the new function does not have a way to return only IP Alias or only CARP VIPs. The HAproxy package, and perhaps other cod ... for things like finding a list of only CARP VIPs.
- Bug #5884 (Resolved): find_carp_interface() was removed, but it is still referenced by packages
- find_carp_interface() was removed in commit:2 ... oth use it to determine the status of a CARP VIP like so: <pre> $iface = trim(find_carp_ ... P address instead, that would be even better.