Search
Results (402)
- 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?)
- 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.
- Bug #2775 (Closed): OpenVPN Server binds on CARP IP on slave instead on master
- Hello, I am running 2.1-BETA1 (amd ... . The client part is running fine on master.
- Feature #2768 (Resolved): Don't allow adding IP Alias or CARP VIP on network or broadcast addresses
- It's currently possible to configure an IP al ... oadcast address of a subnet. For instance, a VIP of 192.168.1.0/24. Since that's not a valid ... egit when used with proxy ARP and Other type VIPs).
- Feature #2731 (Resolved): Add input validation of static route destination networks
- We need input validation on system_routes_edi ... t all locally-configured IPs (interface IPs, VIPs, IPv4 and v6). Route destination must be an ... you have a 192.168.1.0/24 subnet locally.
- Bug #2708 (Rejected): CARP status missing the word "Backup"
- Version: 2.0.1-RELEASE (amd64) Bug trigge ... face in backup pfsense box. 2)Create a CARP VIP 192.168.105.3 for OPT2 interface. 3)Create ... face in backup pfsense box. 4)Create a CARP VIP 192.168.115.3 for OPT2 interface. Problem ... , the word "Backup" will be missing for CARP VIP interface 192.168.105.3 on CARP status page. Screenshot attached.