Activity
From 04/09/2020 to 05/08/2020
05/08/2020
-
07:51 PM pfSense Packages Bug #10503: Flapping any GW in multi-WAN influences restating all IPsec tunnels in FRR which leads to dropping all IPsec VTI static routes and related BGP issues
- Working around the issue by splitting FRR from Vti
- Add new VIPs to Local host. (one to each side , do not use th... -
04:41 PM Revision e8e3fd22: Feature #10392: Removed IPv4/IPv6 selection. Added code for configuration migration on upgrade.
-
02:04 PM Feature #8511 (Resolved): Dynamic DNS: Cloudflare Add TTL option
- resolved in 2.4.5
see https://redmine.pfsense.org/issues/10196 -
02:04 PM Bug #5826 (Closed): Auto-exclude LAN address feature only works for the LAN interface
- Closing in favor of #3329 -- The PR linked above is already mentioned there and solves this issue as well.
-
02:00 PM Bug #5826: Auto-exclude LAN address feature only works for the LAN interface
- https://github.com/pfsense/pfsense/pull/4230
-
01:23 PM Bug #10414: Very high CPU usage of pfctl and more causing very high load and a hardly usable internet connection
- Luke,
From what we can tell, pf is doing a ton of smp rendezvous zeroing per-CPU counters. The described "hang" s... -
01:19 PM Revision c8a39f1b: DNS/Ping/Traceroute IDN support. Issue #10538
-
12:57 PM Revision 337cacac: diag_ping.php input validation fix. Issue #10537
-
11:12 AM Bug #10539: OpenVPN incorrect validation of common name with external case-insensitive directory
- Yep I know that not all LDAP providers are case insensitive, but most - is. And still even with case sensitive login ...
-
11:07 AM Bug #10539: OpenVPN incorrect validation of common name with external case-insensitive directory
- We can maybe add a warning about it, but that is 100% a problem with the authentication server and OpenVPN itself. Th...
-
10:35 AM Bug #10539: OpenVPN incorrect validation of common name with external case-insensitive directory
- You mean there is no way to change way how username validated to (regex|case-insensitive) or change (strip|convert to...
-
08:31 AM Bug #10539 (Not a Bug): OpenVPN incorrect validation of common name with external case-insensitive directory
- That's an issue in OpenVPN internally. You could disable username-as-common-name (checkbox in 2.5.0 or 2.4.5-p1) whic...
-
08:26 AM Bug #10539: OpenVPN incorrect validation of common name with external case-insensitive directory
- Possible fix addition:
In 1 and 2 common names must be all converted for example to lowercase before check - this wi... -
08:23 AM Bug #10539 (Not a Bug): OpenVPN incorrect validation of common name with external case-insensitive directory
- Now Common Name is case-sensetive validation field.
With Local Authorization it works fine as Unix local users are c... -
10:33 AM Revision 5cb09a31: Feature #10392: GRE: Tunnels cannot have IPv6 and IPv4 addresses at the same time
-
09:26 AM Feature #10392 (Pull Request Review): GRE: Tunnels cannot have IPv6 and IPv4 addresses at the same time
-
08:14 AM Feature #10392: GRE: Tunnels cannot have IPv6 and IPv4 addresses at the same time
- Pull request for GRE part: https://github.com/pfsense/pfsense/pull/4308
-
04:39 AM Feature #10392: GRE: Tunnels cannot have IPv6 and IPv4 addresses at the same time
- I have implemented the necessary changes for GRE interfaces (and tested them with my setup – seems to be working). I ...
-
09:21 AM Feature #10538 (Pull Request Review): DNS/Ping/Traceroute IDN support
-
08:21 AM Feature #10538: DNS/Ping/Traceroute IDN support
- https://github.com/pfsense/pfsense/pull/4309
-
08:19 AM Feature #10538 (Resolved): DNS/Ping/Traceroute IDN support
- Add support for IDN hostnames on the DNS/Ping/Traceroute diagnostics pages.
-
09:19 AM Bug #10537 (Pull Request Review): wrong link on diag_dns.php
-
07:58 AM Bug #10537: wrong link on diag_dns.php
- https://github.com/pfsense/pfsense/pull/4307
-
07:47 AM Bug #10537 (Resolved): wrong link on diag_dns.php
- After resolving the DNS name, you can see at the bottom of the page:
More Information
Ping
Traceroute
If you cl... -
07:28 AM pfSense Packages Bug #10536 (Not a Bug): Haproxy doesnt start and exits with error Lua init: table index is nil
- That has to be something in your configuration, it's not a problem with the package in general. This site is not for ...
-
04:42 AM pfSense Packages Bug #10536 (Not a Bug): Haproxy doesnt start and exits with error Lua init: table index is nil
- I have just downgraded my SG-3100 from 2.4.5 to 2.4.4-p3 (due to the blocking cpu causing a bit lag.) I made a backup...
05/07/2020
-
04:08 PM Revision 9623ec5b: L2TP secret description fix. Issue #10531
-
01:17 PM Bug #9259: User with "Deny Config Write" privilege is not fully prevented from creating accounts
- I can't reproduce that problem. I've tried creating an account, deleting an account, various other actions, but nothi...
-
04:40 AM Bug #9259: User with "Deny Config Write" privilege is not fully prevented from creating accounts
- Hello,
I experienced the same issue described here, and the last changes that you have made did not fix the proble... -
12:57 PM Bug #10414: Very high CPU usage of pfctl and more causing very high load and a hardly usable internet connection
- Thx Luiz! this is the commit, right?
https://github.com/pfsense/FreeBSD-src/commit/6c7a5a8e69762db2ac0bc465f37c8f04a... -
09:54 AM Bug #10414: Very high CPU usage of pfctl and more causing very high load and a hardly usable internet connection
- Fix committed.
Snapshots with this fix will be available soon (for general testing). -
12:50 PM Feature #10392: GRE: Tunnels cannot have IPv6 and IPv4 addresses at the same time
- In that case it should be fairly easy to add that to the GUI by splitting it into separate IPv4 and IPv6 options. It ...
-
12:16 PM Feature #10392: GRE: Tunnels cannot have IPv6 and IPv4 addresses at the same time
- I manually executed ...
-
10:49 AM Feature #10374 (Pull Request Review): Add ARM32/64 network booting support to dhcpd
-
05:33 AM Feature #10374: Add ARM32/64 network booting support to dhcpd
- Show/hide ARM32/64 booting options on pressing "Display Advanced" button:
https://github.com/pfsense/pfsense/pull/4306 -
10:46 AM Bug #10531 (Pull Request Review): L2TP client not able to use shared secret
-
05:26 AM Bug #10531: L2TP client not able to use shared secret
- description fix:
https://github.com/pfsense/pfsense/pull/4305 -
10:31 AM Revision 5cb27937: Hide ARM32/64 network booting options. Issue #10374
-
10:27 AM Feature #10504: Make LACP timeout PDU transmission speed configurable
- It seems to be indicated by the flags value:...
-
07:27 AM Feature #10504 (Resolved): Make LACP timeout PDU transmission speed configurable
- works fine on 2.5.0.a.20200506.1402
but I still don't know how to see the current LACP timeout mode,
no any info... -
08:21 AM Feature #10535 (Duplicate): Additional options to add to the dhcpd v4 and v6 configuration files
- Duplicate of #5080
-
04:10 AM Feature #10535 (Duplicate): Additional options to add to the dhcpd v4 and v6 configuration files
- As of right now the gui for the DHCP server (both v4 and v6) does allow for a limited number of global options. For e...
-
05:01 AM Bug #10240: Incorrect interface assignment after switching from PPPoE
- Jim Pingle wrote:
> There was a similar problem in the past ( #1420 ) but this doesn't seem like quite the same issu... -
12:24 AM pfSense Docs Correction #10534 (Resolved): Feedback on Cellular Wireless — Known Working 3G-4G Modems
- *Page:* https://docs.netgate.com/pfsense/en/latest/cellular/known-working-3g-4g-modems.html
*Feedback:*
Add ZTE...
05/06/2020
-
05:09 PM Revision 4b41d250: L2TP client Shared Secret option. Issue #10531
- (cherry picked from commit 8e267d3bc59a9d89cf74aa7616566e44b9c5bd69)
-
05:09 PM Revision 041bdc8b: Merge pull request #4303 from vktg/l2tpclientsecret
-
05:09 PM Revision e1f791a0: L2TP VPN shared secret. Issue #10527
- (cherry picked from commit 8651a4a4f6923f05f73e65e8647804ad4621565c)
-
05:09 PM Revision ccf9a98a: Merge pull request #4302 from vktg/l2tpsecret
-
05:02 PM Revision 8651a4a4: L2TP VPN shared secret. Issue #10527
-
04:53 PM Revision 8e267d3b: L2TP client Shared Secret option. Issue #10531
-
04:12 PM Revision 6978b39e: Alias clone feature. Issue #6908
-
02:10 PM Todo #10533 (Resolved): Change default domain for new installations from "localdomain" to "home.arpa"
- "RFC 8375":https://tools.ietf.org/html/rfc8375 sets aside "home.arpa" for "non-unique use in residential home network...
-
01:22 PM pfSense Packages Feature #9874 (Resolved): safesearch enforcing
- pfBlockerNG 2.2.5_32
works as expected -
01:09 PM pfSense Packages Feature #9833: ACME: add ability to use custom ACME server
- I'll add my voice to this request. I just set up a local step-ca ACME server and would love to use it with pfSense.
-
12:53 PM Feature #9985 (Feedback): Build virtio_console.ko
- Renato manually merged the PR
-
12:26 PM Feature #9985: Build virtio_console.ko
- https://github.com/pfsense/FreeBSD-src/pull/30
-
12:10 PM Bug #10531 (Feedback): L2TP client not able to use shared secret
- PR has been merged. Thanks!
-
09:12 AM Bug #10531 (Pull Request Review): L2TP client not able to use shared secret
-
04:10 AM Bug #10531: L2TP client not able to use shared secret
- some ISPs use this
Fix:
https://github.com/pfsense/pfsense/pull/4303 -
01:22 AM Bug #10531 (Resolved): L2TP client not able to use shared secret
- It is not possible to use Shared Secret by L2TP client,
no such field in WebGUI
http://mpd.sourceforge.net/doc5/m... -
12:09 PM Bug #10527 (Feedback): L2TP shared secret is ignored
- PR has been merged. Thanks!
-
11:43 AM Feature #9891 (Feedback): QLogic 10 Gigabit Ethernet driver (qlxgb)
- Added to kernel
-
10:45 AM Feature #6908 (Pull Request Review): Alias copy, sort, search/replace functions
-
09:58 AM Feature #6908: Alias copy, sort, search/replace functions
- Alias copy/clone:
https://github.com/pfsense/pfsense/pull/4304 -
10:33 AM pfSense Packages Todo #10528 (Resolved): OpenVPN client export - 2.4.9
- All done and tested. Exported installer is 2.4.9 and it works (installs, connects, etc) as expected.
-
09:57 AM pfSense Packages Todo #10528 (In Progress): OpenVPN client export - 2.4.9
-
08:54 AM Bug #1773 (Resolved): wrong URL is displayed for web interface access at console for DHCP
- no such issue on 2.4.4-p3 +
-
08:13 AM Bug #10532: Mobile PSK users don't have 'mobile-userpool' section
- It may be as easy as removing the EAP check at source:src/etc/inc/ipsec.inc#L1596 -- but non-EAP users were also excl...
-
05:08 AM Bug #10532: Mobile PSK users don't have 'mobile-userpool' section
- some on 2.4.5...
-
04:43 AM Bug #10532 (Resolved): Mobile PSK users don't have 'mobile-userpool' section
- I don't see the 'mobile-userpool' section for PSK users, only for EAP:...
-
07:49 AM Feature #8775: Use SRV record for LDAP Authentication
- unchanged since 2018:
https://bugs.php.net/bug.php?id=76757
-
07:30 AM Feature #3907 (Resolved): OpenVPN widget connected client count display
- > The Dashboard widget's title is "Server TCP:1194 Client connections". Could it be changed so it counts how much cli...
-
07:17 AM Bug #3038 (Resolved): CARP master not stopping slave's Captive portal
- no such issue on 2.5.0.a.20200505.2130
start/stop works fine on both nodes -
01:07 AM Bug #10493: filter_get_vpns_list() issues
- it can also reduce the scope of #7815
-
12:37 AM Feature #10340 (Resolved): IPsec Mobile GUI Improvement (Dashboard and Status > IPsec > Leases)
- OK on 2.5.0.a.20200505.0238
TODO: IPsec widget option to select default tab (Overview/Tunnels/Mobile)
05/05/2020
-
06:06 PM Revision c1fc5d87: DHCP Relay: Account for dual-role interfaces. Fixes #10416
- Based on a patch from John Steele on the Redmine issue
(cherry picked from commit a76e61149b79fe2892f6083454a563b860... -
06:05 PM Revision a76e6114: DHCP Relay: Account for dual-role interfaces. Fixes #10416
- Based on a patch from John Steele on the Redmine issue
-
03:47 PM Bug #8686: IPsec VTI: Assigned interface firewall rules are never parsed
- Re-tested this since we have a new base OS on 2.5.0. Unfortunately, this still behaves the same way on 12.1-STABLE:
... -
03:08 PM Revision 01f5db26: Merge pull request #4300 from vktg/lagginputvalfix
-
02:19 PM Revision e27e8e91: Allow 0 for IPsec P1 reauth/rekey/over. Fixes #10529
-
01:55 PM Revision 88f3d1a3: Fix #10525: Handle Chinese (Hong Kong / Taiwan) locale rename
-
01:53 PM Revision 249a0757: Fix #10525: Handle Chinese (Hong Kong / Taiwan) locale rename
-
01:15 PM Bug #10416 (Feedback): dhcrelay command line options not properly configured for some DHCP failover scenarios
- Applied in changeset commit:a76e61149b79fe2892f6083454a563b860a035ab.
-
01:04 PM Bug #10416 (In Progress): dhcrelay command line options not properly configured for some DHCP failover scenarios
- I couldn't get the patch to work as-is, the downstream list always ended up empty, but I found a variation which appe...
-
12:12 PM Bug #10527: L2TP shared secret is ignored
- https://github.com/pfsense/pfsense/pull/4302
-
05:30 AM Bug #10527 (Resolved): L2TP shared secret is ignored
- Shared secret on vpn_l2tp.php page is never used,
I don't see any code that uses it, and there is no "set l2tp secre... -
10:28 AM pfSense Packages Bug #10522: Telegraf, Netstat fails (missing lsof)
- Thanks very much for the quick action!
-
10:14 AM pfSense Packages Bug #10522 (Feedback): Telegraf, Netstat fails (missing lsof)
- PR has been merged. Thanks!
-
08:22 AM pfSense Packages Bug #10522 (Pull Request Review): Telegraf, Netstat fails (missing lsof)
-
05:14 AM pfSense Packages Bug #10522: Telegraf, Netstat fails (missing lsof)
- correct, see https://github.com/influxdata/telegraf/blob/master/plugins/inputs/net/NETSTAT_README.md:...
-
10:08 AM Feature #10504 (Feedback): Make LACP timeout PDU transmission speed configurable
- PR has been merged. Thanks!
-
09:58 AM Feature #4038 (Pull Request Review): Button to clear the arp cache
-
05:04 AM Feature #4038: Button to clear the arp cache
- https://github.com/pfsense/pfsense/pull/4301
-
09:56 AM Bug #10530 (New): Convert config version to be based on product version
- Today config version is incremented numerically and is agnostic of product version. It makes impossible to add a new...
-
09:25 AM Bug #10529 (Feedback): IPsec Phase 1 options Reauth and Rekey do not allow valid "0" value
- Applied in changeset commit:e27e8e91e684d993fee62e2ad6cc7e4dd3d4b775.
-
09:09 AM Bug #10529 (Resolved): IPsec Phase 1 options Reauth and Rekey do not allow valid "0" value
- On vpn_ipsec_phase1.php the options for Reauth and Rekey say they should accept a value of 0, but the bootstrap input...
-
09:00 AM Bug #10525 (Feedback): Chinese (taiwan) / HK Translation using incorrect identifier on 2.4.5
- Applied in changeset commit:249a0757d5f86c7f0c4229dd45b634c83dfeccd4.
-
08:24 AM pfSense Packages Todo #10528 (Resolved): OpenVPN client export - 2.4.9
- OpenVPN client 2.4.9 was released.
It would be cool to have it updated: https://openvpn.net/community-downloads/
...
05/04/2020
-
07:01 PM Revision 72aa3cf9: CDATA encode Squid LDAP options. Issue #7654
- (cherry picked from commit f14c90586d33493951debc977244f83dcd095b83)
-
07:01 PM Revision 29f87d21: CDATA encode FreeRADIUS user names/passwords. Issue #4497
- (cherry picked from commit 5ee65c008f628340fede29d9fbf42a4a68dd63e1)
-
07:01 PM Revision 360479cf: Special characters in Schedules descr and rangedescr fields. Issue #10305
- (cherry picked from commit 008c15450ec5913c671bc8545682b35f92d63da8)
-
06:50 PM Revision ba77c383: L2TP duplicate outbound NAT fix. Issue 10247
- (cherry picked from commit 8f74c44e459e7f9c3d6559bee5d9ca1e49694852)
-
06:49 PM Revision f7ecea49: L2TP username containing @ (realm separator). Issue #9828
- (cherry picked from commit f1efc7922e731f8f7f6c02f62fa974eeb884ea85)
-
06:49 PM Revision 802c938b: Allow dashed DUID to be entered in a DHCPv6 Mapping. Issue #2568
- (cherry picked from commit ebccd85b82f468ea83603574c8dc9c573b27ff55)
-
06:48 PM Revision c096e481: Fix SMTP SSL/TLS disable validation. Issue #10317
- (cherry picked from commit 93166bdcffc51c85662c83ec7789855d72aa869b)
-
06:47 PM Revision da7b476a: Add localhost to NTP Interfaces. Issue #10348
- (cherry picked from commit 627253089841122bea33f1d0f140fc55e78f611b)
-
06:43 PM Revision f7e29b5b: DH group 5 warnings for IPsec Phase 1. Issue #10221
- (cherry picked from commit 81a58f837a0422890a12bcdf7b3e1b60a04fcbc5)
-
06:40 PM Revision 18c3bb70: Update DH group warnings to say that group 5 is also weak. Issue #10221
- (cherry picked from commit 4423176ef39e0461be339b5ded087678f6711c91)
-
06:40 PM Revision 64f31e89: DHCPv6 RA show default values in certain fields. Issue #10448
- (cherry picked from commit 4d7bdf64eb1922136082cfff82ee626b3a8ba35d)
-
06:39 PM Revision d027ed2d: Remove bogus warning on limiter/shaper deletion. Issue #9334
- (cherry picked from commit 86c560d985b03d421f8b572c33f8e02b2f08ea56)
-
06:39 PM Revision aad53bc2: Sanitize ldapbindpass and ldap_pass. Issue #10349
- (cherry picked from commit 787e634e7f801c8a83e2626d50fb98de041c72ea)
-
06:37 PM Revision 69a614a7: Remote OpenVPN server proto definition. Issue #10368
- (cherry picked from commit bd1291d0e45ee982d5a65745086864bf36918dc7)
-
06:37 PM Revision 3050a5d7: RED/GRED limiters do not have noecn option. Issue #10211
- (cherry picked from commit 75fb1d576ab12fd399bcfeb57a02545b449a1df4)
-
06:36 PM Revision bcab8a67: allow to disable IPsec P1 when P2 is disabled VTI. Issue #10190
- (cherry picked from commit 903826b5b231e371fe934e7ecde2d4f7b6e1be2d)
-
06:36 PM Revision 3cb6e79d: Exclude unsupported interfaces from DHCP Relay. Issue #10341
- (cherry picked from commit 5285aa842118fa893a275e46616734b2f54c7e4f)
- 06:34 PM Revision e0bfe3a4: Fixed dhcpdv6 config generation for domain-list option. Fixes #10200
- (cherry picked from commit afd8177f803560a1fa7040bbe2b60e68a5ec3918)
-
06:24 PM Revision 30783b6e: URL/URL Table alias with IDN hostnames. Issue #10321
- (cherry picked from commit 48a157543b9d4f66c6f0f24316c482db82a0aa1c)
-
06:23 PM Revision acbeb77d: Make OpenVPN username-as-common-name options. Implements #8289
- (cherry picked from commit e5c4f2a7d977fb1fd6c7b4446e187486b72285be)
-
06:23 PM Revision 345a232f: Do not restart L2TP server after adding/modifying users. Issue #4866
- (cherry picked from commit 810923482479d09c4987f7f29b12299be15ac352)
-
06:23 PM Revision 2816960c: Do not include disabled IPSec P2 entries to <vpn_networks>. Issue #7622
- (cherry picked from commit 12f9467e207e07bee4b93673b17b836e77216f6e)
-
06:22 PM Revision ae0dacfc: Add ipsec_reload_package_hook() to apply function. Fixes Bug #10351
- Adapted From 4aebc4ba84aefa0be7084960cb1387352e6a3792
-
06:20 PM Revision d16276b4: DHCP6 client discard REQUEST messages. Issue #9634
- (cherry picked from commit 8788b0613a66e48ff4da45f4228bda481c37f7a9)
-
06:19 PM Revision 27e83e10: Compare compressed IPv6 CARP VIP. Issue #6579
- (cherry picked from commit 84052eb74b7c470ebf8fd0bb1b56ce475725b1a6)
-
06:18 PM Revision 7f9d80e1: Firewall rule states link and Require State Filter option fix. Issue #10359
- (cherry picked from commit afb4cdcd2a96138b70b888c6750f8b1140ab8c2a)
-
03:31 PM Bug #7725: Support for iwm
- Added to 2.4.5-p1 kernel
-
02:11 PM pfSense Packages Bug #10522: Telegraf, Netstat fails (missing lsof)
- Yes, it works for me as well - after I manually install lsof. The reason I raised this is that lsof should be include...
-
01:57 PM pfSense Packages Bug #10522: Telegraf, Netstat fails (missing lsof)
- can't reproduce, it work for me
[2.4.5-RELEASE][root@pfSense.trmultiservice.lab]/root: telegraf --test --input-filte... -
02:02 PM pfSense Packages Bug #7654 (Feedback): Can't use a LDAP search filter containing an accent
-
02:02 PM Bug #10305 (Feedback): Using special character in Schedules description
-
01:51 PM Bug #10247 (Feedback): Duplicate Outbound NAT entries when creating L2TP server
- Original commit is commit:8f74c44e459e7f9c3d6559bee5d9ca1e49694852
Picked back in commit:ba77c38370 -
01:48 PM Feature #10348 (Feedback): Add localhost to NTP Interfaces
-
01:43 PM Feature #10221 (Feedback): Update DH group warnings to say that group 5 is also weak
-
01:40 PM Feature #10448 (Feedback): DHCPv6 RA - show default values in certain fields
-
01:39 PM Bug #9334 (Feedback): bogus dialogue on Limiter deletion
-
01:39 PM Todo #10349 (Feedback): status.php: Sanitize ldapbindpass and ldap_pass
-
01:38 PM Bug #10368 (Feedback): OpenVPN server no definition of protocol to use (udp4)
-
01:37 PM Bug #10211 (Feedback): Limiters ECN input validation problem
-
01:36 PM Feature #10341 (Feedback): Exclude unsupported interfaces from DHCP Relay
-
01:35 PM Bug #10200 (Feedback): DHCPv6 domain-search list not sent to clients
-
01:24 PM Feature #10321 (Feedback): URL/URL Table alias with IDN hostnames
-
01:24 PM Feature #8289 (Feedback): OpenVPN - configurable username as common name
-
01:23 PM Bug #4866 (Feedback): L2TP server are restarted after adding/modifying L2TP users (mpd.secret)
-
01:19 PM Bug #6579 (Feedback): IPv6 CARP VIPs lost upon config sync where they include non-significant zeros
-
01:19 PM Bug #10359 (Feedback): Require State Filter setting breaks filter rule link to associated states
-
09:08 AM Bug #10524: Bridge that includes a GIF interface does not come up at boot
- Jim Pingle wrote:
> Did this work on a previous version?
I didn't use this combination in previous version. Howev... -
08:02 AM Bug #10524: Bridge that includes a GIF interface does not come up at boot
- Did this work on a previous version?
-
08:59 AM pfSense Packages Bug #10526: Package pfBlockerNG Crashes on Alert view
- Looks like your alert log was allowed to grow too large.
Post on https://forum.netgate.com/category/62/pfblockerng... -
08:54 AM pfSense Packages Bug #10526 (New): Package pfBlockerNG Crashes on Alert view
- Error Message:
Fatal error: Allowed memory size of 536870912 bytes exhausted (tried to allocate 513799651 bytes) in ... -
08:06 AM Feature #10523 (Rejected): Integrate remote backup (push) into ACB
- ACB is the only method we plan on integrating for that functionality at this time. Other methods may be implemented m...
-
07:59 AM Feature #10521: Syslog, Level Filter / Setting
- Jim Pingle wrote:
> That kind of filtering should be done on a central log processing host, irrespective of the numb... -
07:57 AM Feature #10521 (Rejected): Syslog, Level Filter / Setting
- I'm not sure this would be viable as not everything gets tagged with relevant syslog levels, especially messages from...
-
07:49 AM Feature #10504 (Pull Request Review): Make LACP timeout PDU transmission speed configurable
-
02:57 AM Bug #10525 (Resolved): Chinese (taiwan) / HK Translation using incorrect identifier on 2.4.5
- When I using pfsense 2.4.4 upgrade to 2.4.5 the language change Chinese(Taiwan) or HK has error.
When I want chang... -
01:30 AM Bug #9647: hn0: driver does not support altq
- Hello.
Can someone please take a look at this one?
It seems trivial to fix or am I wrong?
05/03/2020
-
07:09 PM pfSense Packages Bug #10487: Telegraf package not sending logs to influxdb server
- I confirm that I encounter the same issue with telegraf version 0.9_3 and pfsense 2.4.5 (on a Netgate SG-1100) device
-
06:44 PM Bug #8100: pfsync Initially Deletes States on Primary for Connections Established through Secondary
- Verified still occurs on 12.1-STABLE/2.5.0.
-
03:22 PM Bug #10524 (Resolved): Bridge that includes a GIF interface does not come up at boot
- I use pfsense version 2.4.5. This problem occurs when a gif port is added to the bridge. This bridge does not rise af...
-
01:34 PM Bug #10518: Netmap appears broken in Snort and Suricata packages when Inline IPS Mode enabled
- Confirmed after further testing by me and by feedback from impacted users. Deleting the package (Snort or Suricata) a...
-
01:05 PM Bug #10518: Netmap appears broken in Snort and Suricata packages when Inline IPS Mode enabled
- Upon further testing it appears this may not be an actual bug, but is more likely related to older FreeBSD-12.0 versi...
-
10:19 AM Bug #9649: IPv6 6RD Tunnel
- Ronald Schellberg wrote:
> Any concerns or progress with the Pull Request? I have applied slight variations to 2.5,... -
01:06 AM Feature #10523 (Rejected): Integrate remote backup (push) into ACB
- Right now, the remote backup push method listed is not even recommended ([[https://docs.netgate.com/pfsense/en/latest...
05/02/2020
-
10:27 PM pfSense Packages Bug #10522 (Resolved): Telegraf, Netstat fails (missing lsof)
- Enabling netstat from the web interface (as part of Telegraf) ... fails. The error message can be seen from a command...
-
10:12 PM Feature #10521 (Rejected): Syslog, Level Filter / Setting
- Hi,
It would be handy to be able to set the minimum level above which remote syslog records are sent to the define... -
02:39 PM Revision a3a04401: LAGG proto input validation fix. Issue #10504
-
11:29 AM Bug #10493: filter_get_vpns_list() issues
- + I think it would be better to split "Advanced Firewall” to “Advanced Firewall” and “Packet Processing” sections:
... -
07:58 AM Bug #10493: filter_get_vpns_list() issues
- This fix allows you to select for which VPN types / IP proto do MSS clamping:
https://github.com/pfsense/pfsense/pul... -
09:45 AM Feature #10504: Make LACP timeout PDU transmission speed configurable
- works fine, but requires extra input validations:
https://github.com/pfsense/pfsense/pull/4300
Cisco 'show lacp n... -
08:47 AM Bug #10520 (Not a Bug): Interfaces OPT1 and WAN are not functional after upgrade to 2.5.0.a.20200312.1338
- That is quite an old snapshot and I've been running it on SG-3100 for months. This is not a general issue and might b...
-
05:57 AM Bug #10520 (Not a Bug): Interfaces OPT1 and WAN are not functional after upgrade to 2.5.0.a.20200312.1338
- After upgrade from fresh 2.4.5 install to the latest available 2.5.0 version (2.5.0.a.20200312.1338) on SG-3100, inte...
-
04:13 AM Feature #3567 (Resolved): Option to disable NTP
- now it's working fine
2.5.0.a.20200501.1824 -
04:05 AM Bug #10433 (Closed): addMask() js code resets netmask size to 128/32
- tested on 2.5.0.a.20200501.1824
reverted successfully
05/01/2020
-
08:26 PM Revision 5e421859: Fix OpenVPN status.php output for 2.4.5 Implements #10350
-
05:32 PM Revision 32cd2d98: Factor existing RAM disk usage into kmem calculation. Fixes #10420
- (cherry picked from commit 355aa65e684431fe435dcf51c92f17659b5b000d)
-
05:31 PM Revision 355aa65e: Factor existing RAM disk usage into kmem calculation. Fixes #10420
-
03:45 PM Revision f63635f9: Fix #10273: Build OpenVPN with ASYNC_PUSH option
-
03:35 PM Feature #10350 (Feedback): Add OpenVPN configuration file(s) to status.php file
- Applied in changeset commit:5e421859b258bccff7eb1e29fd4cff38b1c83123.
-
03:27 PM Feature #10350 (In Progress): Add OpenVPN configuration file(s) to status.php file
- Needs fixed to work on 2.4.5
-
03:27 PM Revision 5eb010e4: Merge pull request #4298 from vktg/ipsecleasesbold
-
12:58 PM Revision 58a8c231: Remove CA prv key fix. Issue #10509
- (Based on 0447f01b1eb02354f5658d535bd33bfa022d6083, Adjusted for RELENG_2_4_5)
-
12:56 PM Revision ac80714d: Merge pull request #4296 from vktg/remprivkey
-
12:55 PM Revision 1941a9cb: Avoid very slow GUI loads when ews.netgate.com can't be resolved #8987
- (cherry picked from commit 3c07f4986e6dfdd552ba8c68bb6ae866dff91dd9)
-
12:40 PM Bug #10420 (Feedback): Miscellaneous page with pre-existing RAM disks config can't be saved
- Applied in changeset commit:355aa65e684431fe435dcf51c92f17659b5b000d.
-
12:32 PM Bug #10420: Miscellaneous page with pre-existing RAM disks config can't be saved
- When I got the actual byte counts and calculated better, the numbers came out much closer, only within a couple MB, s...
-
11:10 AM Bug #3152 (Closed): Updater should fall back to IPv4 if IPv6 fails
- Since this bug was opened we moved to a completely different upgrade model using pkg
-
11:00 AM Bug #7725 (Feedback): Support for iwm
- Added iwm/iwmfw to pfSense kernel
-
11:00 AM Revision 2e292243: IPsec Mobile status/widget online green-bold. Issue #10340
-
10:52 AM Feature #3763 (Rejected): GUI: Packages: add 'non supported' or 'experimental' field
- -devel suffix is used on experimental package name, like pfBlockerNG-devel. It's enough to let users know it's not a...
-
10:50 AM Feature #10273 (Feedback): OpenVPN compile with --enable-async-push
- Applied in changeset commit:f63635f94608b191944e60dc928b8d379316190f.
-
10:46 AM Bug #10331 (Feedback): French language give a Warning: sprintf(): in system_advanced_admin.php
-
10:41 AM Bug #10438 (Feedback): Prepare pfSense-upgrade to deal with pkg 1.13.x+
- Done
-
10:40 AM Todo #10353 (Feedback): Update pkg to 1.13.x
- Already changed to 1.13 on 2.5.0 snapshots and added necessary code on pfSense-upgrade to detect change to metaversio...
-
10:39 AM Bug #10373 (Feedback): Incorrect copyright year
- RELENG_2_4_5 was changed as well
-
10:27 AM Feature #10340 (Feedback): IPsec Mobile GUI Improvement (Dashboard and Status > IPsec > Leases)
- PR has been merged. Thanks!
-
10:26 AM pfSense Packages Feature #9874 (Feedback): safesearch enforcing
- PR has been merged. Thanks!
-
07:27 AM pfSense Packages Feature #9874 (Pull Request Review): safesearch enforcing
-
12:53 AM pfSense Packages Feature #9874: safesearch enforcing
- Grimson Gretzleburg wrote:
> You forgot to add "/www/pfblockerng/pfblockerng_safesearch.php" to the package meta dat... -
10:00 AM Revision 0447f01b: Remove CA prv key fix. Issue #10509
-
09:43 AM Feature #7362 (Resolved): Add the default values of the TCP and UDP Timeouts on the WebUI depending on the "Firewall Optimization Options"
- OK on 2.5.0.a.20200430.1700
-
09:02 AM Bug #10517: Mobile PSK user mobile-userpool is ignored
- And I'm using the strongSwan app (v 2.2.1) on Android.
Is the ID actually configured as userfqdn in the client? -
08:59 AM Bug #10517: Mobile PSK user mobile-userpool is ignored
- hm, this is strongswan-nm 5.7.2-1 on Debian 10
-
08:31 AM Bug #10517 (Not a Bug): Mobile PSK user mobile-userpool is ignored
- I'm not seeing a problem here....
-
07:20 AM Bug #10517: Mobile PSK user mobile-userpool is ignored
- This was working not long ago, something else must have broken it again.
-
06:13 AM Bug #10517 (Not a Bug): Mobile PSK user mobile-userpool is ignored
- regardless of what you entered in the "Virtual Address Pool" on the VPN / IPsec / Pre-Shared Keys / Edit page,
mobil... -
08:27 AM pfSense Packages Bug #9537: One month offset in displayed data between time changes
- The underlying vnstat correctly reports the monthly data when run from the command line.
This is from vnstat:
v... -
08:18 AM Bug #6579 (Resolved): IPv6 CARP VIPs lost upon config sync where they include non-significant zeros
- successfully tested on 2.5.0.a.20200430.1700 HA cluster
-
08:01 AM Bug #10518 (Rejected): Netmap appears broken in Snort and Suricata packages when Inline IPS Mode enabled
- The latest update to FreeBSD-12.1-STABLE for the pfSense-2.5 snapshots appears to have broken the netmap device used ...
-
07:59 AM Bug #10509 (Feedback): unable to remove CA private key
- PR merged, but didn't apply cleanly to RELENG_2_4_5 so I committed an adjusted version there
-
07:55 AM Bug #8987 (Feedback): Web GUI main page very slow to load if wan interface is enabled but not connected.
-
01:39 AM Bug #8987 (Resolved): Web GUI main page very slow to load if wan interface is enabled but not connected.
- tested on 2.5.0.a.20200430.1700
works as expected, nice feature! -
07:26 AM Bug #9414 (Resolved): Hardware with Intel 82583V interface such as some Watchguard equipment fail to load interface
-
12:25 AM Bug #9414: Hardware with Intel 82583V interface such as some Watchguard equipment fail to load interface
This looks like it was fixed upstream. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235147 is now closed/fixe...-
03:54 AM pfSense Packages Bug #10475 (Resolved): pfSense-pkg-arpwatch unconditinally clobbers the arpwatch database files on upgrade
- arpwatch 0.2.0_3 - OK
-
03:42 AM pfSense Packages Feature #10479 (Resolved): Keep settings after deinstall option
- 0.15.7_15 works as expected
-
02:05 AM pfSense Packages Bug #9424 (Resolved): arpwatch package logs CARP MAC address changes
- works fine on 2.4.5/2.5 and arpwatch pkg 0.2.0_3
04/30/2020
-
09:17 PM pfSense Packages Bug #10516 (New): FRR Access list
- When using Access list on BGP neighbor> Peer Filtering (in/out) , All routes will be blocked even if the rule was per...
-
09:05 PM Feature #10515 (Rejected): Highlight fields that aren't consistent among all copies of a page
- I don't see this ever being viable. There is no way it could know what you want it to do here, and trying to come up ...
-
07:01 PM Feature #10515 (Rejected): Highlight fields that aren't consistent among all copies of a page
- I'm running multiple VPN clients, and I expect their configurations to be identical except for necessary alterations ...
-
06:32 PM Feature #10514 (New): Add to every page an unparsed Notes field for administrative reference
- I would find it very helpful to have, at the top of the VPN Clients page, a note that said, "If you enable/disable an...
-
06:29 PM pfSense Packages Feature #9874: safesearch enforcing
- You forgot to add "/www/pfblockerng/pfblockerng_safesearch.php" to the package meta data, so it's not included in the...
-
01:36 PM pfSense Packages Feature #9874 (Feedback): safesearch enforcing
- PR has been merged. Thanks!
-
05:55 PM Revision 1a2b1a47: Skip all RRD data on backup. Issue #10508
- (cherry picked from commit 6c1b20af47553b6e95669b9ccc2d4109364c0d4c)
-
05:54 PM Revision 6ada0675: Merge pull request #4297 from vktg/rrdskip
-
05:43 PM Revision c97132ef: EDNS buffer size configuration. Issue #10293
- (cherry picked from commit 09d529a6b3888479b015edba166d31cd214387cc)
-
05:42 PM Revision 4b08280f: DHCP Domain trailing dot validation. Issue #8054
- (cherry picked from commit 8ee5aa03950902e8de301dedaa1fddda4a74e709)
-
05:42 PM Revision 46505ce4: Same gateway naming convention for the console and the WebGUI. Issue #10264
- (cherry picked from commit b504ede55d68d82e84a5c48ff75ddc805b6ce391)
-
05:41 PM Revision 8cac9c25: Add OpenVPN config files to status output. Implements #10350
- This form will only work on 2.5.0 since the directory layout changed.
(cherry picked from commit edc7e81f621805af817... -
05:39 PM Revision 8c57ad63: Port forward dst port Any fix. Issue #7704
- (cherry picked from commit da7f67b8f0b1d55b3b0ebfb99b198abc9e47ff53)
-
05:39 PM Revision af6d81b3: requested changes
- (cherry picked from commit b1c85ec0fc263a0b237bd3364b249eb5f85e35dc)
-
05:39 PM Revision fd5fcb27: Outbound NAT and multiple IPSEC IPs for mobile warriors
- (cherry picked from commit 8897cbce7fc410029ac367eeee7c12261fec896f)
-
05:33 PM Revision 6b01ee93: status.php: Add upgrade_log.latest.txt. Issue #10455
- (cherry picked from commit 6c773de2544d267b8834c09beb40f83d9a1c32d4)
-
05:33 PM Revision 720aab15: OpenVPN/IPsec IPv6 prefix in DNS Resolver access list. Issue #10460
- (cherry picked from commit 79eef195a77d7c05628adaa7418d748c05d862a8)
-
05:32 PM Revision 4f4a2b48: IPsec VTI enable netmask. Issue #10418
- (cherry picked from commit 0bb934e9d7dd8c852bae4b221501b90e8dc1569b)
-
05:32 PM Revision 7e51a68b: IPsec VTI /30 netmask. Issue #10418
- (cherry picked from commit 92ab21bb3f74413654fefd7b7a451641cf7c02a7)
-
05:31 PM Revision 2b902892: Check IPv6 interface aliases for firewall rules. Issue #8256
- (cherry picked from commit 453c3b38407cd5f804d40f0a9946a05297dd3655)
-
05:30 PM Revision 510007ee: DHCPv6 update-static-leases. Issue #10412
- (cherry picked from commit 1a618dc0d1977120810bfd8454fd4deda0a4ed55)
-
05:28 PM Revision e9bf0124: DHCPv6 service Dynamic DNS fix. Issue #10346
- (cherry picked from commit 9fbd8f713449b2315daac91e219e711c8954ce7c)
-
05:27 PM Revision f95442c6: pfSense copynotice.inc copyright 2020. Issue #10373
- (cherry picked from commit 501c65dfb00cbfb737a659c6be0fd3113045980e)
-
05:26 PM Revision a6674a6f: Floating rules tab fix. Issue #4629
- (cherry picked from commit 65d935bfddb2d4d0e4816d344573d03e2b73b464)
-
05:26 PM Revision 85f8eab1: Add Interfaces column to Floating Rules. Issue #4629
- (cherry picked from commit bf83fb9ab93435e605d28b67e0352d32ce63ba2d)
-
05:25 PM Revision 7f4fc779: fix #10499 dark theme autocomplete popup not readable
- (cherry picked from commit 1d06b51d92483b70be11dcb4ca1d78e2f2b5dd15)
-
03:30 PM Bug #10513 (New): State issues with policy routing and HA failover
- Seeing some odd behavior on HA pairs which have multiple WANs and use policy routing. In some cases, the states for a...
-
02:45 PM Bug #10463 (Feedback): The ng_etf module is missing from base in armv6 and aarch64
- I've pushed the changes on arm/arm64 kernels adding it
-
12:48 PM Bug #10463: The ng_etf module is missing from base in armv6 and aarch64
- Luiz told me he'd work on this
-
02:32 PM Bug #10414: Very high CPU usage of pfctl and more causing very high load and a hardly usable internet connection
- For people suffering from this now, until the next release, this _might_ help:
add the line below to */boot/loader.c... -
12:49 PM Bug #10414 (Feedback): Very high CPU usage of pfctl and more causing very high load and a hardly usable internet connection
- Luiz said the corrections have been made in the src tree
-
01:58 PM pfSense Docs Correction #10512 (Closed): Feedback on Routing and Multi-WAN — Using Multiple IPv4 WAN Connections
- *Page:* https://docs.netgate.com/pfsense/en/latest/routing/multi-wan.html
*Feedback:*
I'm told that when https:... -
12:56 PM Bug #10508 (Feedback): Backup does not skip all RRD data
-
12:55 PM Bug #10508: Backup does not skip all RRD data
- PR Merged & Picked
-
08:56 AM Bug #10508 (Pull Request Review): Backup does not skip all RRD data
-
04:02 AM Bug #10508: Backup does not skip all RRD data
- it's safe to always skip the wrong rrd tags section on export:
https://github.com/pfsense/pfsense/pull/4297 -
12:48 PM pfSense Packages Bug #10444: FRR will not start in 2.4.5 aarch64
- Luiz told me he'd work on this
-
12:48 PM Bug #8256 (Feedback): IPv6 IP Alias VIP not added to Interface Network Macros
-
12:48 PM Bug #10418 (Feedback): IPsec VTI address/mask selection not functional
-
12:47 PM Bug #10460 (Feedback): OpenVPN does not add IPv6 prefix to unbound DNS resolver
-
12:43 PM Feature #10293 (Feedback): DNS flag day - EDNS buffer size recommendation
-
12:43 PM Todo #10423 (Feedback): status.php: Add kernel modules
-
12:42 PM Bug #10424 (Feedback): status.php: Calls using pkg should use pkg-static
-
12:42 PM Bug #8054 (Feedback): DHCP server accepts trailing dot in domain names, DNS resolver adds another and breaks
-
12:42 PM Bug #10264 (Feedback): Gateways created at the console do not apply the naming convention used in the GUI
-
12:41 PM Feature #10350 (Feedback): Add OpenVPN configuration file(s) to status.php file
-
12:39 PM Feature #7704 (Feedback): Destination port range "Any" in Port Forward UI doesn't work
-
12:39 PM Bug #9320 (Feedback): Outbound NAT and multiple IPSEC IPs for mobile warriors
-
12:33 PM Feature #10455 (Feedback): status.php: Add upgrade_log.latest.txt
-
12:27 PM Bug #10373 (New): Incorrect copyright year
- src changes need picked back
-
07:24 AM Bug #10373 (Feedback): Incorrect copyright year
- PR has been merged. Thanks!
-
12:27 PM Revision 22f8462d: Merge pull request #4295 from Marc05/master
-
12:26 PM Revision 983d4b6a: Merge pull request #4294 from vktg/lacpfast
-
12:26 PM Revision cf396c58: Merge pull request #4293 from vktg/defadaptivefields
-
12:25 PM Revision 6823e2d6: Merge pull request #4292 from vktg/ntprrdneg
-
12:25 PM Revision dabc0c87: Merge pull request #4291 from vktg/ntpenablefix
-
12:25 PM Revision 3aeb8600: Merge pull request #4290 from vktg/floatfwfix
-
12:24 PM Revision 9dfd5637: Merge pull request #4289 from vktg/revertpr10433
-
12:24 PM Revision a0c4fc85: Merge pull request #4288 from vktg/dashboardcr2020
-
12:09 PM Bug #8611: unable to receive IPv6 RA's on SG-1000, default route lost
- Viktor Gurov wrote:
> no such issue on pfSense 2.5.0.a.20200205.1753
>
> pfSense 2.4.4-p3 on SG-3100 as DHCP6/RA ... -
09:25 AM pfSense Packages Feature #10479 (Feedback): Keep settings after deinstall option
- PR has been merged. Thanks!
-
08:57 AM pfSense Packages Feature #10479 (Pull Request Review): Keep settings after deinstall option
-
06:28 AM pfSense Packages Feature #10479: Keep settings after deinstall option
- small fix:
https://github.com/pfsense/FreeBSD-ports/pull/855 -
09:22 AM pfSense Packages Bug #9211 (Pull Request Review): GeoIP broken in pfSense-pkg-ntopng-0.8.13_3
-
09:17 AM pfSense Packages Bug #9211: GeoIP broken in pfSense-pkg-ntopng-0.8.13_3
- https://forum.netgate.com/topic/153105/ntopng-update-to-v0-8-13_4-crashes
clean install fix:
https://github.com/p... -
07:33 AM pfSense Packages Bug #9211 (Feedback): GeoIP broken in pfSense-pkg-ntopng-0.8.13_3
- PR has been merged. Thanks!
-
09:04 AM Feature #10340 (Pull Request Review): IPsec Mobile GUI Improvement (Dashboard and Status > IPsec > Leases)
-
07:50 AM Feature #10340: IPsec Mobile GUI Improvement (Dashboard and Status > IPsec > Leases)
- On the status_ipsec_leases.php sets online status to green bold
and sets the IPsec widget leases tab background-colo... -
08:58 AM Revision 6c1b20af: Skip all RRD data on backup. Issue #10508
-
08:55 AM Bug #10509 (Pull Request Review): unable to remove CA private key
-
03:14 AM Bug #10509: unable to remove CA private key
- https://github.com/pfsense/pfsense/pull/4296
-
03:11 AM Bug #10509 (Resolved): unable to remove CA private key
- https://forum.netgate.com/topic/153020/removing-a-ca-key
If you edit CA and save, the key is still there.
-
07:33 AM pfSense Packages Bug #10475 (Feedback): pfSense-pkg-arpwatch unconditinally clobbers the arpwatch database files on upgrade
- PR has been merged. Thanks!
-
07:27 AM Bug #10499 (Feedback): Dark theme Auto-complete popup field has dark text on dark background
- PR has been merged. Thanks!
-
07:27 AM Feature #10504 (Feedback): Make LACP timeout PDU transmission speed configurable
- PR has been merged. Thanks!
-
07:26 AM Feature #7362 (Feedback): Add the default values of the TCP and UDP Timeouts on the WebUI depending on the "Firewall Optimization Options"
- PR has been merged. Thanks!
-
07:25 AM Bug #6503 (Feedback): rrd graph for ntp monitoring does not reflect freq when neg (-) value.
- PR has been merged. Thanks!
-
07:25 AM Feature #3567 (Feedback): Option to disable NTP
- PR has been merged. Thanks!
-
07:25 AM Feature #4629 (Feedback): Rules Floating tab doesn't display interfaces
- PR has been merged. Thanks!
-
07:24 AM Bug #10433 (Feedback): addMask() js code resets netmask size to 128/32
- PR has been merged. Thanks!
04/29/2020
-
03:00 PM Revision 06472551: Make LACP timeout PDU transmission speed configurable. Issue #10504
-
11:16 AM Bug #10499: Dark theme Auto-complete popup field has dark text on dark background
- @Jim
Thanks for your patience! -
09:55 AM Bug #10499 (Pull Request Review): Dark theme Auto-complete popup field has dark text on dark background
- PR: https://github.com/pfsense/pfsense/pull/4295
-
11:06 AM Bug #10508: Backup does not skip all RRD data
- If want to make everybody happy:
replace this ... -
10:10 AM Bug #10508: Backup does not skip all RRD data
- If it's an evolution problem, why not filtering wrong tags on export?
If you don't skip you will skip the wrong se... -
09:35 AM Bug #10508 (Not a Bug): Backup does not skip all RRD data
- Your config must have had older data already inside due to a different bug fixed a while back (like #8994) or restori...
-
09:34 AM Bug #10508: Backup does not skip all RRD data
- ...
-
09:08 AM Bug #10508 (Resolved): Backup does not skip all RRD data
- If I backup with skip RRD data enabled I will get this:...
-
09:54 AM Bug #10505: Mobile PSK users have wrong type in swanctl.conf secrets
- The code in @ipsec_setup_userpools()@ explicitly checks for a type of EAP before making a user pool. I'm not sure if ...
-
09:50 AM Bug #10505: Mobile PSK users have wrong type in swanctl.conf secrets
- tested on 2.5.0.a.20200428.1204
now it sets 'psk' prefix correctly, but I don't see the 'mobile-userpool' section ... -
09:31 AM Bug #10505 (Resolved): Mobile PSK users have wrong type in swanctl.conf secrets
- Confirmed working by the original reporter: https://forum.netgate.com/post/908737
-
09:19 AM Bug #10414: Very high CPU usage of pfctl and more causing very high load and a hardly usable internet connection
- We have identified the cause of the problem, it is a change made in FreeBSD for a PR: https://bugs.freebsd.org/bugzil...
-
01:41 AM Revision 1d06b51d: fix #10499 dark theme autocomplete popup not readable
-
12:29 AM pfSense Packages Bug #10507 (Resolved): Unable to use forwarders
- When setting the forwarders in the settings tabs, the forwarders are added under the general "options" section.
Howe...
04/28/2020
-
11:58 PM pfSense Packages Bug #10506 (Resolved): Recursion not working on fresh BIND install
- I just installed BIND for the first time on a pfSense 2.4.5. After installation, despite the fact that I created a Vi...
-
05:04 PM Revision f965ba96: Move to devel-12 branch
-
04:02 PM Revision 2c9c2891: Use correct prefix for IPsec user keys. Fixes #10505
-
02:38 PM pfSense Packages Bug #10475: pfSense-pkg-arpwatch unconditinally clobbers the arpwatch database files on upgrade
- So the bug is the clear database checkbox was not being honored ever? "oops"
-
02:32 PM pfSense Packages Bug #10475 (Pull Request Review): pfSense-pkg-arpwatch unconditinally clobbers the arpwatch database files on upgrade
-
10:09 AM pfSense Packages Bug #10475 (New): pfSense-pkg-arpwatch unconditinally clobbers the arpwatch database files on upgrade
- fix for https://github.com/pfsense/FreeBSD-ports/pull/844
to correctly check 'clear_database' value
otherwise arpwa... -
02:30 PM Feature #10504 (Pull Request Review): Make LACP timeout PDU transmission speed configurable
-
12:32 PM Feature #10504: Make LACP timeout PDU transmission speed configurable
- https://github.com/pfsense/pfsense/pull/4294
-
09:22 AM Feature #10504 (Resolved): Make LACP timeout PDU transmission speed configurable
- Could the following option from ifconfig be exposed to the WebUI?...
-
12:22 PM pfSense Packages Bug #10429: Status Traffic Total broken 2.4.5
- I can't replicate anything like this. It's been working solid here, and the data is sane.
The only thing I did not... -
11:10 AM Bug #10505 (Feedback): Mobile PSK users have wrong type in swanctl.conf secrets
- Applied in changeset commit:2c9c2891678fc87dc40359726af81468a3570464.
-
11:01 AM Bug #10505 (Resolved): Mobile PSK users have wrong type in swanctl.conf secrets
- When making entries on vpn_ipsec_keys.php, users can be set to a type of PSK or EAP. No matter what the user chooses,...
-
08:46 AM pfSense Packages Bug #9211 (Pull Request Review): GeoIP broken in pfSense-pkg-ntopng-0.8.13_3
-
03:31 AM pfSense Packages Bug #9211: GeoIP broken in pfSense-pkg-ntopng-0.8.13_3
- Fix:
https://github.com/pfsense/FreeBSD-ports/pull/853 -
08:24 AM pfSense Packages Bug #10503 (New): Flapping any GW in multi-WAN influences restating all IPsec tunnels in FRR which leads to dropping all IPsec VTI static routes and related BGP issues
- There are 2 nodes with a multi-WAN setup: 2 WANs, 2 Gateways. The are 2 IPsec VTI tunnel every working through its ow...
04/27/2020
-
02:07 PM Bug #10236: Cannot add more than 2 VMXNET3 Adapters in vSphere
- I have run into this bug again with a VM and 2.4.5. I am unable to add a second interface at this point, they show u...
-
01:26 PM pfSense Packages Bug #10502: LLDP spamming errors on Netgate XG-7100
- I'm on 2.4.5 now. This error message appears for each ix0-4 and repeat each minute. Lldpd work, at least I can see my...
-
12:07 PM pfSense Packages Bug #10502: LLDP spamming errors on Netgate XG-7100
- Please provide more information about this issue.
Seems like https://redmine.pfsense.org/issues/9635
-
12:21 PM Feature #7727: uPnP fails to properly give out subsequent reservations when multiple gaming systems are playing the same game/using the same port
- A bit off-topic:
It's funny that throughout all of the years, many people have encountered and posted about the is... -
12:00 PM Feature #7727: uPnP fails to properly give out subsequent reservations when multiple gaming systems are playing the same game/using the same port
- Joel S wrote:
> He specifically comments that "I'm stupid, e49d44f is only for netfilter :( it will change nothing f... -
11:25 AM Feature #7727: uPnP fails to properly give out subsequent reservations when multiple gaming systems are playing the same game/using the same port
- I don't see anything like that in the linked reference. Only confirmation that the issue/commit only apply to netfilt...
-
09:35 AM Feature #7727: uPnP fails to properly give out subsequent reservations when multiple gaming systems are playing the same game/using the same port
- Marc05 M wrote:
> Hi Jim. Given you likely understand the issue much better than I, would you help me in making the ... -
11:54 AM Bug #10497: Failed package install (suricata)
- Jim Pingle wrote:
> Not a bug. You must be on 2.4.5 to install the latest packages.
>
> Alternately, you may manu... -
09:43 AM Feature #7362 (Pull Request Review): Add the default values of the TCP and UDP Timeouts on the WebUI depending on the "Firewall Optimization Options"
-
03:35 AM Feature #7362: Add the default values of the TCP and UDP Timeouts on the WebUI depending on the "Firewall Optimization Options"
- also show default Adaptive Start/End values:
https://github.com/pfsense/pfsense/pull/4293 -
09:40 AM Bug #6503 (Pull Request Review): rrd graph for ntp monitoring does not reflect freq when neg (-) value.
- Might need a note somewhere, perhaps just in the release notes for whatever the next release is with this fix, statin...
-
09:36 AM Feature #3567 (Pull Request Review): Option to disable NTP
-
09:30 AM Feature #4629 (Pull Request Review): Rules Floating tab doesn't display interfaces
-
09:29 AM Bug #10499: Dark theme Auto-complete popup field has dark text on dark background
- Can you submit that change as a pull request on Github?
https://docs.netgate.com/pfsense/en/latest/development/sub... -
09:27 AM Bug #10433 (Pull Request Review): addMask() js code resets netmask size to 128/32
-
09:17 AM Bug #10373 (Pull Request Review): Incorrect copyright year
-
09:14 AM Bug #7380 (Resolved): WAN DHCP Gateway Outside of Subnet Causing Route Issues
- works as expected on 2.5.0.a.20200426.2333
I can see local route to the router ip address, like:... -
08:38 AM Bug #8256 (Resolved): IPv6 IP Alias VIP not added to Interface Network Macros
- works as expected on 2.5.0.a.20200426.2333
-
08:32 AM Revision 6728e5f4: Show default Adaptive Start/End values. Issue #7362
-
07:59 AM Bug #9622 (Resolved): Changing admins membership does not replicate correctly to HA slave
- works as expected on 2.5.0.a.20200426.2333
-
07:57 AM Bug #10418 (Resolved): IPsec VTI address/mask selection not functional
- tested on 2.5.0.a.20200426.2333
now it allows you to select a network mask for VTI interfaces, as before -
05:15 AM Bug #6868 (Resolved): Interface MTU Setting not applied to all IPv6 routes
- works as expected on 2.5.0.a.20200424.1759
-
05:09 AM Bug #9023 (Resolved): is_fqdn() validation
- tested on 2.5.0.a.20200424.1759
looks good:...
04/26/2020
-
07:05 PM pfSense Packages Bug #10502 (In Progress): LLDP spamming errors on Netgate XG-7100
- ...
-
06:19 PM Revision 3ccfb627: NTP rrd graph negative freq. Issue #6503
-
05:29 PM Bug #10501 (Not a Bug): Duplicating OpenVPN client results in "Unable to contact daemon" error
- Not a bug, but a configuration issue. If it didn't start, then you must not have changed settings sufficiently to mak...
-
04:30 PM Bug #10501 (Not a Bug): Duplicating OpenVPN client results in "Unable to contact daemon" error
- On a fresh pfSense install, I create an OpenVPN client and the connection successfully starts (as seen in Status>Open...
-
01:24 PM Bug #6503: rrd graph for ntp monitoring does not reflect freq when neg (-) value.
- https://github.com/pfsense/pfsense/pull/4292
-
01:11 PM Feature #7727: uPnP fails to properly give out subsequent reservations when multiple gaming systems are playing the same game/using the same port
- Marc05 M wrote:
> Hi Jim. Given you likely understand the issue much better than I, would you help me in making the ... -
01:04 PM Feature #7727: uPnP fails to properly give out subsequent reservations when multiple gaming systems are playing the same game/using the same port
- Hi Jim. Given you likely understand the issue much better than I, would you help me in making the request necessary t...
-
12:58 PM Feature #7727: uPnP fails to properly give out subsequent reservations when multiple gaming systems are playing the same game/using the same port
- Nothing on that bug report mentions pf, all of the example commands are for Linux. It may be about masquerade mode is...
-
12:50 PM Feature #7727: uPnP fails to properly give out subsequent reservations when multiple gaming systems are playing the same game/using the same port
- Jim Pingle wrote:
> Marc05 M wrote:
> > Looks like there is some progress on this:
> > "netfilter: addmasqueraderu... -
12:05 PM Feature #7727: uPnP fails to properly give out subsequent reservations when multiple gaming systems are playing the same game/using the same port
- Marc05 M wrote:
> Looks like there is some progress on this:
> "netfilter: addmasqueraderule() even if internal/ext... -
11:55 AM Feature #7727: uPnP fails to properly give out subsequent reservations when multiple gaming systems are playing the same game/using the same port
- If it ends up working for you, would you provide it in a way that I could apply it using the System Patches package? ...
-
09:21 AM Bug #10414: Very high CPU usage of pfctl and more causing very high load and a hardly usable internet connection
- So I have the same issue on a Netgate SG3100. It starts when you enable multiple GeoIP regions on pfblockerng for my...
-
02:16 AM pfSense Packages Feature #10500: Build HAProxy Package with buildin Prometheus exporter
- This only apply for HAProxy 2.0 and higher*
-
02:14 AM pfSense Packages Feature #10500 (Resolved): Build HAProxy Package with buildin Prometheus exporter
- Now if you try use in fronend:...
04/25/2020
-
05:30 PM Revision 0b5b700d: NTP disable clean config fix. Issue #3567
-
05:18 PM Revision 65d935bf: Floating rules tab fix. Issue #4629
-
12:56 PM Feature #10484 (Closed): Add Disable/Enable Button for NAT rules
- You can do it already by clicking the blue 'checkmark' icon to the left of the Interface column
-
12:33 PM Feature #3567: Option to disable NTP
- fix for clean NTP configurations which don't have $config['ntpd']['enable'] entry:
https://github.com/pfsense/pfsens... -
12:29 PM Feature #7727: uPnP fails to properly give out subsequent reservations when multiple gaming systems are playing the same game/using the same port
- Jim Pingle wrote:
> That isn't relevant to this feature. It's a different FreeBSD issue. I don't see anything about ... -
12:24 PM Feature #4629: Rules Floating tab doesn't display interfaces
- extra fixes:
https://github.com/pfsense/pfsense/pull/4290 -
12:18 PM Bug #10499 (Resolved): Dark theme Auto-complete popup field has dark text on dark background
- Using pfSense-dark.css, the auto-complete pop-up currently does not specify a background image. This leads to theme.c...
-
12:16 PM Revision 84602d57: Revert addMask() max /31 netmask. Issue 10433
-
12:10 PM Revision 501c65df: pfSense copynotice.inc copyright 2020. Issue #10373
-
07:33 AM Bug #10211 (Resolved): Limiters ECN input validation problem
- tested on 2.5.0.a.20200424.1759
now it correctly sets/unsets _ecn_ option for RED/GRED limiters -
07:20 AM Bug #10433: addMask() js code resets netmask size to 128/32
- revert it:
https://github.com/pfsense/pfsense/pull/4289 -
07:11 AM Bug #10373: Incorrect copyright year
- copynotice.inc fix:
https://github.com/pfsense/pfsense/pull/4288 -
07:07 AM Bug #10373: Incorrect copyright year
- rc.local fix:
https://github.com/pfsense/FreeBSD-src/pull/29 -
03:42 AM Feature #10448 (Resolved): DHCPv6 RA - show default values in certain fields
- tested on 2.5.0.a.20200423.1513
works as expected - shows default values in the _Default valid lifetime, Default p... -
03:36 AM Bug #10460 (Resolved): OpenVPN does not add IPv6 prefix to unbound DNS resolver
- tested on 2.5.0.a.20200423.1513
works as expected - adds IPsec Mobile Virtual IPv6 Address Pool and OpenVPN IPv6 T...
04/24/2020
-
03:13 PM pfSense Docs Correction #10498 (Closed): Feedback on IPsec — Site-to-Site
-
03:11 PM pfSense Docs Correction #10498: Feedback on IPsec — Site-to-Site
- Please ignore, it was a configuration error on my part. I entered the wrong network for remote.
-
01:39 PM pfSense Docs Correction #10498 (Closed): Feedback on IPsec — Site-to-Site
- *Page:* https://docs.netgate.com/pfsense/en/latest/book/ipsec/site-to-site.html
*Feedback:*
Thank you for provi... -
01:12 PM Bug #9615: Connections permitted by a schedule are not killed when that schedule expires.
- *To whom it may concern,*
I have also encountered this bug as documented in this NetGate forum thread:
"https:... -
12:27 PM Bug #10497 (Not a Bug): Failed package install (suricata)
- Not a bug. You must be on 2.4.5 to install the latest packages.
Alternately, you may manually choose the 2.4.4 bra... -
11:46 AM Bug #10497 (Not a Bug): Failed package install (suricata)
- I was on 2.4.4 and tried to install suricata just now, and got an error "pkg-static: Cannot delete vital package: pfS...
-
11:40 AM Bug #9946: package install failed: unset the 'vital' flag with: pkg set -v 0 pfSense
- Hi
I was on 2.4.4 and tried to install suricata just now, and got an error "pkg-static: Cannot delete vital package:... -
10:07 AM Bug #10488 (Resolved): sshguard fails to run on pfSense 2.4.5
- All indications are that this is OK now. I have tested on several different platforms (amd64, SG-1000, SG-1100, SG-31...
-
09:27 AM pfSense Packages Bug #9776 (Resolved): Wrong function in squidguard_log.php
- squidGuard 1.16.18_5 - works fine
-
09:27 AM pfSense Packages Bug #9350 (Resolved): not appear proxy config
- squidGuard 1.16.18_5 - works fine
-
08:42 AM Feature #10455 (Resolved): status.php: Add upgrade_log.latest.txt
- tested on 2.5.0.a.20200423.1513
_OS-Upgrade Log Latest.txt_ in the status_output.tgz file -
08:36 AM pfSense Packages Feature #10474 (Resolved): Suppress notifications for specific MACs
- arpwatch 0.2.0_2 works as expected
-
08:09 AM Bug #9968: Configuration of assigned interfaces is deployed to unassigned ones
- Well, in our enviroment, this is still present and I can reproduce this behavior any time. I can also provide access ...
-
08:04 AM Bug #9801: VTI IPv6 addresses don't get assigned
- It works for others. If it doesn't work for you, you need to post on a place where that can be diagnosed and discusse...
-
07:53 AM Bug #9801: VTI IPv6 addresses don't get assigned
- This not forum question:
My VTI with IPv6 work well only if there no IPv4. And vise versa. -
07:14 AM Bug #9801: VTI IPv6 addresses don't get assigned
- Post on the forum to discuss your problem.
-
06:19 AM Bug #9801: VTI IPv6 addresses don't get assigned
- Tried to configure it and doesn't have working solution on 2.4.5 release. How to accomplish this?
Tried to use uniq ... -
08:02 AM pfSense Packages Bug #10494 (Resolved): Snort package Logs Management process not purging correctly
-
07:46 AM pfSense Packages Bug #10494: Snort package Logs Management process not purging correctly
- The pull requests have been merged. This bug is corrected in the latest Snort package versions 3.2.9.11 (for pfSense-...
-
07:13 AM Feature #10496 (Rejected): Add ability to mass import/export of Firewall Aliases
- It's already present and there is no bug as stated. Post on the forum to discuss whatever your issue might be.
-
03:41 AM Feature #10496: Add ability to mass import/export of Firewall Aliases
- DRago_Angel [InV@DER] wrote:
> I found bug - when you go back to Aliases from Add new record page - import button no... -
03:11 AM Feature #10496: Add ability to mass import/export of Firewall Aliases
- Thank you for your reply, yes indeed it supported.
I found bug - when you go back to Aliases from Add new record pag... -
02:57 AM Feature #10496: Add ability to mass import/export of Firewall Aliases
- Starting from 2.4.5 you can export the list of aliases in text format:
https://redmine.pfsense.org/issues/9816 -
02:47 AM Feature #10496 (Rejected): Add ability to mass import/export of Firewall Aliases
- Now pfSense support import of IPs/Ports etc.
It cool, but it can be more enhanced to support export data as well and... -
07:01 AM Feature #10495: Add support of Pushover API for notifications
- https://pushover.net/
-
12:56 AM Feature #10495 (Resolved): Add support of Pushover API for notifications
-
06:28 AM Bug #10247 (Resolved): Duplicate Outbound NAT entries when creating L2TP server
- now it's ok on 2.5.0.a.20200423.1513
-
06:21 AM Bug #9320 (Resolved): Outbound NAT and multiple IPSEC IPs for mobile warriors
- works as expected on 2.5.0.a.20200423.1513 -
adds IP addresses from VPN / IPsec / Pre-Shared Keys pools to auto Outb... -
05:52 AM Feature #7704 (Resolved): Destination port range "Any" in Port Forward UI doesn't work
- works as expected on 2.5.0.a.20200423.1513
"10.11.11.1 -> 88.88.99.99 tcp any" example:... -
03:54 AM pfSense Packages Bug #10475 (Resolved): pfSense-pkg-arpwatch unconditinally clobbers the arpwatch database files on upgrade
- arpwatch 0.2.0_2 - works as expected
-
02:00 AM pfSense Packages Bug #10369 (Resolved): Remote OpenVPN server protocol definition
- 1.4.22 - legacy client export is OK now
-
01:45 AM pfSense Packages Bug #10490 (Resolved): Syslog-ng syntax test failed
- 1.15_5 works as expected
-
01:41 AM pfSense Packages Feature #9003 (Resolved): Add 'Copy Running to Saved' option to the raw config
- now it works as expected on FRR 0.6.4_4
-
01:36 AM pfSense Packages Bug #10442 (Resolved): ACME: special characters in descriptions trigger silent error and rollback
- tested acme 0.6.7 - now you can use any characters in the Description field
-
01:34 AM pfSense Packages Bug #10452 (Resolved): acme - new DNS-Api namemaster.de in overview hash visible
- acme 0.6.7 - resolved
04/23/2020
-
05:46 PM pfSense Packages Bug #10490: Syslog-ng syntax test failed
- Works OK with version 1.15_5.
Thanks! -
12:40 PM pfSense Packages Bug #10490 (Feedback): Syslog-ng syntax test failed
- PR has been merged. Thanks!
-
07:34 AM pfSense Packages Bug #10490 (Pull Request Review): Syslog-ng syntax test failed
-
02:42 AM pfSense Packages Bug #10490: Syslog-ng syntax test failed
- On initial setup, syslogng_build_cert() tries to get the parameters from $config, but it needs to get it from $post, ...
-
05:28 PM Revision dce43afd: Merge pull request #4287 from vktg/rednoencfix
-
05:27 PM Revision 75df4967: Merge pull request #4285 from vktg/fwdefplaceholder
-
05:26 PM Revision b5410de8: Merge pull request #4286 from vktg/inffloatingtab
-
05:25 PM Revision 41cfa1ce: Merge pull request #4284 from vktg/nol2tp
-
05:24 PM Revision 03b7565d: Merge pull request #4283 from vktg/portforwardanyfix
-
05:23 PM Revision 886426ef: Merge pull request #4277 from vktg/ntpgpsspeedfix
-
05:22 PM Revision ed2e5bf5: Merge pull request #4280 from vktg/ipsecvtirevertback
-
05:21 PM Revision ba639889: Merge pull request #4278 from vktg/radvdshowdefvalues
-
05:20 PM Revision a6e54b89: Merge pull request #4279 from Wasurerarenai/master
-
05:19 PM Revision 9fc75e67: Merge pull request #4276 from vktg/unboundauto6acl
-
05:18 PM Revision cd585183: Merge pull request #4275 from ecovillage/doc-dynamic_pipe_queue_help_text
-
05:17 PM Revision bcc0ba5f: Merge pull request #4274 from hydrian/master
-
05:16 PM Revision e08d8867: Merge pull request #4272 from vktg/statupupdatelatest
-
05:14 PM Revision c01fa17a: Merge pull request #4167 from vktg/discard6request
-
04:10 PM pfSense Packages Bug #10494: Snort package Logs Management process not purging correctly
- Pull requests have been submitted to both the pfSense-2.4.5-RELEASE and pfSense-2.5-DEVEL branches to correct this is...
-
01:19 PM pfSense Packages Bug #10494: Snort package Logs Management process not purging correctly
- If one of the pfSense guys can edit the title of this Issue, please correct my typo in "Management" in the title.
-
01:17 PM pfSense Packages Bug #10494: Snort package Logs Management process not purging correctly
- Creating this and assigning it to me for tracking purposes. The fix for this will be submitted shortly.
Bill -
01:16 PM pfSense Packages Bug #10494 (Resolved): Snort package Logs Management process not purging correctly
- The Logs Management process in Snort, when enabled, does not purge rotated alert logs that have exceeded the configur...
-
03:25 PM Revision 58001982: Ignore user-config-readonly for admin/admins. Fixes #10492
- (cherry picked from commit fa0ed29ef58fe6758f2cdc96f5bf68da32241faf)
-
03:25 PM Revision fa0ed29e: Ignore user-config-readonly for admin/admins. Fixes #10492
-
12:43 PM pfSense Packages Feature #9762 (Feedback): Squid Reverse Proxy Change redir domain(s) to use regex
- PR has been merged. Thanks!
-
12:43 PM pfSense Packages Bug #9776 (Feedback): Wrong function in squidguard_log.php
- PR has been merged. Thanks!
-
12:43 PM pfSense Packages Bug #10369 (Feedback): Remote OpenVPN server protocol definition
- PR has been merged. Thanks!
-
12:42 PM pfSense Packages Feature #10479 (Feedback): Keep settings after deinstall option
- PR has been merged. Thanks!
-
12:41 PM pfSense Packages Feature #9003 (Feedback): Add 'Copy Running to Saved' option to the raw config
- PR has been merged. Thanks!
-
12:40 PM pfSense Packages Bug #10442 (Feedback): ACME: special characters in descriptions trigger silent error and rollback
- PR has been merged. Thanks!
-
12:40 PM pfSense Packages Bug #10452 (Feedback): acme - new DNS-Api namemaster.de in overview hash visible
- PR has been merged. Thanks!
-
07:25 AM pfSense Packages Bug #10452 (Pull Request Review): acme - new DNS-Api namemaster.de in overview hash visible
-
01:52 AM pfSense Packages Bug #10452: acme - new DNS-Api namemaster.de in overview hash visible
- NameMaster.de uses _nm_sha256_ field name for password hash,
but only fields containing _key, secret, password_ or _... -
12:39 PM pfSense Packages Feature #10474 (Feedback): Suppress notifications for specific MACs
- PR has been merged. Thanks!
-
12:39 PM pfSense Packages Bug #10475 (Feedback): pfSense-pkg-arpwatch unconditinally clobbers the arpwatch database files on upgrade
- PR has been merged. Thanks!
-
12:28 PM Bug #10211 (Feedback): Limiters ECN input validation problem
- PR has been merged. Thanks!
-
12:27 PM Feature #7362 (Feedback): Add the default values of the TCP and UDP Timeouts on the WebUI depending on the "Firewall Optimization Options"
- PR has been merged. Thanks!
-
12:26 PM Feature #4629 (Feedback): Rules Floating tab doesn't display interfaces
- PR has been merged. Thanks!
-
12:25 PM Bug #10247 (Feedback): Duplicate Outbound NAT entries when creating L2TP server
- PR has been merged. Thanks!
-
12:24 PM Feature #7704 (Feedback): Destination port range "Any" in Port Forward UI doesn't work
- PR has been merged. Thanks!
-
12:23 PM Feature #7284 (Feedback): NTPd Autoset GPS device baud rate
- PR has been merged. Thanks!
-
12:22 PM Bug #10418 (Feedback): IPsec VTI address/mask selection not functional
- PR has been merged. Thanks!
-
12:21 PM Feature #10448 (Feedback): DHCPv6 RA - show default values in certain fields
- PR has been merged. Thanks!
-
12:20 PM Feature #10374 (Feedback): Add ARM32/64 network booting support to dhcpd
- PR has been merged. Thanks!
-
12:20 PM Bug #10398: RFC1918 external address in miniupnp does not work after upgrade to 2.4.5
- Steve Wheeler wrote:
> There us a patch available to remove that behavior in miniupnpd that needs testing:
> https:... -
12:19 PM Bug #10460 (Feedback): OpenVPN does not add IPv6 prefix to unbound DNS resolver
- PR has been merged. Thanks!
-
12:17 PM Feature #10459 (Feedback): Improved DynDNS Logging
- PR has been merged. Thanks!
-
12:16 PM Feature #10455 (Feedback): status.php: Add upgrade_log.latest.txt
- PR has been merged. Thanks!
-
12:15 PM Bug #9634 (Feedback): rc.newwanipv6 is called although dhcp6c should discard Request messages
- PR has been merged. Thanks!
-
10:35 AM Bug #10492 (Feedback): LDAP groups conflict in privileges
- Applied in changeset commit:fa0ed29ef58fe6758f2cdc96f5bf68da32241faf.
-
10:01 AM Bug #10492: LDAP groups conflict in privileges
- > In my opinion, if a user has the "WebCfg - All pages" privilege, pfSense should overwrite any lower right from bein...
-
09:26 AM Bug #10492 (In Progress): LDAP groups conflict in privileges
-
01:27 AM Bug #10492 (Resolved): LDAP groups conflict in privileges
- I am running pfSense 2.4.5-RELEASE with a 389 Directory Server for LDAP user authentication.
I have configured th... -
09:02 AM Bug #10493: filter_get_vpns_list() issues
- > 2) Because of filter_get_vpns_list() returns not only IPsec networks, IPsec MSS clamping option will affect unneces...
-
08:47 AM Bug #10493 (New): filter_get_vpns_list() issues
- 1) filter_get_vpns_list() returns only:
IPsec Mobile IPv4 subnet
IPsec site-to-site networks
OpenVPN client/ser...
04/22/2020
-
09:11 PM Bug #10488: sshguard fails to run on pfSense 2.4.5
- Yes, now its working as expected.
-
03:08 PM Bug #10488 (Feedback): sshguard fails to run on pfSense 2.4.5
- The sshguard port is now working and a new version has been built from it.
To obtain the corrected version of @ss... -
01:34 PM Bug #10488: sshguard fails to run on pfSense 2.4.5
- I have a lead on what happened. Somehow the @sshguard@ port is missing at least one patch, @files/patch-src_sshguard....
-
12:58 PM Bug #10488 (Confirmed): sshguard fails to run on pfSense 2.4.5
- We've been able to confirm this internally now, but it isn't consistent. Some work, some do not, across all platforms...
-
09:05 AM Bug #10488 (Feedback): sshguard fails to run on pfSense 2.4.5
- I can't reproduce this here on amd64, it blocks me when I try. I am on the default settings of 20/120/1800, but I als...
-
02:52 PM Bug #10211 (Pull Request Review): Limiters ECN input validation problem
-
01:00 PM Bug #10491: Upgrade to 2.4.5 broke 802.1x RADIUS WiFi over VPN
- Sorry, I didn't see the Reporting Issues page. I will start there.
-
12:56 PM Bug #10491 (Not a Bug): Upgrade to 2.4.5 broke 802.1x RADIUS WiFi over VPN
- There isn't enough information here to concretely say this is a bug in pfSense, and this site is not for support or d...
-
12:51 PM Bug #10491 (Not a Bug): Upgrade to 2.4.5 broke 802.1x RADIUS WiFi over VPN
- Updating my OpenVPN host from pfSense 2.4.4-p3 to 2.4.5 broke 802.1x WPA2-Enterprise WiFi at the remote sites. The pr...
-
12:38 PM pfSense Packages Feature #10486: Feature Request: Ability to transmit to remote syslog server via TCP
- Jim Pingle wrote:
> This site is not for support or diagnostic discussion.
>
> For assistance in solving problems... -
12:20 PM pfSense Packages Feature #10486: Feature Request: Ability to transmit to remote syslog server via TCP
- This site is not for support or diagnostic discussion.
For assistance in solving problems, please post on the "Net... -
12:14 PM pfSense Packages Feature #10486: Feature Request: Ability to transmit to remote syslog server via TCP
- Jim Pingle wrote:
> This is already possible with the syslog-ng package. The base system syslog daemon does not supp... -
12:09 PM pfSense Packages Bug #10490 (Resolved): Syslog-ng syntax test failed
- Steps to reproduce:
-Install syslog-ng on a new pfSense instance, version 1.15_4;
-go to Package->Services: Syslog-... -
11:50 AM pfSense Docs New Content #10489 (Resolved): Feedback on System Monitoring — Remote Logging with Syslog
- *Page:* https://docs.netgate.com/pfsense/en/latest/monitoring/logs/remote.html
*Feedback:*
1. Add paragraph in d... -
11:43 AM pfSense Packages Bug #10476: Services - Acme - Certificates using loopia API
- Tobias Müllauer wrote:
> Jim Pingle wrote:
> > The TTL value of @60@ is hardcoded in the "dns_loopia.sh script":htt... -
11:11 AM Bug #10414: Very high CPU usage of pfctl and more causing very high load and a hardly usable internet connection
- +1
in my case it is the Filter Reload. I had this high CPU load every 15 minutes. All cores go to 100% for seconds. ...
04/21/2020
-
09:33 PM Revision 75fb1d57: RED/GRED limiters do not have noecn option. Issue #10211
-
08:41 PM Bug #10488 (Resolved): sshguard fails to run on pfSense 2.4.5
- After upgrade to 2.4.5 sshguard stop working.
To check this bug, I tried to connect using the user test. Screenshot ... -
08:04 PM Revision 7e107c67: Add the default values of the TCP and UDP Timeouts on the WebUI. Issue #7362
-
04:39 PM Bug #10211: Limiters ECN input validation problem
- RED/GRED limiters do not have _noecn_ option, https://www.freebsd.org/cgi/man.cgi?ipfw(8):...
-
01:07 PM pfSense Packages Bug #10487 (New): Telegraf package not sending logs to influxdb server
- On SG-1100, running 2.4.5-RELEASE, with pfSense-pkg-Telegraf-0.9_3, the Telegraf package does not function as expecte...
-
11:02 AM pfSense Packages Feature #10486 (Rejected): Feature Request: Ability to transmit to remote syslog server via TCP
- This is already possible with the syslog-ng package. The base system syslog daemon does not support TCP.
-
10:58 AM pfSense Packages Feature #10486 (Rejected): Feature Request: Ability to transmit to remote syslog server via TCP
- For those of us who care about our logs and want to ensure we don't drop events, it's standard practice to configure ...
-
11:00 AM pfSense Packages Feature #10485 (Rejected): Feature Request: Ability to leverage a blocklist by domain name or URL, such as at https://www.cyberthreatcoalition.org/ -- the new Cyber Threat Coalition site.
- pfBlockerNG can already reject by domain -- reach out on the forum and raise the topic there: https://forum.netgate.c...
-
10:56 AM pfSense Packages Feature #10485 (Rejected): Feature Request: Ability to leverage a blocklist by domain name or URL, such as at https://www.cyberthreatcoalition.org/ -- the new Cyber Threat Coalition site.
- There's a blocklist by domain name or URL at https://www.cyberthreatcoalition.org/
-- the new Cyber Threat Coalition... -
10:12 AM Revision bf83fb9a: Add Interfaces column to Floating Rules. Issue #4629
-
09:35 AM Revision 8f74c44e: L2TP duplicate outbound NAT fix. Issue 10247
-
08:45 AM Feature #4629 (Pull Request Review): Rules Floating tab doesn't display interfaces
-
05:15 AM Feature #4629: Rules Floating tab doesn't display interfaces
- Jim Pingle wrote:
> Though the PR at https://github.com/pfsense/pfsense/pull/1616 was merged a long time ago, it doe... -
08:02 AM pfSense Packages Feature #9003 (Pull Request Review): Add 'Copy Running to Saved' option to the raw config
-
03:50 AM pfSense Packages Feature #9003: Add 'Copy Running to Saved' option to the raw config
- Renato Botelho wrote:
> PR has been merged. Thanks!
js function configCheck() is does not exist
This PR adds it... -
07:54 AM Bug #10465: possible routing performance regression due to non use of ip_tryforward
- The issue I believe has always been with FreeBSD base - and not pfSense defaults.
The MFC patch (https://svnweb.f... -
07:37 AM Bug #10465: possible routing performance regression due to non use of ip_tryforward
- ICMP redirects have been on by default in pfSense for as long as I can remember, though there may have been a bug or ...
-
07:03 AM Bug #10465: possible routing performance regression due to non use of ip_tryforward
- I understand your reluctance to vary FreeBSD defaults... however here is a brief summary of pfSense / FreeBSD behavio...
-
07:53 AM Feature #6626: Support for IPv6 firewall entries with dynamic delegated prefix and static host address
- This issue should be adressed in the near future, as it may prevent the use of IPv6 in some instances, where filterin...
-
04:53 AM Feature #10484 (Closed): Add Disable/Enable Button for NAT rules
- On pfSense GUI on firewall rules there is a graphical ENABLE/DISABLE button which allows to switch quickly between di...
-
04:24 AM Bug #10414: Very high CPU usage of pfctl and more causing very high load and a hardly usable internet connection
- Not much to add, but getting same issue.
Not virtual - SG3100.
IPV6 enabled.
Snort + Pfblocker enabled.
Bogan b...
04/20/2020
-
10:13 AM pfSense Packages Feature #10479 (Pull Request Review): Keep settings after deinstall option
-
09:41 AM pfSense Packages Feature #10479: Keep settings after deinstall option
- https://github.com/pfsense/FreeBSD-ports/pull/845
-
10:11 AM pfSense Packages Bug #10476: Services - Acme - Certificates using loopia API
- Jim Pingle wrote:
> The TTL value of @60@ is hardcoded in the "dns_loopia.sh script":https://github.com/acmesh-offic... -
08:57 AM pfSense Packages Bug #10476 (Needs Patch): Services - Acme - Certificates using loopia API
- The TTL value of @60@ is hardcoded in the "dns_loopia.sh script":https://github.com/acmesh-official/acme.sh/blob/mast...
-
10:00 AM Feature #10483 (Duplicate): Add UI for EAP configuration for WLAN interfaces
- When using a Wi-Fi network as an uplink, EAP can be selected as the security mode, but there is nowhere in the UI to ...
-
09:11 AM Bug #10465: possible routing performance regression due to non use of ip_tryforward
- I'm not sure we should change the default to disable ICMP redirects. A modest performance gain would be nice but most...
-
09:05 AM Todo #10135: help.php: Update links
- There are some suggestions for specific link replacements on #10481
-
09:04 AM Bug #10481 (Duplicate): Update doc links in WebGUI to reflect proper docs URLs
- The help links are already covered under #10135
There are only two non-book non-help links in the code, and that's... -
09:00 AM Feature #10480 (Rejected): Support for Atheros AR8328 network controller
- That kind of request needs to be raised upstream with FreeBSD. If they add it, eventually it will make its way into p...
-
08:52 AM pfSense Packages Todo #8332: pfBlockerNG doesn't include L2TP interface in outbound floating rules
- Rules shouldn't be needed for each individual L2TP interface. There is an interface group called "l2tp" which handles...
-
08:50 AM Bug #10433 (New): addMask() js code resets netmask size to 128/32
- Viktor Gurov wrote:
> This change has broken IPv6 port forward and NAT 1:1 - now it is not possible to enter netmask... -
08:48 AM pfSense Packages Feature #10474 (Pull Request Review): Suppress notifications for specific MACs
-
08:33 AM Feature #7362 (Pull Request Review): Add the default values of the TCP and UDP Timeouts on the WebUI depending on the "Firewall Optimization Options"
-
08:29 AM pfSense Packages Bug #10475 (Pull Request Review): pfSense-pkg-arpwatch unconditinally clobbers the arpwatch database files on upgrade
-
08:21 AM Bug #10247 (Pull Request Review): Duplicate Outbound NAT entries when creating L2TP server
-
08:19 AM Bug #4727 (Not a Bug): Rules on L2TP VPN Tab are ignored. All traffic from clients always allowed.
- There is an interface _group_ for l2tp, to which rules are applied. This works fine as-is....
-
08:12 AM Feature #7704 (Pull Request Review): Destination port range "Any" in Port Forward UI doesn't work
04/19/2020
-
11:12 PM Bug #10465: possible routing performance regression due to non use of ip_tryforward
- Another rudimentary analysis for single TCP connection LAN IP -> LAN VLAN IP (ie same interface routing)
Sample vm... -
02:31 PM pfSense Docs Correction #10482 (Closed): In AWS, Get System Log may not show output and Get Instance Screenshot may need to be used
- On https://docs.netgate.com/pfsense/en/latest/solutions/aws-vpn-appliance/faq.html
we recommend users use the opti... -
12:31 PM Bug #10481 (Resolved): Update doc links in WebGUI to reflect proper docs URLs
- Attached is a list of updates that need to take place.
The list is not comprehensive (and some have been updated a... -
11:02 AM Feature #10480 (Rejected): Support for Atheros AR8328 network controller
- Stormshield got some routers/firewalls with an Atheros AR8328 network controller.
It would be nice if pfSense can su... -
03:59 AM Bug #10477 (Closed): Cannot create an IPsec P2 VTI with a disabled state
- fixed in #10190
-
03:57 AM Bug #10478 (Closed): No way of specifying the tunnel subnet mask for IPsec VTI
- Duplicate of #10418
-
03:30 AM pfSense Packages Bug #10385 (Resolved): Pb with Username authorized characters when OTP is disabled
- tested on 2.4.5/2.5 with freeradius3 0.15.7_13
works as expected - allows you to use special characters in the use... -
03:21 AM pfSense Packages Feature #10479 (Resolved): Keep settings after deinstall option
- Currently, it is not possible to clear FreeRADIUS settings except with the backup / restore configuration.
It will...
04/18/2020
-
10:15 PM Bug #10478 (Closed): No way of specifying the tunnel subnet mask for IPsec VTI
- When creating an IPsec P2 with VTI, both "Local network" and "Remote network" fields are greyed out on the "Address" ...
-
09:47 PM Bug #10477 (Closed): Cannot create an IPsec P2 VTI with a disabled state
- I have created an IPsec P1 with a Disabled state. Now I am trying to create a P2 VTI under the disabled P1, also with...
-
05:55 PM pfSense Packages Bug #10476 (Resolved): Services - Acme - Certificates using loopia API
- Hello i am trying to add certificate from letsecrypt using Acme.
I try diferent setup but it seams Acme try to ad... -
05:36 PM Feature #7362: Add the default values of the TCP and UDP Timeouts on the WebUI depending on the "Firewall Optimization Options"
- https://github.com/pfsense/pfsense/pull/4285
-
01:28 PM pfSense Packages Todo #8332: pfBlockerNG doesn't include L2TP interface in outbound floating rules
- Something still needs to be fixed.
Either the rule needs to be applied to any/all L2TP interfaces created, or the ... -
06:35 AM pfSense Packages Todo #8332: pfBlockerNG doesn't include L2TP interface in outbound floating rules
- Mpd5 will create new L2TP interfaces for each client:
l2tp0, l2tp1, l2tp2 etc..
The only way to apply firewall ru... -
12:44 PM pfSense Packages Bug #10475 (Resolved): pfSense-pkg-arpwatch unconditinally clobbers the arpwatch database files on upgrade
- I was surprised to find that upgrading the pfSense-pkg-arpwatch package today nuked all of my .dat files. There is an...
-
11:30 AM Bug #10414: Very high CPU usage of pfctl and more causing very high load and a hardly usable internet connection
- I am having the same issue here running pfsense on Proxmox. Enabling pfBlocker makes the network unusable as the CPU ...
-
09:51 AM pfSense Packages Feature #10474: Suppress notifications for specific MACs
- https://github.com/pfsense/FreeBSD-ports/pull/843
-
09:46 AM pfSense Packages Feature #10474 (Resolved): Suppress notifications for specific MACs
- From https://forum.netgate.com/topic/151832/suppress-arpwatch-flip-flop-emails-for-bonjour-sleep-proxy:
I just set u... -
09:35 AM Revision da7f67b8: Port forward dst port Any fix. Issue #7704
-
09:34 AM pfSense Packages Bug #10261 (Resolved): Arpwatch fails to download ethercodes.dat
- Tobias Müllauer wrote:
> This is still a issue !!
>
> I have all vendors as unknown.
>
> I fix it and after a... -
09:32 AM pfSense Packages Bug #10432 (Resolved): Arpwatch show unknown vendor
- shows correct vendors on 2.4.5/2.5 with arpwatch 0.2.0_1
-
06:08 AM Bug #10247: Duplicate Outbound NAT entries when creating L2TP server
- Fix:
https://github.com/pfsense/pfsense/pull/4284
see also https://redmine.pfsense.org/issues/4727 -
06:07 AM Bug #4727: Rules on L2TP VPN Tab are ignored. All traffic from clients always allowed.
- https://github.com/pfsense/pfsense/pull/4284
-
05:37 AM Bug #4727: Rules on L2TP VPN Tab are ignored. All traffic from clients always allowed.
- https://github.com/pfsense/pfsense/blob/ca676aa35482c4e4fd64bfdcee9afe6d33b6c5fe/src/etc/inc/filter.inc#L1182:...
-
04:44 AM Bug #10433: addMask() js code resets netmask size to 128/32
- This change has broken IPv6 port forward and NAT 1:1 - now it is not possible to enter netmask >31 on these pages
... -
04:40 AM Feature #7704: Destination port range "Any" in Port Forward UI doesn't work
- This PR sets the port range from 1 to 65535, the redirect port to 1 and hide 'Redirect target port' input if "Any" is...
-
02:25 AM Feature #7260: Source OS / p0f Database Missing Modern Operating Systems
- Last update of the original pf.os is 2016/09/03:
https://github.com/openbsd/src/blob/master/etc/pf.os
p0f fingerp... -
12:14 AM Bug #10471 (Closed): Host Resources module is mandatory for PF SNMP module
04/17/2020
-
04:19 PM Revision cec1d944: NTPd GPS baud rate set fix. Issue #7284
-
02:49 PM Bug #10471: Host Resources module is mandatory for PF SNMP module
- i have done some research and i found this http://www.circitor.fr/Mibs/Html/B/BEGEMOT-PF-MIB.php#begemotPf
i have di... -
02:48 PM Bug #10471 (Pull Request Review): Host Resources module is mandatory for PF SNMP module
-
10:42 AM Bug #10471: Host Resources module is mandatory for PF SNMP module
- Fix:
https://github.com/pfsense/pfsense/pull/4282 -
10:24 AM Bug #10471 (Closed): Host Resources module is mandatory for PF SNMP module
- If you select _PF_ module without _Host Resources_ module on the Services / SNMP page
bsnmp doesn't return PF BEGEMO... -
02:37 PM Bug #10473 (Rejected): Unbound DNS Resolver not working.
- This site is not for support or diagnostic discussion.
For assistance in solving problems, please post on the "Net... -
02:35 PM Bug #10473 (Rejected): Unbound DNS Resolver not working.
- i am facing this problem since morning. After restarting the service of unbound DNS Resolver it didnt start. i am get...
-
12:46 PM pfSense Packages Feature #10472: Blocked host alert table break out by timestamp and type to allow sorting by date
- Allowing filter by date & time would also be a handy feature on that page as well if that's easier or another thought...
-
12:36 PM pfSense Packages Feature #10472 (Resolved): Blocked host alert table break out by timestamp and type to allow sorting by date
- The blocked list doesn't by nature sort by last hit or date of creation so I have to read every entry for the most re...
-
10:29 AM Bug #10470 (Duplicate): SNMP pf object is missing (bsnmpd)
- Duplicated by #10471 but it has better info.
-
10:17 AM Bug #10470 (Duplicate): SNMP pf object is missing (bsnmpd)
- discussion here https://forum.netgate.com/topic/152640/snmp-pf-object-missing-bsnmpd
pf object is missing if you d... -
07:28 AM Feature #10469 (Resolved): Same RADIUS Cisco-AVPair parser code for both OpenVPN/IPsec
- Currently OpenVPN and IPsec uses two different but mostly identical files to parse RADIUS user attributes
openvpn.at... -
07:27 AM Bug #10418 (Pull Request Review): IPsec VTI address/mask selection not functional
-
01:51 AM Bug #10418: IPsec VTI address/mask selection not functional
- It seems reasonable to revert back PR #4140 changes
to allow VTI netmask select
PR:
https://github.com/pfsense/p... -
06:44 AM Revision 0bb934e9: IPsec VTI enable netmask. Issue #10418
-
06:25 AM Bug #10414: Very high CPU usage of pfctl and more causing very high load and a hardly usable internet connection
- I've had to revert back to 2.4.4-p3 because the workaround doesn't work if you need to keep using pfBlockerNG. There ...
-
06:19 AM Revision 4d7bdf64: DHCPv6 RA show default values in certain fields. Issue #10448
-
06:18 AM pfSense Packages Feature #9774: Squid logs / remote logs
- Allow to download log files from WebGUI feature:
https://redmine.pfsense.org/issues/10468 -
06:17 AM Feature #10468: Allow to download log files from WebGUI
- https://github.com/pfsense/pfsense/pull/4281
-
06:12 AM Feature #10468 (New): Allow to download log files from WebGUI
- It could be nice to have ability to download separate log files from the Status / System Logs pages.
Can be useful... -
03:31 AM Feature #10467 (New): Email alert functionality for system health
- Email alerting is not well documented and not very inclusive.
I recently experienced an issue where services were ... -
03:10 AM pfSense Packages Feature #10466 (New): Add checkbox to Suricata blocked host view to resolve all resolvable IP's automatically
- Manually resolving individual IP's is cumbersome when I want to get a holistic view of the blocked hosts. Also, resol...
-
12:28 AM Bug #10465 (Resolved): possible routing performance regression due to non use of ip_tryforward
- A few years back Netgate sponsored upstream enhancements to FreeBSD which replaced ip_fastforward() with ip_tryforwar...
04/16/2020
-
08:55 PM Bug #10414: Very high CPU usage of pfctl and more causing very high load and a hardly usable internet connection
- +1 exactly the same issue here.
-
05:00 PM Todo #10464 (Closed): Don't change the current update repo when new releases are available
- I use a SG-1100 that was running 2.4.4-p3 and I noticed today there were updates for a couple of packages I had insta...
-
11:38 AM Revision abded4e4: Add ARM netboot services_dhcp_edit.php refs #10374
-
11:30 AM Revision dd7188a8: Add ARM netboot to services_dhcp.php. refs #10374
-
11:18 AM Revision 4c85579b: Add ARM32/64 netboot to services.inc. refs #10374
-
08:52 AM Bug #10463 (Resolved): The ng_etf module is missing from base in armv6 and aarch64
- ng_etf was available as a package in 2.4.4 for all architectures. In 2.4.5 it was included in base and hence not buil...
-
08:14 AM Feature #10448 (Pull Request Review): DHCPv6 RA - show default values in certain fields
-
05:31 AM Feature #10448: DHCPv6 RA - show default values in certain fields
- PR:
https://github.com/pfsense/pfsense/pull/4278
It shows default values from services.inc
what about Router lif... -
08:10 AM Feature #7284 (Pull Request Review): NTPd Autoset GPS device baud rate
-
04:54 AM Feature #7284: NTPd Autoset GPS device baud rate
- tested and working on my 2.5.0
previusly speed was always set to 4800 now it work with this patch... -
04:38 AM Feature #7284: NTPd Autoset GPS device baud rate
- Fix to correctly set GPS baud rate
see https://forum.netgate.com/topic/152369/ntp-gps-settings-serial-port-speed
... -
08:08 AM pfSense Packages Bug #10369 (Pull Request Review): Remote OpenVPN server protocol definition
-
03:14 AM pfSense Packages Bug #10369: Remote OpenVPN server protocol definition
- OpenVPN < 2.4 doesn't support remote IPv4/IPv6 protocol definition (udp4/udp6/tcp4/tcp6),
If checkbox **Legacy Clien... -
08:06 AM Bug #10460 (Pull Request Review): OpenVPN does not add IPv6 prefix to unbound DNS resolver
-
01:40 AM Bug #10460: OpenVPN does not add IPv6 prefix to unbound DNS resolver
- Fix:
https://github.com/pfsense/pfsense/pull/4276
It adds OpenVPN IPv6 Tunnel Networks and IPsec Mobile Virtual I... -
08:04 AM Bug #10461 (Not a Bug): Serial Installation fails if already on disk
- There isn't enough information here to state definitively if there is a bug. Please post on the forum and describe th...
-
01:00 AM Bug #10461 (Not a Bug): Serial Installation fails if already on disk
- Having installed pfSense 2.4.5 on an PC Engines APU2E4 Board with 16GB SSD and 4GB of RAM. Due to some misconfigurati...
-
07:44 AM Bug #9187 (Resolved): Status->Interfaces doesn't show useful data for lagg
- now it shows LAGG members and MASTER/ACTIVE status (failover mode) on the dashboard widget and Status / Interface pag...
-
06:54 AM Feature #10374: Add ARM32/64 network booting support to dhcpd
- Previous PR#4250 closed (was targeting stable release branch). New PR #4279 entered targeting master branch. Commit m...
-
06:32 AM Revision 79eef195: OpenVPN/IPsec IPv6 prefix in DNS Resolver access list. Issue #10460
-
05:07 AM Bug #10386 (Resolved): A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'.
- input validation on 2.5.0.a.20200415.0942 is correct
-
01:05 AM pfSense Packages Feature #10462 (Resolved): CPU Temp Screen
- Hello, is it possible to add to the lcdproc package on pfsense a screen with the CPU-Temperature? I know that is not ...
04/15/2020
-
08:51 PM Revision f338b271: Improve help message for limiter/queue masks.
- The user-facing most important change is that when setting masks on
Queues, we are not creating dynamic pipes (but qu... -
07:17 PM Bug #10460 (Resolved): OpenVPN does not add IPv6 prefix to unbound DNS resolver
- I added a private local IPv6 network (fd32:..../64) on the OpenVPN server setup. The idea was to avoid any real IP an...
- 06:34 PM Revision 11360468: Fixed syntax issues
- 06:16 PM Revision 0bdae0b4: fixed tab issue
- Fixed tab issue
- 05:59 PM Revision 30c7b89b: Adding DynDNS response logging
- When verbose logging is enabled for a dynamic DNS provider, the DynDNS code will now write the HTTP response to the s...
-
01:42 PM Revision bee76575: More safety belts for upgrade_174_to_175(). Fixes #10458
- (cherry picked from commit ca676aa35482c4e4fd64bfdcee9afe6d33b6c5fe)
-
01:41 PM Revision ca676aa3: More safety belts for upgrade_174_to_175(). Fixes #10458
-
01:27 PM Feature #10459 (Pull Request Review): Improved DynDNS Logging
- OK, that looks good then.
-
01:20 PM Feature #10459: Improved DynDNS Logging
- I updated the code to add the logging.
https://github.com/pfsense/pfsense/pull/4274 -
01:20 PM Feature #10459: Improved DynDNS Logging
- I know but that verbose logging doesn't show the HTTP responses, only the request. The only way to get it the respons...
-
01:17 PM Feature #10459 (Rejected): Improved DynDNS Logging
- There is already a "verbose logging" checkbox on dyndns entries to do this.
-
01:10 PM Feature #10459 (Resolved): Improved DynDNS Logging
- Add improved DynDNS debugging log message. Currently, dynamic DNS HTTP API responses are not logged so it can't be de...
-
10:44 AM pfSense Packages Bug #9350 (Pull Request Review): not appear proxy config
-
10:24 AM pfSense Packages Bug #9350: not appear proxy config
- Fix:
https://github.com/pfsense/FreeBSD-ports/pull/841 -
10:43 AM pfSense Packages Bug #9776 (Pull Request Review): Wrong function in squidguard_log.php
-
10:24 AM pfSense Packages Bug #9776: Wrong function in squidguard_log.php
- PR: https://github.com/pfsense/FreeBSD-ports/pull/841
it also fixes https://redmine.pfsense.org/issues/9350 -
10:41 AM Feature #10454 (Pull Request Review): OpenVPN+RADIUS+Cisco-AVPair IPv6 ACL
- Viktor Gurov wrote:
> I think is better to have one vpn.attributes.php for both OpenVPN and IPsec
That should be ... -
10:28 AM Feature #10454: OpenVPN+RADIUS+Cisco-AVPair IPv6 ACL
- I think is better to have one vpn.attributes.php for both OpenVPN and IPsec
-
09:18 AM Bug #10456 (Not a Bug): WAN DHCP6 Gateway pending in status
- This site is not for support or diagnostic discussion.
For assistance in solving problems, please post on the "Net... -
12:05 AM Bug #10456 (Not a Bug): WAN DHCP6 Gateway pending in status
- I have here an cosmetic bug. Everything is working fine since 2.4.x
In Status / Gateways the WAN DHCP6 Gateway is ... -
09:08 AM Bug #10433 (Resolved): addMask() js code resets netmask size to 128/32
- tested on 2.5.0.a.20200414.1347
works as expected - now doesn't allow to select /32 netmask on the firewall_nat_1t... -
09:05 AM Feature #10449 (Resolved): Aggressive NSEC option
- tested on 2.5.0.a.20200414.1347
works as expected,
I can see _aggressive-nsec: yes/no_ option in /var/unbound/un... -
08:50 AM Bug #10458 (Feedback): Config update error: /etc/inc/upgrade_config.inc:5492
- Applied in changeset commit:ca676aa35482c4e4fd64bfdcee9afe6d33b6c5fe.
-
08:23 AM Bug #10458 (Resolved): Config update error: /etc/inc/upgrade_config.inc:5492
- Importing an older config, v11.9 here, that contains:...
-
08:08 AM Bug #10457 (Not a Bug): Alias list freezes when trying to make edits
- There is no limit that would act in the way you describe. That behavior is from your browser having problems renderin...
-
08:00 AM Bug #10457 (Not a Bug): Alias list freezes when trying to make edits
- I have an alias that has grown and when I try to load the page to make edits it freezes for ages. I'm on 2.4.5-RELEAS...
-
04:13 AM pfSense Packages Feature #9762: Squid Reverse Proxy Change redir domain(s) to use regex
- Updated PR with checkbox switch:
https://github.com/pfsense/FreeBSD-ports/pull/840
04/14/2020
-
07:16 PM Revision 6c773de2: status.php: Add upgrade_log.latest.txt. Issue #10455
-
05:47 PM Revision 722e0b13: Merge pull request #4269 from vktg/ntpsrvnamevalidation
-
05:47 PM Revision f403b470: Merge pull request #4270 from vktg/ntpdisablefix
-
05:47 PM Revision 2fb29e99: Merge pull request #4271 from vktg/aggressivensec
-
04:49 PM Feature #10454: OpenVPN+RADIUS+Cisco-AVPair IPv6 ACL
- https://github.com/pfsense/pfsense/pull/4273
-
02:06 PM Feature #10454 (Resolved): OpenVPN+RADIUS+Cisco-AVPair IPv6 ACL
- openvpn.attributes.php currently only supports Cisco-AVPair IPv4 ACL parsing,
Need to add IPv6 ACL support, to par... -
02:21 PM Feature #10455 (Pull Request Review): status.php: Add upgrade_log.latest.txt
-
02:17 PM Feature #10455: status.php: Add upgrade_log.latest.txt
- https://github.com/pfsense/pfsense/pull/4272
-
02:14 PM Feature #10455 (Resolved): status.php: Add upgrade_log.latest.txt
- upgrade_log.latest.txt contains more informative data than upgrade_log.txt, and is very useful for analyzing update i...
-
02:00 PM Feature #9206 (Resolved): OpenVPN+RADIUS+Cisco AVPair ACL Enhancements/BugFixes
- works as expected on 2.5.0.a.20200414.0021
test radius attributes:... -
01:45 PM Feature #9156: OpenVPN: Add tickbox for 'nopool' directive
- Although, even nicer to just be able to define the pool as well in the GUI.
-
01:43 PM Feature #9156: OpenVPN: Add tickbox for 'nopool' directive
- This would be very nice to have.
-
01:02 PM pfSense Packages Feature #10428 (Resolved): LCDProc: Add the EZIO driver to the lcdproc config page
- Looks good. Tested using an EZIO-300
Tested package: 0.10.6_10 in: 2.4.5-rel -
12:42 PM pfSense Packages Feature #10428 (Feedback): LCDProc: Add the EZIO driver to the lcdproc config page
- PR has been merged. Thanks!
-
12:57 PM pfSense Packages Feature #10356 (Feedback): Support for additional Notification Support
- PR has been merged. Thanks!
-
12:47 PM Feature #10449 (Feedback): Aggressive NSEC option
- PR has been merged. Thanks!
-
12:47 PM Feature #3567 (Feedback): Option to disable NTP
- PR has been merged. Thanks!
-
12:47 PM Bug #10386 (Feedback): A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'.
- PR has been merged. Thanks!
-
12:43 PM pfSense Packages Feature #10297 (Feedback): IPv6 user attributes
- PR has been merged. Thanks!
-
12:37 PM pfSense Packages Bug #10450 (Feedback): Squid reverse proxy switching peers
- PR has been merged. Thanks!
-
11:40 AM Bug #10453 (Duplicate): Debugging output can be collected to share with pfSense developers or others providing support or assistance.
- Duplicate of #9975
If you still have problems, please post on the "Netgate Forum":https://forum.netgate.com or the... -
11:35 AM Bug #10453 (Duplicate): Debugging output can be collected to share with pfSense developers or others providing support or assistance.
- Crash report begins. Anonymous machine information:
amd64
11.2-RELEASE-p10
FreeBSD 11.2-RELEASE-p10 #9 4a2bfdce... -
11:22 AM pfSense Packages Bug #10452 (Resolved): acme - new DNS-Api namemaster.de in overview hash visible
- Hi,
the new dnsapi-plugin for namemaster.de made it into my pfsense with package version 0.6.6
in Services / Ac... -
09:30 AM Bug #10398: RFC1918 external address in miniupnp does not work after upgrade to 2.4.5
- There us a patch available to remove that behavior in miniupnpd that needs testing:
https://github.com/miniupnp/mini... -
01:39 AM Bug #7721 (Closed): NTPd stops using external peers if listening on one interface only in a muliwan setup
- no such issue on 2.4.5 and 2.5.0.a.20200409.0657
seems to be fixed in ntpd upstream
04/13/2020
-
09:24 PM Revision 89757dbe: Revert "Disable ntopng until it's fixed on armv7"
- This reverts commit 4243cb0553f46f3b3568bb49effb1a45f04f7daf.
-
06:29 PM Revision 4243cb05: Disable ntopng until it's fixed on armv7
-
03:16 PM Revision 7e9d72cf: Aggressive NSEC option. Issue #10449
-
02:05 PM Bug #10414: Very high CPU usage of pfctl and more causing very high load and a hardly usable internet connection
- I can verify this issue.
CPU Type Intel(R) Xeon(R) CPU E5645 @ 2.40GHz
12 CPUs: 2 package(s) x 6 core(s)
Memory ... -
12:03 PM Feature #10449: Aggressive NSEC option
- +1
-
09:41 AM Feature #10449 (Pull Request Review): Aggressive NSEC option
-
02:30 AM Feature #10449: Aggressive NSEC option
- https://github.com/pfsense/pfsense/pull/4271
-
02:27 AM Feature #10449 (Resolved): Aggressive NSEC option
- Very nice feature for DNS optimization, which can reduce the number of queries to authoritative name servers.
See ht... -
11:25 AM Bug #7614 (Resolved): Port forwards where the destination is a network alias can create invalid refection rules if multiple subnets are in that alias.
- resolved by https://redmine.pfsense.org/issues/10246
tested on 2.4.5 and 2.5.0.a.20200409.0657 -
10:54 AM pfSense Docs Correction #10451 (Closed): Feedback on Releases — Versions of pfSense and FreeBSD
- *Page:* https://docs.netgate.com/pfsense/en/latest/releases/versions-of-pfsense-and-freebsd.html
*Feedback:*
Th... -
09:42 AM pfSense Packages Bug #7797 (Pull Request Review): Squid Reverse Proxy alternating between destinations
- PR: https://github.com/pfsense/FreeBSD-ports/pull/839
-
09:42 AM pfSense Packages Bug #10450 (Pull Request Review): Squid reverse proxy switching peers
-
05:28 AM pfSense Packages Bug #10450: Squid reverse proxy switching peers
- https://github.com/pfsense/FreeBSD-ports/pull/839
-
05:25 AM pfSense Packages Bug #10450 (Feedback): Squid reverse proxy switching peers
- https://forum.netgate.com/topic/118255/squid-reverse-proxy-switching-peers:
I want Squid to direct incoming requests...
04/12/2020
-
09:28 PM Bug #9610: picture.widget.php: Arbitrary file read/write
- Hello,
I request the CVEID CVE-2019-16915.
and my id is LoRexxar@knownsec 404team.
I hope to change my id to... -
09:27 PM Bug #9609: Reflective xss in services_captiveportal_mac.php
- Hello,
I request the CVEID CVE-2019-16914.
and my id is LoRexxar@knownsec 404team.
I hope to change my id to... -
05:57 PM pfSense Packages Bug #10427 (Resolved): LCDproc: Handle multiple lcdproc clients
- This works in as far as it avoids blowing up if there is more than one client. It now successfully kills all php clie...
-
10:43 AM pfSense Packages Bug #10320 (Resolved): lcdproc Crash report begins
- Looks good. Enabling the 'Addresses by traffic' screen shows the correct data and no longer throws a php error.
Te... -
10:36 AM pfSense Packages Feature #10243 (Resolved): rawserial driver for lcdproc
- Looks good. Size, speed and port are passed correctly to the conf file:...
-
10:21 AM pfSense Packages Feature #8198 (Resolved): pfSense-pkg-LCDproc: Add a link status screen for each interface
- Looks good. Tested in lcdproc 0.10.6_9, pfSense 2.4.5-rel
04/11/2020
-
11:45 AM Feature #10448 (Resolved): DHCPv6 RA - show default values in certain fields
- In Services -> DHCPv6 Server & RA -> Router Advertisements there are some fields - Minimum RA interval, Maximum RA in...
-
02:42 AM pfSense Packages Feature #9217 (Resolved): Squid LDAP Authentication - spaces in ldif values
- squid pkg 0.4.44_21 - works as expected
-
02:40 AM pfSense Packages Feature #10434 (Resolved): Squid whitelist/blacklist with IDN hostnames
- squid pkg 0.4.44_21 works as expected
-
02:39 AM pfSense Packages Bug #10440 (Resolved): Squid proxy ignoring allowed_subnets after package upgrade 0.4.44_9 ==> 0.4.44_19
- squid pkg 0.4.44_21 - OK
04/10/2020
-
02:03 PM Revision c62e31f2: NTP disable checkbox fix. Issue #3567
-
09:47 AM Bug #9296: Alias content is sometimes incomplete when an alias contains both FQDN and IP address entries
This bug still persists in Build 2.4.5 date:2020.04.10
I can confirm my issue is the same as described by the ...-
09:38 AM Feature #3567 (Pull Request Review): Option to disable NTP
-
09:05 AM Feature #3567: Option to disable NTP
- enable checkbox fix:
https://github.com/pfsense/pfsense/pull/4270 -
09:37 AM pfSense Packages Bug #10447 (Pull Request Review): Framed-IP-Address with plus sign is deprecated
-
07:38 AM pfSense Packages Bug #10447: Framed-IP-Address with plus sign is deprecated
- added to https://github.com/pfsense/FreeBSD-ports/pull/810
-
02:13 AM pfSense Packages Bug #10447 (Resolved): Framed-IP-Address with plus sign is deprecated
- if you use Framed-IP-Address with plus sign, i.e....
-
09:21 AM pfSense Packages Bug #10442 (Pull Request Review): ACME: special characters in descriptions trigger silent error and rollback
-
05:13 AM pfSense Packages Bug #10442: ACME: special characters in descriptions trigger silent error and rollback
- this fix uses descr field name instead of desc,
it's included in the $cdata_fields of xmlparser.inc:
https://github... -
09:19 AM Bug #10386 (Pull Request Review): A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'.
-
04:13 AM Bug #10386 (New): A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'.
- same fix for services_ntpd.php:
https://github.com/pfsense/pfsense/pull/4269 -
03:39 AM Bug #10386 (Resolved): A NTP Time Server name may only contain the characters a-z, 0-9, '-' and '.'.
- works OK on 2.5.0.a.20200409.0657,
I see an updated and more correct validation code:... -
09:09 AM Revision cb92c086: NTP Time Server input validation. Issue #10386
-
03:30 AM pfSense Packages Bug #7654 (Resolved): Can't use a LDAP search filter containing an accent
- works as expected on 2.5.0.a.20200409.0657:...
-
03:26 AM Bug #10368 (Resolved): OpenVPN server no definition of protocol to use (udp4)
- IPv4/IPv6, UDP/TCP tested on 2.5.0.a.20200409.0657
works as expected -
03:22 AM Bug #7558 (Resolved): l2tp configure kills and sleeps even if first time
- works as expected on 2.5.0.a.20200409.0657
-
03:21 AM Bug #7562 (Resolved): l2tp remoteip confusion
- works as expected on 2.5.0.a.20200409.0657
-
03:16 AM Bug #10264 (Resolved): Gateways created at the console do not apply the naming convention used in the GUI
- works as expected on 2.5.0.a.20200409.0657
-
01:44 AM pfSense Packages Bug #10369 (Resolved): Remote OpenVPN server protocol definition
- openvpn-client-export 1.4.21
IPv4/IPv6 tested
works as expected
04/09/2020
-
07:59 PM Revision b3a077c2: Revert "Temporary fix to let 2.5.0 poudriere to run"
- This reverts commit 248909c2e37b45e9dbb8d4b5104e00f7683cd99a.
-
07:58 PM Revision 7546cbce: Temporary fix to let 2.5.0 poudriere to run
-
07:56 PM Revision 248909c2: Temporary fix to let 2.5.0 poudriere to run
-
06:32 PM Bug #8179: Incorrect reverse DNS zone in DHCP server config for non-octet-aligned subnet mask
- The PR is appreciated - However may I ask how this is going to help us? dhcpd doesn’t support the classless notation ...
-
06:20 AM Bug #8179 (Feedback): Incorrect reverse DNS zone in DHCP server config for non-octet-aligned subnet mask
- PR has been merged. Thanks!
-
05:46 PM Bug #9296: Alias content is sometimes incomplete when an alias contains both FQDN and IP address entries
- How it was tested ? What was the result ? How it failed ?
-
05:04 PM Bug #9296: Alias content is sometimes incomplete when an alias contains both FQDN and IP address entries
This bug still persists in Build 2.4.5 date:2020.04.09-
03:05 PM Bug #10376: Duplicate logs from charon
- I don't know about 2.5.0, but I can assure you it is not fixed in 2.4.5.
-
11:23 AM Revision bd78aead: Merge pull request #4262 from vktg/lagginfo
-
11:20 AM Revision 56241e59: Merge pull request #4266 from vktg/reversednsdhcp
-
11:12 AM Revision 061c1a1b: Merge pull request #4264 from vktg/addmaskfix
-
11:04 AM Revision 42d3d5fc: DigitalOcean IPv6 DDNS Client to find IPv6 entries when updating. Issue #10390
- -[] Redmine Issue: https://redmine.pfsense.org/issues/10390
-[] Ready for review
(cherry picked from commit 08939cf... -
11:03 AM Revision 22a94088: Merge pull request #4268 from csobankesmarki/master
-
11:01 AM Revision f0b343a2: Merge pull request #4235 from vktg/dhcpv6dyndns
-
10:56 AM Revision 0249b6f8: Style fixes
-
10:52 AM Revision 707db1bc: Merge pull request #4141 from vktg/set6routesmtu
-
10:38 AM Feature #10446: VIP address is not shown in firewall rules
- Jim Pingle wrote:
> It's not a bug, but perhaps a feature request.
OK, let it be a feature request.
I think it... -
09:56 AM Feature #10446: VIP address is not shown in firewall rules
- It's not a bug, but perhaps a feature request.
It's generally not necessary on firewall rules because they don't h... -
09:37 AM Feature #10446 (New): VIP address is not shown in firewall rules
- Good day
I noticed that VIP address(Type: IP Alias) is not shown in Source/Destination drop-down menu in Firewall ru... -
07:10 AM pfSense Packages Feature #10428 (Pull Request Review): LCDProc: Add the EZIO driver to the lcdproc config page
-
06:22 AM Bug #9187 (Feedback): Status->Interfaces doesn't show useful data for lagg
- PR has been merged. Thanks!
-
06:12 AM Bug #10433 (Feedback): addMask() js code resets netmask size to 128/32
- PR has been merged. Thanks!
-
06:03 AM Bug #10390 (Feedback): Fix DigitalOcean Dynamic DNS client for IPv6
- PR has been merged. Thanks!
-
06:02 AM Bug #10346 (Feedback): DHCPv6 service Dynamic DNS errors
- PR has been merged. Thanks!
-
06:02 AM Feature #6600 (Feedback): DHCP Server - Primary DDNS Address won't accept IPv6 address
- PR has been merged. Thanks!
-
05:57 AM Bug #6868 (Feedback): Interface MTU Setting not applied to all IPv6 routes
- PR has been merged. Thanks!
-
04:49 AM pfSense Packages Bug #10445: BIND crashed when added RPZ. rpz is not a master or slave zone.
- i was able to reproduce it here
https://forum.netgate.com/topic/152274/rpz-rpz-local-is-not-a-master-or-slave-zone-c...
Also available in: Atom