Search
Results (402)
- Bug #14273 (New): Traffic to a VIP is not port forwarding TCP or UDP
- When there is a VIP on an interface (CARP, IP Alias) the traffic ... as expected and replying. Configuration: VIP on an internal interface. Port forward the VIP on the interface to a public IP Attempt to ... s on the pcap on the outbound (WAN) interface
- Regression #14139 (Resolved): CARP announcement src MAC should be virtual MAC
- Hi All, I think at some point in the last ... nteresting problems. BR -- Robert Karsai
- Bug #14034 (Resolved): PHP errors in ``xmlrpc ... host has an empty XML tag for a given section
- There are several cases where xmlrpc is still ... d_Php_Server->handleCall() #4 {main} </pre>
- 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.
- 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.