Search
Results (717)
- Revision ff52976d: Do not allow an empty address/mask combination to be used in a VIP rule for outbound host traffic. Ticket #8518
- Bug #8518 (Resolved): Rule Error On Upgrade 2.4.3 -> 2.4.3-p1
- After upgrading to 2.4.3-p1, I got a rule err ... ed anymore information, please let me know.
- Feature #8474 (New): Easier Conversion to HA Pair from Existing Non-HA Firewall
- Requesting perhaps a guided wizard built-in t ... r having up to 3 WAN IP's including the CARP VIP; it seems rather tedious to go HA if not on a fresh install even with 2.4.x
- Bug #8465 (Resolved): Lost default gateway after recover from failover with CARP VIP and HA
- Both boxes works with SuperMicro Boards which ... also set (This firewall, WAN Interface, CARP VIP). External IP Currently there are 4 static external IPs configured as CARP VIP. The "master" IP for outgoing traffic is ... for some machines, ports and the other CARP VIPs, i.e. outgoing mail is the IP of the MX rec ... restored with c) but not with a) or b)?
- Revision fa5df9eb: filter vip usage, ipv6 vips cause invalid rules because a empty item gets added to the vips list for a interface
- (cherry picked from commit c6ebe69d2c0838bc76957b22f98547311c68e700)
- Revision 74d6e948: Merge pull request #3924 from PiBa-NL/20180331-filter-ipv6-vips
- Bug #8424 (Duplicate): IPv6 stops working com ... erfaces that use interface tracking and have VIPs configured on them
- If you have a downstream interface configured ... ned prefix (my isp gives a /56) and you have VIPs configured on the same interface (ie. fd00: ... ining both the pd-assigned addresses and the VIP networks since connectivity policy logic doe ... Reproductible: always Workaround: remove VIPs from interface and reboot, assign vips again after reboot. Notes: I have not trie ... _all_ interfaces or just the ones that have VIPs assigned to them. This setup is very common ... the root cause originates from the same stem.
- Revision c6ebe69d: filter vip usage, ipv6 vips cause invalid rules because a empty item gets added to the vips list for a interface
- Bug #8408 (Resolved): invalid rule written due to ipv6 ipalias being present
- The following rule is generated due to a IPv6 ... present, this is supposed to fill a array of vips6 , but adds a mode item for the vips array. This causes the empty rule.. <pre> ... https://github.com/pfsense/pfsense/pull/3924
- Revision ec203c03: Fixes a bug where an IP alias on loopback interface is not initialized at boot.
- A recent change changed the IP alias setup to ... duplicate code and apply the same rules for VIPs and IP aliases. Ticket: #8393 Gith ... mit 52d4dc91613d8cd6bdb7eca0a26cec2b802a0046)