Search
Results (711)
- 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.
- Revision 198bb449: Add input validation to re ... of IPv4/IPv6 openvpn protocols and interface/VIPs.
- Revision 6714bbdc: Activate choices for UDP6 ... ne from selecting a *6 proto with an IPv4 ...
- 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.
- Feature #2693 (New): Allow mapping mapping non-physical interfaces via console
- Creating virtual interfaces via console like ... , + 'carp', + 'vip', + 'ipfw' + ); + + ... let me know and I can prepare a pull request.
- Revision 6fb26a17: Add IPv6 support to this function so that IPv6 carp vips can be found
- Bug #2688 (Resolved): Dynamic DNS IPsec endpoints not allowed through firewall rules
- Previously in 2.1 there were rules in rules.d ... ow ESP and UDP 500 from anywhere to the CARP vip hosting the IPsec service. Since adding thes ... ything we need is already in the IPsec config
- Feature #2687 (Resolved): Allow GIF interfaces to work with IP aliases
- The web configuration currently does not supp ... There is a patch that enables the usage of VIP addresses here [1], but there currently is n ... mmit/13aafb0add75a9028242aa7de1ba9f93c9dc6164
- Bug #2686 (Resolved): OpenVPN listens on interface address instead of VIP
- The OpenVPN server listens on the interface address instead of the specific ip address (VIP). In commit:c1449c948480dd1a445a94b1aa991 ... ges are required to enable the usage of IPv6 VIPs since the openvpn.inc differentiates betwee ... envpn_server.php apparently does not.
- Revision d8bddd2a: use the proper array here for VIPs and use some suggestions from the ticket to fix #2645