Search
Results (711)
- Regression #14026 (Resolved): HA node with CARP VIP in backup state is unable to ping the active node using that CARP VIP address
- This was brought up by a customer and I am ab ... are no blocked entries in the firewall logs.
- Bug #13934 (Closed): Killing states by gateway can miss some IPv6 outbound states
- Due to the default outbound rules, IPv6 outbo ... N interface - one for IPv4 and one for IPv6 (VIPs should not affect this). * Change the curr ... ay and be ignored by the kill states feature.
- Bug #13908 (Resolved): Firewall rules are not reloaded when removing a VIP, outdated rules/entries remain active
- Carp automatically generated rules generated after defining a CARP VIP don't get removed after removing the CARP VIP. If you manually run the filter reload, ... d. Steps to reproduce: # Define a CARP VIP on the WAN interface # Confirm that the rul ... 00000202 no state </pre> # Remove the CARP VIP on the WAN interface defined in step 1. # C ... gain, and the rules will still be present
- Bug #13807 (Not a Bug): NAT changes aren't ro ... g Restore recent configuration on the console
- Accidentally I natted all traffic from the in ... aning for that to happen but rather using an VIP. I noticed as soon as I clicked and acted ... PIM makes more sense on the switch if at all.
- Feature #13805 (New): A way to reliably determine if system is the primary or secondary in CARP
- There is no current way, as far as I can tell ... n. * Auto filling advskew when creating new VIPs * etc. I could write the code and submi ... n anything I may be missing before I do that.
- Revision b37f3f5d: Include all interface IPs and VIPs in cpip table. #13391
- The cpzoneid_<zone>_cpips tables only include the IP and VIPS of the final interface searched, causing ca ... d merging the space separated list of IP and VIP addresses for that interface which is filter ... ed list for output into the table definition.
- Bug #13788 (Duplicate): Allow IPSEC .vips-configuration in GUI - connections.<conn>.vips ModeConfig
- To be able to request an ip address from another vpn-server, ipsec configuration needs vips-support. https://docs.strongswan.org/docs/5.9/features/vip.html However there is no option in pfsense GUI to add ... for example to swanctl.conf: vips = 0.0.0.0, :: Please allow either to hav ... ig file or have a checkbox to enable/disable vips with default setting (0.0.0.0, ::) to just ... netgate.com/topic/169621/vpn-ipsec Thanks.
- Regression #13719 (Resolved): PHP8.1 error when saving DHCP Server settings.
- *BRANCH:* DEVEL version (devel) *VERSION:* 2 ... llowing: *if (is_array($config['virtualip']['vip'])) {* @// Disallow a range that includes the virtualip if (is_array($config['virtualip']['vip'])) { foreach ($config['virtualip']['vip'] as $vip) { if ($vip['interface'] == $if) { if ($vip['subnet'] && is_inrange_v4($vip['subnet'], $_POST['range_from'], $_POST['ran ... nnot overlap with virtual IP address %s."), $vip['subnet']);@ Not sure if it's a bug in th ... s but also haven't had to touch it until now.
- Bug #13652 (Closed): Inconsistent behavior filtering ICMP traffic
- I have the following FLOATING rules to filter ... e same when they were in the WAN ruleset.
- Revision 5daccf2d: Fix undefined and unused variable warnings in interfaces.inc
- Notes: * interfaces_tunnel_configure() * ... e (logical interface name) * get_configured_vip_list_with_descr * No variable $vipid, $vipid defined as the iterated index and $vip the configured vip gotten from get_configured_vip. Previously the configured vip list returnd would likely be empty * restar ... ced with interface 'if' attribute from config