Search
Results (717)
- 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
- Bug #13423 (Resolved): IPv6 neighbor discovery protocol (NDP) fails in some cases
- This is proving fairly difficult to pin down ... is looks to be something in FreeBSD upstream.
- Regression #13391 (Resolved): Multiple Captiv ... properly form the list of portal IP addresses
- When you select multiple Interfaces in a Capt ... -with-multiple-interfaces-since-version-22-05
- Revision 3222c70a: Omit VIPs from interface address selection. Fixes #11545
- Add function get_interface_addresses() which wraps around pfSense_get_ifaddrs() and filters VIPs before selecting an interface v4 and v6 add ... ce_addresses() with get_interface_addresses()
- Bug #13222 (New): CARP IP does not listen for NAT-PMP packets
- If a client is using a CARP IP for the Networ ... ed Result: PFSense would listen on the CARP vIP for NAT-PMP\PCP requests