Search
Results (717)
- Feature #3025 (Rejected): Allow Proxy Arp to Bind to CARP Interface
- Hi, We are using a cluster pfSense to NAT 1:1 two network. I need to make Proxy ARP VIP to bind to CARP Interface. Now, it is not ... of configuration I also try with "Other" VIP, but same message.
- Bug #3004 (Resolved): config upgrade code needs to change VIP binding on IPsec
- In 2.0.x when you have an IPsec connection bo ... s set as something like: <pre> <interface>vip5</interface> </pre> After upgrading to 2.1, the VIP is now wan_vip5, but the IPsec still refers to vip5 and is hence broken until changing it to wan_vip5. The config upgrade code needs to handle that automatically.
- Bug #2984 (Resolved): IPSec adds route but isn't needed any more
- Since route-to and reply-to rules are added, ... { $vip = find_virtual_ip_alias($ph1ent['interface'] ... if (preg_match("/^carp|^[a-z0-9]+_vip/i", $vip['interface'])) ... ntinterface = link_carp_interface_to_parent($vip['interface']); ... $parentinterface = $vip['interface']; } else if (preg_match("/^carp|^[a-z0-9]+_vip/i", $ph1ent['interface'])) ... e from pfSense_BUILDER_BINARIES in vpn.inc.
- Feature #2886 (Rejected): multiple ips per carp vhid group
- since I can't find very detailed information ... w, i guess due to ethernet packetsize limit?)
- Revision 6b23c19a: Don't allow adding IP Alias or CARP VIP on network or broadcast addresses. Fixes #2768
- Bug #2828 (Closed): CARP does not work on dua ... Xi hosts without a workaround on the ESX host
- Certain active/active VMware ESXi configurati ... he machine continously reports <pre> lan_vip3: 2 link states coalesced </pre> and the VIPs are not available, even when the machine is ... ive.com/freebsd-net@freebsd.org/msg30562.html
- Bug #2824 (Resolved): IP alias VIP stacked on CARP VIP interface has a blank "Interface" column on VIP list
- When you create an IP alias VIP and select a CARP VIP as its interface, it shows up properly on the VIP edit page, but in the list of VIPs, the column that should list the interface for the VIP is empty.
- Bug #2823 (Resolved): Unable to save changes on a CARP VIP
- If I try to edit and save a CARP VIP, changing nothing, the GUI rejects the chang ... ddress is being used by another interface or VIP. </pre> There is no other trace of the I ... onfig, so it's definitely matching on itself.
- Revision e6c60013: Check interfaces and VIP IP address overlap
- - Check if interface IP overlaps other interfaces or localip from mpd based services - Check if VIPs IP overlaps interfaces or other VIPs address It fixes #1723
- Revision a75a49f6: Fix get_interface_subnetv6() for VIPs