Activity
From 09/24/2016 to 10/23/2016
10/23/2016
-
11:58 PM Bug #5317: CSR signed certificates shows issuer as external
- Seeing this as well, quite problematic for VPN usage. pfSense 2.3.2-RELEASE-p1.
-
11:33 PM Bug #6272 (Resolved): Wrong numbers in state column of /firewall_rules.php
- Fixed on 2.4 and RELENG_2_3.
pfSense_get_pf_states() now return the packet counters as doubles. -
07:34 PM Bug #6872: Captive Portal per user bandwidth field no longer accepts 0.
- The front-end validation is stopping a zero from being entered, so "Leave empty" is the (only) way to specify "no lim...
-
11:00 AM Bug #6872 (Resolved): Captive Portal per user bandwidth field no longer accepts 0.
- The text says "Leave empty or set to 0 for no limit." However input error checking in the browser now no-longer allow...
-
03:05 PM Bug #6873 (New): radvd - Too many addresses in RDNSS section when previously using DHCPv6
- I have come across a bug within the IPv6 Router Advertising Daemon where you receive the following errors in the logs...
-
03:03 PM Feature #4259: Port forward NAT rules with "any" protocol
- Could be it implemented with the new 2.4 release ?
-
10:14 AM Bug #6870: Load balancer DNS (relayd) can't handle fragmented udp, breaks DNSSEC
- Turns out causing pfsense to not drop fragmented 'do not fragment' packets creates more problems than it solves. For...
10/22/2016
-
12:25 PM pfSense Packages Bug #6871: Squid Proxy Reports bug
- I'm sorry but I'm a fool ... is necessarily open ports on your firewall application ( ports 7445 and 3000)
ALL OK -
05:28 AM pfSense Packages Bug #6871 (Not a Bug): Squid Proxy Reports bug
Installed from scratch pfsense, Proxy Server, Squid Proxy Reports.
If you try to access the page https: // pfSen...-
10:07 AM Bug #6870: Load balancer DNS (relayd) can't handle fragmented udp, breaks DNSSEC
- To be clear:
The workaround for relayd / DNS protocol failing or being seemingly intermittent when load balancing... -
10:04 AM Bug #6870: Load balancer DNS (relayd) can't handle fragmented udp, breaks DNSSEC
Update: dig and other dns query engines set the DF 'do not fragment' bit -- then go on to issue DNSSEC DNS querie...- 05:31 AM Revision ed893ee5: Fix #6869 diag_routes resolve names for RELENG_2_3
- This code to parse the netstat output and use gethostbyaddr() to reverse resolve names is only needed in RELENG_2_3, ...
10/21/2016
-
08:15 PM Revision 8fc25403: Revert "Revert "Enable IPFW on PHP module""
- This reverts commit 9fdd0c7ebb966df9b566acac091390c4a97fa8c7.
-
03:29 PM Bug #6870: Load balancer DNS (relayd) can't handle fragmented udp, breaks DNSSEC
- Unlikely we can do much if anything for this, it's probably an issue in relayd itself and not the way we set it up. Y...
-
03:25 PM Bug #6870 (Closed): Load balancer DNS (relayd) can't handle fragmented udp, breaks DNSSEC
- The built-in load balancer (relayd) has a protocol 'dns' that manages UDP dns queries. The purpose is to load balanc...
-
11:32 AM Revision 9fdd0c7e: Revert "Enable IPFW on PHP module"
- This reverts commit c04887d8fc440e769ed987f993d34bc8f20fbf64.
-
10:02 AM Bug #6863: pf states reset by CARP neighbor
- Jim, thanks for your explanation! This what I'm trying to detect - what exactly clearing the states. I know, Redmine ...
-
09:50 AM Bug #6758: 2 x Crash with "PHP Fatal error: Call to undefined function pfSense_interface_listget() in /etc/inc/interfaces.inc on line 80"
- Discussion: https://forum.pfsense.org/index.php?topic=118679.0
10/20/2016
-
09:23 PM Bug #6869: Diagnostics / Routes Truncates Destination and Gateway Names
- That is a "feature" of the netstat command, which has annoyed me too. With "-W" it does output the full data in some ...
-
12:58 PM Bug #6869 (Resolved): Diagnostics / Routes Truncates Destination and Gateway Names
- When "resolve names" is enabled, resolved destination and gateway names are truncated to 18 characters (e.g., pfSense...
-
05:50 PM Revision c04887d8: Enable IPFW on PHP module
-
12:34 PM Bug #6868 (Resolved): Interface MTU Setting not applied to all IPv6 routes
- Running 2.3.2_1 using an HE/64 tunnel. Adjusting MTU to troubleshoot possible PMTUD problem. Found that setting for M...
-
10:47 AM Bug #4326: Limiters on firewall rules where NAT applies drop all traffic
- I also use limiters and NAT reflection in combination. So I am stuck on 2.1.4 and 2.1.5 until a release where this co...
-
09:50 AM pfSense Packages Bug #6129: zabbix agent/proxy 2.4 not ported to pfSense 2.3
- Is there any way i can help with this. Or is there anything i can do to make this happen?
-
08:35 AM Bug #4031: Notifications mail bomb in some gateway failure circumstances
- Looking at a customer box today it made me realize a good path here would be to queue up the notifications in a file ...
-
08:09 AM pfSense Packages Bug #6867 (Closed): Please update quagga to version 1.1
- Quagga 1.1 fixes a lot of bugs:
http://mirror.yannic-bonenberger.com/nongnu/quagga/quagga-1.1.0.changelog.txt
N... - 08:04 AM Revision eb01f065: Improve IPv4 address validation for services_dhcp
- The input pattern that goes with Form_IpAddress by default allows for IPv4 and IPv6 valid characters. The back-end va...
- 07:18 AM Revision ebfcfeb5: Fix display advanced after input error for system_gateways_edit
- Use case:
1) Edit a gateway that has no advanced settings (i.e. the Advanced section does not need to open on page lo... -
05:48 AM Revision c982fdbc: Fix is_macaddr().
- Hexadecimal numbers without the '0' padding are also valid, e.g:
a:b:c:d:e:f - 05:47 AM Revision 6a546985: Remove "use lowercase" hint
- As it is no longer relevant, because the code now automatically converts
to lowercase. - 04:21 AM Revision d461ff40: Fix #6864 automatically convert IPv6 input to lowercase
- 1) As the user leaves the field, or presses Save, onChange will fire and
convert the input string to lowercase. This ...
10/19/2016
-
11:24 PM Bug #6864: Error checking rejects IPv6 addresses with upper case A-F.
- This one also automatically converts the input to lowercase as the user leaves the IP Address field, or presses a but...
-
11:18 PM Bug #6864: Error checking rejects IPv6 addresses with upper case A-F.
- While I think it is cool to convert the characters as you type, the GUI has to accept upper case letters as well.
... -
10:18 PM Bug #6864: Error checking rejects IPv6 addresses with upper case A-F.
- Pull request: https://github.com/pfsense/pfsense/pull/3198
That makes the "Please match the requested format:" text ... -
09:20 AM Bug #6864 (Resolved): Error checking rejects IPv6 addresses with upper case A-F.
- Recent browser changes mean this is rejected before the form is submitted and the error tool tip shown is unhelpful.
... -
05:38 PM Bug #6717: Status / DHCPv6 Leases Issues
- I can confirm that this fixes the issue where the file exists but contains no leases. The lease file is still being p...
-
04:30 PM pfSense Packages Feature #6866 (Rejected): Suricata multiple interfaces
- I've set up Suricata on the WAN interface. When an alert happen I don't see what internal address caused the alert. I...
-
03:14 PM Bug #6865 (Rejected): DNS resolver : old issue returns
- Please start a forum thread for discussion and diagnosis before opening a ticket. Also, upgrade to 2.3.2_1 first to e...
-
03:11 PM Bug #6865 (Rejected): DNS resolver : old issue returns
- 2.3.2-RELEASE (i386)
built on Tue Jul 19 13:09:39 CDT 2016
FreeBSD 10.3-RELEASE-p5
nanobsd (4g)
When trying to... -
12:49 PM Feature #2358: NAT64 support
- Too late for 2.4.0...
-
04:39 AM Feature #2358: NAT64 support
- UPVOTE
-
02:16 AM Feature #2358: NAT64 support
- UPVOTE, word up on this. It should be prioritized significantly.
-
08:32 AM Bug #6863 (Rejected): pf states reset by CARP neighbor
- That is normal and expected when the two units are properly synchronizing states. Find what is clearing the states an...
- 02:43 AM Revision 2355c154: Better handle no dhcpv6 leases file
10/18/2016
-
09:53 PM Bug #6717: Status / DHCPv6 Leases Issues
- https://github.com/pfsense/pfsense/pull/3197
That fixes the little side issue, where in fact the leases file exists ... -
04:31 PM Bug #6717: Status / DHCPv6 Leases Issues
- With regards to item 1, testing with one windows 10 client and no active leases, Status / DHCPv6 Leases reports "No l...
-
01:20 PM Bug #6862: mode 0444 for /var/etc/cert.crt leads to nginx crit error: 13: Permission denied
- title should have had protection of 0600, workaround changes it to 0644
-
11:23 AM Bug #6862 (Resolved): mode 0444 for /var/etc/cert.crt leads to nginx crit error: 13: Permission denied
- /var/etc/cert.crt has mode 0444, leading to
/var/log/nginx-error.log entries like
2016/10/16 16:06:14 [crit] 61476#... -
01:01 PM Revision 94bd7fb3: Fix #6828
- Until 2.3.x pfSense carried a patch that changed the behavior of 'route
change' command, making it add the route when... -
12:30 PM Bug #6863 (Rejected): pf states reset by CARP neighbor
- There are two pfsense routers (version 2.3.2-RELEASE-p1, but I've faced this issue 1st time on 2.2.5/2.2.6) in HA mod...
-
12:24 PM Bug #6758: 2 x Crash with "PHP Fatal error: Call to undefined function pfSense_interface_listget() in /etc/inc/interfaces.inc on line 80"
- I started having this crash frequently as well. I'm running 2.3.2_p1. I do have DHCPv6 on one of my WANs (but I nee...
-
12:04 PM Bug #6850: FreeBSD 11.0 Route Syntax Change For Non-Local Gateway
- Ken Sim wrote:
> Anytime I try and change any of the gateways that are checked non-local on the current snapshot it ... -
11:43 AM Bug #6850: FreeBSD 11.0 Route Syntax Change For Non-Local Gateway
- Anytime I try and change any of the gateways that are checked non-local on the current snapshot it locks up pfsense a...
-
08:35 AM Bug #6850 (Feedback): FreeBSD 11.0 Route Syntax Change For Non-Local Gateway
- I couldn't replicate it after fixes I pushed for #6828. Can you try the next round of snapshots?
-
11:16 AM Bug #6858: 2.3.X is not properly updating packages
- Renato, thank you for the write up.
Does this cover file /usr/local/lib/php/20131226/suhosin.so? This shared objec... -
05:16 AM Bug #6858 (Not a Bug): 2.3.X is not properly updating packages
- Actually it's not a bug, it's expected and it's how pkg is designed to work.
When we moved to 2.3.2_1 we cherry-pi... -
08:10 AM Bug #6828 (Feedback): Patch for "route change" is not present on 2.4 builds using FreeBSD 11
- Applied in changeset commit:94bd7fb3a52e375dcd25c416e36389f96060a8fd.
-
07:46 AM pfSense Packages Bug #6861 (New): Ha-Proxy duplicated backend used in place of original backend
- Hello,
Find hereafter a problem on ha-proxy 0.48 / 1.6.6 package.
Steps to reproduce :
- Create a configurati...
10/17/2016
-
04:01 PM Bug #6860 (Resolved): Monitoring (RRD) graphs return "unknown" step value
- There seem to be cases where rrd_fetch_json.php returns a step value that isn't located in the javascript lookup tabl...
-
12:56 PM pfSense Packages Feature #6859 (Resolved): have an includedir by default (sudo package)
- I'm trying to customize sudo and the options I'm looking for aren't in the GUI. Is there a way to include this line i...
-
04:33 AM Bug #6099: igmpproxy does not recognize upstream interface
- I have the same problem with the 20160905_1818 version.
The _all version works fine on ISP XS4All in The Netherlands... -
03:14 AM Feature #2573: Captive Portal support of RADIUS POD (Packet of Disconnect)
- POD is useful when replacing Expiration date in Pfsense user manager.
The Option " re-authenticate users every minu... -
12:10 AM Bug #6858 (Not a Bug): 2.3.X is not properly updating packages
- 2.3.X is not updating files properly. See forum thread https://forum.pfsense.org/index.php?topic=119344.msg662359#msg...
10/16/2016
-
10:37 PM Bug #5413: Reduce disruptions when changing DNS records from DHCP leases in Unbound
- The patch you posted only prevents Unbound from being restarted by performing GUI actions, not automatically when a n...
-
10:50 AM Bug #6579: IPv6 CARP VIPs lost upon config sync where they include non-significant zeros
- Note this potentially related bug report:
https://github.com/opnsense/core/issues/1184
"
Adding an IPv6 CARP V... -
10:47 AM Bug #6579: IPv6 CARP VIPs lost upon config sync where they include non-significant zeros
- The issue manifests as the 'backup' machine in the carp set being unable to ping6 (or otherwise pass packets to) the ...
-
01:08 AM Bug #6779: Traffic shaper wizard uses decimals instead of whole numbers
- It would be good to make target version 2.4 instead of nothing. Thanks.
10/15/2016
-
11:16 PM Bug #6856: "Force Config Settings" buton on master causes slave to loss IP alises on lo0
- Sent pull-request: https://github.com/pfsense/pfsense/pull/3195
-
12:08 PM Bug #6856 (Duplicate): "Force Config Settings" buton on master causes slave to loss IP alises on lo0
- Hi,
We have a two couple of node HA setup with pfsense latests version running (2.3.2p1). This cluster has a few v... -
10:07 PM Bug #6857: local_sync_accounts fails during boot when using ldap on a non-local network or hostname
- I've just sent a pull-req: https://github.com/pfsense/pfsense/pull/3194
-
08:54 PM Bug #6857 (Resolved): local_sync_accounts fails during boot when using ldap on a non-local network or hostname
- Hi,
When using an LDAP server on a non-local (ie. accesible thru a gateway) network, the system takes 10+ minutes ... -
03:06 PM Revision b77a6394: increase webgui usability when the remote ldap server isn't available
-
03:04 PM Revision ae346354: php fatal error logging
-
02:58 PM Revision dc5f639f: xmlrpc, use authentication through the basic auth header instead of extra user/pass parameters
10/14/2016
- 11:29 PM Revision d672403c: Added STARTTLS to LDAP Auth Server Config
-
06:53 PM Feature #6855 (Resolved): Support STARTTLS in LDAP Server Configuration
- Add STARTTLS to the available LDAP Server modes.
-
02:32 PM Bug #6854 (Rejected): webconfig error with LDAP authenticated users for certmgr
- The local admin user is the only user that can successfully work with certificates.
Other users authenticating off o... -
02:04 PM pfSense Packages Bug #6305: Quagga problems updating routes / mistakenly showing "kernel"-routes while they are not
- Nate Baker wrote:
> Jim Pingle wrote:
> > Someone who can reproduce it reliably needs to get the details of how to ... -
12:56 PM pfSense Packages Bug #6305: Quagga problems updating routes / mistakenly showing "kernel"-routes while they are not
- Jim Pingle wrote:
> Someone who can reproduce it reliably needs to get the details of how to reproduce it reported t... -
12:15 PM Bug #4418: IPsec mobile clients - bogus "p" appended to search domain
Also I am having the same problem in versãoo 2.3.2-RELEASE-p1. For some in the forum saw what worked the Place hum ...-
12:05 PM Revision 80762aaa: Make setup_serial_port() write config files safely
- This function used to replace /boot.conf, /boot/loader.conf and
/etc/ttys on every call. Depending of the moment a po... -
12:05 PM Revision 1a6cb937: Change safe_write_file $content parameter to accept an array
-
12:05 PM Revision a942d5b2: Make $force_binary parameter optional, default to false
-
12:05 PM Revision 72ca7e40: Prevent /etc/ttys to miss essential lines
- We do not create /etc/ttys from scratch but we change it on every boot.
If original file is corrupted for some reason... -
12:04 PM Revision 6172f3de: Make setup_serial_port() write config files safely
- This function used to replace /boot.conf, /boot/loader.conf and
/etc/ttys on every call. Depending of the moment a po... -
11:51 AM Revision 406ced77: Change safe_write_file $content parameter to accept an array
-
11:51 AM Revision e717f161: Make $force_binary parameter optional, default to false
-
11:51 AM Revision 237d29c4: Prevent /etc/ttys to miss essential lines
- We do not create /etc/ttys from scratch but we change it on every boot.
If original file is corrupted for some reason... -
11:49 AM Revision 4e3bf4aa: Make setup_serial_port() write config files safely
- This function used to replace /boot.conf, /boot/loader.conf and
/etc/ttys on every call. Depending of the moment a po... -
11:49 AM Revision 952ff2cb: Change safe_write_file $content parameter to accept an array
-
11:49 AM Revision e9c60f20: Make $force_binary parameter optional, default to false
-
11:49 AM Revision 7fa3bcae: Prevent /etc/ttys to miss essential lines
- We do not create /etc/ttys from scratch but we change it on every boot.
If original file is corrupted for some reason...
10/13/2016
-
08:49 PM Bug #6717: Status / DHCPv6 Leases Issues
- Phillip Davis wrote:
> As part of removing nanobsd support, it was noticed that dhcp6 leases were not being restored... -
06:17 PM Bug #6717: Status / DHCPv6 Leases Issues
- As part of removing nanobsd support, it was noticed that dhcp6 leases were not being restored on systems with use_mfs...
-
03:47 PM Bug #6717: Status / DHCPv6 Leases Issues
- Daryl Morse wrote:
> I'm running 2.3.3.a.20160815.2144 with PR 3102/1, 3102/2, 3103, 3105, 3106 and 3107, testing th... -
04:36 PM Bug #6099: igmpproxy does not recognize upstream interface
- I have the same issue like Dora Paule with the version: igmpproxy_20160905_1818.zip
There is no such problem with t... -
03:51 PM Bug #5993: dhcp6c not started until an RA received
- Updating this issue based on 2.4 development snapshot.
The dhcp6 before RA feature has been working perfectly sinc... -
03:08 PM Revision a4cd0c5f: Fix up help text on outbound NAT.
-
03:08 PM Revision b533da85: Fix up help text on outbound NAT.
-
02:43 PM Revision 3d69cce5: Clarify source port warning when editing a firewall rule.
-
02:42 PM Revision 7ea6dabe: Clarify source port warning when editing a firewall rule.
-
02:21 PM Revision 00fc1317: In the setup wizard, do not change the DHCP range if it is already set inside the new subnet. Otherwise it will overwrite a range set manually from the DHCP settings or the console when the wizard is run later. Fixes #4820
-
02:21 PM Revision d02ee138: In the setup wizard, do not change the DHCP range if it is already set inside the new subnet. Otherwise it will overwrite a range set manually from the DHCP settings or the console when the wizard is run later. Fixes #4820
- 01:39 PM Revision 2329b5a8: DHCPV6 only check VIPs in range if range valid
- If the user has input invalid values into range from and to, then there
is no point checking any IPv6 VIPs to see if ... -
01:39 PM Revision 77179b26: Merge pull request #3190 from phil-davis/dhcpv6
-
01:38 PM Revision 004b752e: Add extra validations on is_inrange_v[46]
- Verify if addresses are valid IP address before convert them to make
numeric comparison.
While here, adjust indent.
... -
01:36 PM Revision 8c48089f: Add extra validations on is_inrange_v[46]
- Verify if addresses are valid IP address before convert them to make
numeric comparison.
While here, adjust indent.
... -
01:25 PM Revision ef30fa51: Replace underscore with hyphen in option names
- Thanks Jorge
(cherry picked from commit 30786a9d2486d88cb92cbb0ecb10586b39c32c65) -
01:25 PM Revision 8e4af832: Merge pull request #3188 from NOYB/GitSync_Min_Diff_Combo
- 01:24 PM Revision b4415260: Make unlink_if_exists return true/false
- This allows the caller to do a single "atomic" call to unlink_if_exists.
If it returns true, then they know that the ... -
01:24 PM Revision bd9e1327: Merge pull request #3186 from phil-davis/unlink_if_exists
-
01:20 PM Revision e90ca528: Restore dhcp6 leases on full install when using MFS /tmp. While here, fix indent
-
01:15 PM Revision 42ebf952: Restore accidentally removed block
- On dc61252ae the code used to restore dhcp6 leases when platform was
nanobsd was removed, but this code is supposed t... - 12:48 PM Revision a5562d72: Remove commented code
- (cherry picked from commit 0186b761e05d6f707ddc9cf1898d20ffb7ef9405)
- 12:48 PM Revision 40ce5d72: Bring up the wifi interface only after setting up all the other arguments. This prevents issues when using VAPs.
- (cherry picked from commit 6416317a239e082b7702957263a51b4052ae43b5)
-
12:48 PM Revision b76b52ae: Merge pull request #3180 from valneacsu/fix_wifi_1st_VAP_params
-
09:30 AM Bug #4820 (Feedback): DHCP Scope at setup
- Applied in changeset commit:d02ee1387fdb159bfb7cb9495003f66545d97989.
-
09:13 AM Bug #4820 (Assigned): DHCP Scope at setup
- What appears to happen is that the wizard resets the range even if the existing range is valid. So if you have x.x.x....
- 02:22 AM Revision 3707ffc4: DHCPV6 only check VIPs in range if range valid
- If the user has input invalid values into range from and to, then there
is no point checking any IPv6 VIPs to see if ... -
01:51 AM Revision 30786a9d: Replace underscore with hyphen in option names
- Thanks Jorge
- 01:31 AM Revision d96a39ba: Make unlink_if_exists return true/false
- This allows the caller to do a single "atomic" call to unlink_if_exists.
If it returns true, then they know that the ...
10/12/2016
- 08:38 PM Revision 0186b761: Remove commented code
-
07:30 PM Revision 4b65536a: Update pot
-
07:29 PM Revision dc61252a: Deprecate nanobsd platform and remove all conditionals that uses it
-
07:23 PM Revision 9ed7f8f6: Retire rc.nanobsd_switch_boot_slice
-
07:23 PM Revision 0c2dffb0: Define a single value for 'default_config_backup_count'
-
07:23 PM Revision b55c6b82: Remove unused global var 'hidebackupbeforeupgrade'
-
07:23 PM Revision 1289c0c1: Remove all calls to conf_mount_r* functions
-
07:23 PM Revision eec44c64: Retire restart_httpd.php
-
06:27 PM Revision 60f164f3: Retire cdrom platform support
-
06:12 PM Revision f68a881c: Remove unused global config item 'update_manifest'
-
06:10 PM Revision 3f4a0df9: Remove hideplatform global config and all uses of it
-
06:09 PM Revision 337e6a26: Remove unused global item 'nopkg_platform'
-
06:03 PM Revision a5e59e25: Retire refcount functions. They are not used anymore
-
06:02 PM Revision 9f08c2b0: Retire diag_nanobsd.php
-
05:59 PM Revision ffab5cb4: Obsolete conf_mount_ro() and conf_mount_rw()
- Now that nanobsd is gone these functions are not necessary anymore.
Keep them around until all calls are cleaned up - 04:20 PM Revision 87fb4454: Allow Hyphens in DHCP NTP Server form validation
- Also removes the ability to have underscores `_` in ntp server
FQDNs.
Closes #6806
(cherry picked from commit c68db... -
04:20 PM Revision dd3d6c8a: Merge pull request #3151 from EdHurtig/eng/6806
-
04:18 PM Revision ab4d9c9b: Format file_notice alerts in webgui with newline characters as <br/> for easier reading.
- (cherry picked from commit 348fae16e4c4735afef619184fba76b97effd875)
-
04:18 PM Revision bc0a0c2e: Merge pull request #3154 from PiBa-NL/filenoticeBR
-
04:15 PM Revision ebcb7042: Simplify tcsh prompt and respect default terminal colors
-
04:15 PM Revision 4e04d896: Simplify tcsh prompt and respect default terminal colors
-
04:02 PM Bug #6828: Patch for "route change" is not present on 2.4 builds using FreeBSD 11
- Jim Pingle wrote:
> On 2.3 we have a patch to alter the behavior of "route change" so that it adds a route if it's n... -
03:51 PM Revision b9f6e351: lowercasing and sprintf of setHelp
- (cherry picked from commit 705679339705657832422f5fdc336b5e39d48b79)
-
03:51 PM Revision 59db5c43: label src/dst incorrect - fixed (minor)
- (cherry picked from commit a309ffa5cc1e8682bb083f9288f73f43a2a9c282)
-
03:51 PM Revision 9a211d3a: UI improvement - src port button label and src port help msgs
- 1. Rename "srcportadv" to "srcporttoggle" - not ideal to have 2 fields both labelled "advanced options". This present...
-
03:51 PM Revision d8746bc0: Merge pull request #3140 from stilez/patch-39
-
03:49 PM Revision 9a3261c1: Merge pull request #3153 from NewEraCracker/RELENG_2_3_2+
-
03:45 PM Revision c58cdd42: Remove unused arg in get_pkg_info()
- The 2nd argument ($info) isn't used in that function, and doesn't seem to be used anywhere else in the codebase.
(che... -
03:45 PM Revision ceea9d9c: Merge pull request #3156 from stilez/patch-43
-
03:41 PM Revision 53b9a2ac: Report quantity of files being installed by minimal and diff options.
- Also consolidate some unset commands.
(cherry picked from commit 32912ae833a016784cbb4813c45960cefc2d896b) -
03:41 PM Revision b19c8033: Support minimal and diff options combo rather than diff superseding minimal (sync both updated and diff files).
- Break verbose option in two for showing files and/or constructed command. (--show_files, --show_command)
Don't save ... -
03:41 PM Revision f725a312: Merge pull request #3168 from NOYB/GitSync_Min_Diff_Combo
- 03:39 PM Revision 257120b9: Use tabs consistently
- (cherry picked from commit 553de3973dfdb0539a64510666976d523a21f2f9)
- 03:39 PM Revision e11a24f8: Re-enable executing the wifi mode command first. This fixes channel changing, which broke in d325e90818db2b22fc2562c38493769f217230f2.
- (cherry picked from commit 8318da5192905a400076d5539ae86afeae82ee03)
-
03:39 PM Revision 9eab8448: Merge pull request #3169 from valneacsu/fix_wifi_channel_change
-
03:37 PM Revision 9fc8273a: Fixup ntpd IPv6 restrict clauses.
- This should eliminate the following errors from the ntpd log file when
using IPv6 or dual-stack networks:
"syntax err... -
03:37 PM Revision 836bb622: Fixup ntpd IPv6 restrict clauses.
- This should eliminate the following errors from the ntpd log file when
using IPv6 or dual-stack networks:
"syntax err... -
03:37 PM Revision ec6e6666: Merge pull request #3171 from phroggster/patch-2
-
03:33 PM Revision 66ee91c2: add array index how value for authserver list
- (cherry picked from commit db0c1e142c98a6253204d69218557b91a8754337)
-
03:33 PM Revision 83f7fabd: Merge pull request #3177 from brunostein/fix_authmode_translated
- 03:30 PM Revision 74dd2936: Only configure wireless MAC address if a spoofed MAC address is set
- (cherry picked from commit a6c4a66da2ee8b0d4d54480dd690700b8c16bb13)
-
03:30 PM Revision 90d0e0e0: Merge pull request #3179 from valneacsu/fix_wifi_settings_overwrite
- 03:22 PM Revision a3a89277: Improve gwlb.inc notification mechanisms
- 1) Unlink earlier to reduce the chances of any concurrency issues;
2) Translate and improve output of available notif... -
03:21 PM Revision 58c0e164: Merge pull request #3184 from NewEraCracker/gwlb-fix
-
03:12 PM Todo #6755 (Resolved): Remove GLXSB references from 2.4
- All gone.
-
03:11 PM Bug #6821 (Resolved): Static ARP attribute not applied when saving a DHCP static mapping
- Works
-
03:06 PM Feature #6822 (Resolved): diag_arp.php: Teach the ARP Table display to also display the status
- Works great
-
03:02 PM Bug #6849 (Resolved): OpenVPN cipher list output changed, breaking the GUI list of ciphers
- Appears to be working correctly on 2.3.3 and 2.4 snapshots.
-
02:49 PM Bug #6739 (Resolved): OpenVPN compression settings in the GUI are no longer translated into the correct running options.
- This seems to be OK now. The comp-noadapt change was confirmed to work on an affected system (remote client had no LZ...
-
02:49 PM Bug #6719 (Resolved): OpenVPN DNS Leak Windows 10
- New options are being pushed correctly when selected.
-
02:48 PM Revision d3007fbe: Remove invalid parameter --flash-size
-
02:34 PM Todo #6853 (Resolved): Convert nanobsd installation to full install during upgrade
- 2.4 doesn't support nanobsd anymore, convert all nanobsd installations to full install during upgrade from 2.3 to 2.4...
- 02:08 PM Revision 54596b88: Improve gwlb.inc notification mechanisms
- 1) Unlink earlier to reduce the chances of any concurrency issues;
2) Translate and improve output of available notif... -
11:44 AM Bug #6650: Option needed to disable HSTS
- Having same issue, all HTTP sites are also broken like the original example. Need option in pfsense to disable HSTS.
-
11:30 AM Bug #6806 (Feedback): Form validation for DHCP NTP Servers does not allow hyphens
- Applied in changeset commit:c68dbfc7580180cd9d47bdbecaeeb6cf835fe210.
- 10:34 AM Revision e01e164c: Backport save_widget_settings with 3 arguments from RELENG_2_3
- Commit 6f1410582412fe771f51bd8b67bcbb952da97db6 introduced code relying on this
10/11/2016
-
11:19 PM Feature #4821: PPPoE WANs do not take full advantage of NIC driver queues for receiving traffic
- Travis Erdmann wrote:
> Now that FreeBSD 11 is out and PPPoE Gig internet is becoming more available, can we take an... -
09:11 PM Bug #6852: Commit 8f86722 breaks DHCPv6 leases status page
- Also see #6543
-
09:00 PM Bug #6852: Commit 8f86722 breaks DHCPv6 leases status page
- Affected version 2.3.2 (bug introduced in 2.3.2)
-
08:56 PM Bug #6852 (Duplicate): Commit 8f86722 breaks DHCPv6 leases status page
- The commit in question changed the awk pattern used when getting DHCPv6 information from the lease file. The pattern ...
-
07:07 PM Bug #4669: QinQ virtual interfaces available for assignment where they shouldn't be
- The patch 1. is missing on 2.3.2-RELEASE-p1. Booting system with QinQ interfaces assigned will only trigger vlan assi...
-
06:58 PM Revision 3154be54: Simplify TARGET and TARGET_ARCH initialization
-
06:57 PM Revision 2ac4be3a: Remove nanobsd related code from build scripts
-
04:38 PM Revision bd4e0194: Remove unused variable
-
03:47 PM Revision 4fd1130f: Adjust parsing of OpenVPN ciphers to new output format. Fixes #6849
-
03:47 PM Revision 2002cf66: Adjust parsing of OpenVPN ciphers to new output format. Fixes #6849
-
02:19 PM Feature #6851 (Resolved): System Information Widget
- Just some feedback, it seems a bit redundant to show "pfSense" under System and Platform, would it not make more sens...
-
01:34 PM Bug #4820: DHCP Scope at setup
- Chris Buechler wrote:
> can't replicate any issues here. Change the LAN IP and DHCP scope at the console, and it imm... -
01:05 PM Bug #6850: FreeBSD 11.0 Route Syntax Change For Non-Local Gateway
- I am not sure if this is related or not, all I know is on 2.4 the option does not work, and the only way I am able to...
-
12:31 PM Bug #6850: FreeBSD 11.0 Route Syntax Change For Non-Local Gateway
- It's also possible you were hitting #6828 which needs to be solved first before other routing issues.
-
12:29 PM Bug #6850 (Resolved): FreeBSD 11.0 Route Syntax Change For Non-Local Gateway
- Upon testing out one of the 2.4 snapshots a few weeks ago, I was unable to get network connectivity with a gateway th...
-
11:06 AM Bug #6340: fsck hangs boot in background, fails to produce any action, resulting in broken firewall
- Kill Bill wrote:
> @Derek: If you are willing to go back to <=2.2.2 for initial full install, you could try this: ht... -
11:00 AM Bug #6849 (Feedback): OpenVPN cipher list output changed, breaking the GUI list of ciphers
- Applied in changeset commit:2002cf6636b2d29c066ee58511dce2baf5167b97.
-
10:46 AM Bug #6849 (Resolved): OpenVPN cipher list output changed, breaking the GUI list of ciphers
- The output for @openvpn --show-ciphers@ changed which broke the GUI parsing of the list, leaving only "None" as an op...
-
08:50 AM Feature #6847: Register CN of OpenVPN clients in DNS Resolver
- PR here: https://github.com/pfsense/pfsense/pull/3183
-
01:32 AM Bug #3330: Load Balancer showing wrong Status when using aliases for the port
- Can confirm the bug still exists in pfsense 2.3.2-RELEASE-p1
-
12:40 AM Bug #5413: Reduce disruptions when changing DNS records from DHCP leases in Unbound
- BBcan177 . wrote:
> Some users have also reported issues with the Unbound Resolver and pfBlockerNG DNSBL. I am not a... -
12:17 AM Bug #5413: Reduce disruptions when changing DNS records from DHCP leases in Unbound
- Patch Posted: https://forum.pfsense.org/index.php?topic=119467.0
10/10/2016
-
11:50 PM Bug #5413: Reduce disruptions when changing DNS records from DHCP leases in Unbound
- Some users have also reported issues with the Unbound Resolver and pfBlockerNG DNSBL. I am not able to reproduce, but...
-
09:32 PM Bug #5413: Reduce disruptions when changing DNS records from DHCP leases in Unbound
- If the dev's won't / can't answer you, I will. Due to changes in 2.3 (I tested with 2.3.2p1), restarting of the Unbou...
-
11:44 PM Revision 64651a20: Do not try to build grub2-bhyve on i386
-
11:44 PM Revision e9252aef: Fix filename
-
11:43 PM Revision 65de9b93: Make it possible to create a exclude list for each architecture for poudriere bulk list
-
11:38 PM Revision c8021930: Revert "Do not try to build grub2-bhyve on i386"
- No more i386 on this branch. Reverting unnecessary change
This reverts commit 22558bc3011c10fc86c45b7ca795227bc9a4137c. -
11:36 PM Revision 22558bc3: Do not try to build grub2-bhyve on i386
-
10:58 PM pfSense Packages Bug #6305: Quagga problems updating routes / mistakenly showing "kernel"-routes while they are not
- Jim Pingle wrote:
> Someone who can reproduce it reliably needs to get the details of how to reproduce it reported t... -
10:55 PM Revision 98a1a30d: Disable next repo on i386
-
06:59 PM Feature #4821: PPPoE WANs do not take full advantage of NIC driver queues for receiving traffic
- Now that FreeBSD 11 is out and PPPoE Gig internet is becoming more available, can we take another look at this?
-
05:15 PM Revision ce6e6519: Create pkg.conf with ABI settings
-
05:15 PM Revision f09b1eb2: Create pkg.conf with ABI settings
-
03:27 PM Bug #6823: No connectivity after changing link state to UP
- Patch for review here:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213283 -
12:02 PM Bug #6848 (Resolved): Do not create an IPv4/6 gateway for an interface without according IPv4/6 address
- This issue has been fixed for GIF/GRE tunnels some time ago but wasn't fixed other kind of interfaces.
Once, I had... -
12:01 PM Bug #6340: fsck hangs boot in background, fails to produce any action, resulting in broken firewall
- @Derek: If you are willing to go back to <=2.2.2 for initial full install, you could try this: https://forum.pfsense....
-
10:46 AM Bug #6340: fsck hangs boot in background, fails to produce any action, resulting in broken firewall
- Thank you for your quick reply. I'll just need to wait to see what comes of all of this.
-
11:11 AM Feature #6847: Register CN of OpenVPN clients in DNS Resolver
- There is an error in the script. @case "$1" in@ should read @case "$OP" in@.
-
11:10 AM Feature #6847 (Resolved): Register CN of OpenVPN clients in DNS Resolver
- Use case: Serial port servers deployed in the field connect to the office via OpenVPN. In order to collect the data, ...
-
09:36 AM Feature #6832: [PATCH] Add the USB ID for the Sierra MC7430
- stable/11:
https://github.com/freebsd/freebsd/commit/da55bad8726390191aad745ef726a492885d7422
stable/10 (just i... - 08:29 AM Revision f84c1e1e: [theme] Compact-RED: fix `sortable` table fonts
10/09/2016
-
08:39 PM Bug #6846 (Resolved): System misreporting Super Micro C2558 platform as Super Micro C2758
- On my Dashboard system reads
"System Super Micro C2758"
but under CPU (and the correct info)
"CPU Type Int... - 07:48 PM Revision 6416317a: Bring up the wifi interface only after setting up all the other arguments. This prevents issues when using VAPs.
-
04:50 PM Feature #4372: dnscrypt support
- Chris Buechler wrote:
> It'd be nice to have dnscrypt support built-in so people don't need hacks like
> https://do... -
03:33 PM Feature #5616: Incorrect Wireless Channel
- I ran into the same issue when using an ath interface and virtual interfaces in hostap mode (VAPs). I have a similar ...
-
02:05 PM Revision 2b0bcf38: Repo package is not part of core repository anymore
-
02:05 PM Revision 5e6d8f6a: Move pfSense-upgrade to FreeBSD-ports
-
02:04 PM Revision 8570b109: Move pfSense-repo package to FreeBSD-ports repo
-
09:05 AM Feature #6845 (New): DHCP / DHCPv6 WAN client status page
- Would be nice to have a status page that provides all the details of client leases and PDs.
10/08/2016
-
05:55 PM pfSense Packages Bug #6756: Updating cloned backend in WebGUI updates the original backend instead of the cloned backend
- I think it fixed in 0.50 .
https://github.com/pfsense/FreeBSD-ports/commit/36e0556b6b19a8a524a4ba3a7c55f87e9a6bd6a... -
05:51 PM pfSense Packages Bug #6784: HAProxy version .48 will not use URL Table Alias for front end listener
- Imho a 'feature request' indeed. The support for 'fixed' lists of ports and ip's is ok for easy configuration with th...
- 05:36 PM Revision e10d25b4: Added support for CloudFlares Proxy.
- Included a checkbox to enable and disable this feature when CloudeFlare
type is selected.
Included proxied variable i... -
08:58 AM Bug #6340: fsck hangs boot in background, fails to produce any action, resulting in broken firewall
- Derek, I cannot see any fix until the installer brings back the possibility to install on ZFS, and/or use a time-prov...
-
08:58 AM pfSense Packages Feature #6844 (Closed): Web configuration for quagga ospf6d
- The quagga package includes the ospf6d binary, but there is no way to configure it via the admin GUI
-
02:45 AM Bug #6843 (Not a Bug): Version inconsistency after updating to 2.3.2_1
- Looking at the dashboard view It doesn't look like I've upgraded to 2.3.2_1. Update page says that I have. See attach...
10/07/2016
-
08:37 PM Revision 215c86be: Repo package is not part of core repository anymore
-
07:11 PM Revision b6355bdc: Latest nginx requires /var/log/nginx/ to exist, so for users with /var in RAM it needs created.
-
07:11 PM Revision f56f6565: Latest nginx requires /var/log/nginx/ to exist, so for users with /var in RAM it needs created.
- 07:06 PM Revision 0a1daa73: Fix typo: The input field is named source_hash_key
- (cherry picked from commit 870b9bc11b993ce8122b448083d29a04bcb30151)
-
07:05 PM Revision 9b9065d1: Fix static blackhole routes. Bug was introduced in
- 8be135cd114fbc9294ec9dafed2125d0e553956c (February, 2013).
(cherry picked from commit 580bef1ee3052437487553fcc5dc84... - 07:05 PM Revision b65bfb62: Spelling mistake "system_gateways.php"
- Fix spelling mistake in "system_gateways.php"
(cherry picked from commit 47180823dc0560801085a227abf512e265363b16) -
06:29 PM Revision 7bc886c6: Move pfSense-upgrade to FreeBSD-ports
-
05:20 PM Bug #6340: fsck hangs boot in background, fails to produce any action, resulting in broken firewall
- Kill Bill,
We have been effected by this issue as we have boxes all around America running that are bricking at r... -
04:18 PM Revision 39f2cfd1: Move pfSense-repo package to FreeBSD-ports repo
-
03:45 PM Feature #6842: Package Manager progress bar should indicate overall progress
- To provide an "overall" progress would require that we know the exact size of everything that has to be downloaded ah...
-
03:06 PM Feature #6842 (New): Package Manager progress bar should indicate overall progress
- When installing a package with dependencies, and particularly when upgrading the base system made up of dozens of pac...
-
01:36 PM Bug #6557: nanobsd upgrades may fail from lacking resolv.conf
- Sorry, but it seems not to be solved. I just upgraded from 2.3.2 to 2.3.2-p1 (NanoBSD) and the procedure still hangs ...
-
12:56 PM Feature #6626: Support for IPv6 firewall entries with dynamic delegated prefix and static host address
- Another place this would be handy is when configuring server options in DCHPv6 and RAs.
-
10:16 AM Bug #6810 (Duplicate): bsnmpd logspam - hrPrinterTable: printcap entry for <noname?> has errors, skipping
- Duplicate of #6838 (which has a workaround on it)
-
10:16 AM Bug #6838: bsnmpd logs errors when /etc/printcap is missing
- Somehow I completely missed that ticket when looking into this. I'll close the older one out since this one has a via...
-
10:15 AM Bug #6838: bsnmpd logs errors when /etc/printcap is missing
- Yeah, filed this as #6810, please close that one as duplicate.
-
07:35 AM Bug #6064: non-fully qualified hostnames included in hosts file and Unbound local-data
- This didn't make it into 2.3.2_p1 right? Just checking. FWIW I have been running a couple of patched systems with t...
-
05:50 AM pfSense Packages Bug #4756: OpenVPN Client Export fails when using "real" certificate
- A scenario not so bizarre:
* Company has an internal PKI that they use to issue certificates for workers (and other ... -
05:31 AM Feature #6841 (Resolved): reduce numeric precision in Gateways Widget
- Currently the v2.3.x Gateways Widget is displaying 3 digits after the decimal point for the gateway RTT & RTTsd value...
-
02:04 AM Feature #3506: Firewall:Aliases - Sort/Move Function
- +1 for me too. We have aliases with more than 50 hosts and it's a nightmare to find what you need. Same thing goes f...
10/06/2016
-
06:21 PM Revision 54612e2c: Merge pull request #3141 from PiBa-NL/xmlrpc_seturl
-
06:12 PM Revision dfbd0052: XMLRPC, xmlrpc_client, add new scheme parameter in setConnectionData(syncip,port,user,pass,schema), for use by packages that sync to custom locations, set public/private on all functions
-
06:03 PM Revision 7779e6ce: Select PRIQ by default in the shaper wizards, rather than HFSC.
-
06:03 PM Revision 5e4d3374: Use the full "netstat -s" command so we also get pfkey, ipsec, esp, and other stats.
-
06:03 PM Revision ddbc5875: Use tree-style ps output in status.php
-
06:03 PM Revision e1776d71: Fix static blackhole routes. Bug was introduced in
- 8be135cd114fbc9294ec9dafed2125d0e553956c (February, 2013).
(cherry picked from commit 580bef1ee3052437487553fcc5dc84... -
06:03 PM Revision 0fb0fcd9: Merge pull request #3161 from phroggster/patch-1
-
06:01 PM Revision cc2c4d16: Simplify logic
- (cherry picked from commit 9a2d3fe1bf9bdad73fbffca44d5c1f02aa9825ae)
-
06:01 PM Revision 0876cbed: Merge pull request #3158 from stilez/patch-45
- 05:49 PM Revision b5e73640: Spelling mistake "system_gateways.php"
- Fix spelling mistake in "system_gateways.php"
(cherry picked from commit 47180823dc0560801085a227abf512e265363b16) -
05:49 PM Revision 255da151: Merge pull request #3150 from ExolonDX/master
-
04:09 PM Revision 0ff0f44d: Remove workarounds to sort extensions.ini since ports tree now has a better solution in place to track PHP modules dependencies
-
03:42 PM Feature #6839: Mechanism to prevent flooding log with entries from blocked packets
- >Phillip Davis wrote:
> You can create your own Private Networks alias, and then make an ordinary block rule on WAN ... -
01:49 PM Bug #6637 (Resolved): pfSense blocks return traffic (mostly TCP) on 2.3.1-RELEASE-p5
10/05/2016
-
10:00 PM Bug #6840 (Resolved): Upgrade ISC dhcpd to 4.3.5 to address missing hostname workaround
- ISC DHCP Server 4.3.0 introduced a bug which caused hostnames to go missing in pfSense 2.3.x. This was addressed thro...
-
06:18 PM Feature #6839: Mechanism to prevent flooding log with entries from blocked packets
- You can create your own Private Networks alias, and then make an ordinary block rule on WAN to block that. Then you c...
-
05:30 PM Feature #6839 (Closed): Mechanism to prevent flooding log with entries from blocked packets
- The firewall log is being filled with thousands entries from blocked packets: WAN / 10.197.248.27 / 224.0.0.1 / IGMP....
-
02:06 PM Revision db0c1e14: add array index how value for authserver list
-
09:13 AM Bug #6838 (Resolved): bsnmpd logs errors when /etc/printcap is missing
- We do not ship with an /etc/printcap file but it appears that bsnmpd does not like that fact. When probed in various ...
-
06:19 AM Feature #2358: NAT64 support
- UPVOTE
My new ISP provides native IPv6 and I would prefere not to have configuring my hole network with IPv4 if I co...
10/04/2016
-
02:51 PM Bug #6835 (Closed): firewall_nat_out_edit.php Translation section hidden
-
01:16 AM Bug #6835: firewall_nat_out_edit.php Translation section hidden
- Looks good here. Thanks.
-
02:37 PM Bug #6837 (Rejected): Gateway Failover does not failback
- It depends on whether or not one or both of your WANs is a PPP type WAN. Default gateway switching is still an experi...
-
02:09 PM Bug #6837 (Rejected): Gateway Failover does not failback
- I'm using default gateway failover, not gateway groups.
When my primary wan connection goes down, it's properly de... -
11:05 AM Bug #5999: IPv6 IP Alias prevents Track Interface from working with DHCPv6 and RA
- Any update on this? I would really like to be able to use ULA and GUA IPv6 addresses at the same time on my network,...
-
11:04 AM Bug #5413: Reduce disruptions when changing DNS records from DHCP leases in Unbound
- Is there any update on when this might get worked on? It has been almost a year now.
-
08:43 AM Feature #6800: Feature request: Logon to remember the URL that initiated the logon sequence and return to it
- Jim Pingle wrote:
> We used to do that, but ultimately decided against it as it was a potential security issue. We m... -
05:34 AM Bug #6263: Encryption options for every P2 on a given P1 are written to each P2 individually inside ipsec.conf with multiple P2 entries + split conn entries
- might be always been that way but this is very painful... all other brand do support this properly.
I just start usi...
10/03/2016
-
09:00 PM Revision f9416ab2: standardise old code ("or" -> "||")
- 07:40 PM Revision ee9a44e7: Fix typo: The input field is named source_hash_key
- (cherry picked from commit 870b9bc11b993ce8122b448083d29a04bcb30151)
- 07:38 PM Revision 00ae2254: Merge pull request #3174 from NewEraCracker/nat-out-fix-typo
- 06:38 PM Revision 870b9bc1: Fix typo: The input field is named source_hash_key
- 04:17 PM Revision 12190b7c: Revise merge error
- 03:59 PM Revision 0300c960: Applied PR #3173 to correct merge error
- 01:33 PM Revision 5c4c1fe5: Fixed #6835 by revising Javascript show/hide
- (cherry picked from commit 850c3d8b9352e7467beca8502c24ca8d4fbbbd29)
- 01:32 PM Revision 25383c9a: Fixed #6835 by revising Javascript show/hide
- (cherry picked from commit 850c3d8b9352e7467beca8502c24ca8d4fbbbd29)
- 01:29 PM Revision 850c3d8b: Fixed #6835 by revising Javascript show/hide
-
08:40 AM Bug #6835: firewall_nat_out_edit.php Translation section hidden
- Applied in changeset commit:850c3d8b9352e7467beca8502c24ca8d4fbbbd29.
-
08:35 AM Bug #6835 (Feedback): firewall_nat_out_edit.php Translation section hidden
- Revised Javascript to correct element show/hide
-
08:05 AM Feature #3652: OpenVPN - Dynamic IPv6 Tunnel Network
- I 2nd this. Would be a nice addition.
10/02/2016
- 09:38 PM Revision a6c4a66d: Only configure wireless MAC address if a spoofed MAC address is set
-
04:32 PM Bug #6835 (Assigned): firewall_nat_out_edit.php Translation section hidden
-
12:41 PM Bug #6835 (Resolved): firewall_nat_out_edit.php Translation section hidden
- Translation section of Outbound NAT edit page is apparently hidden by CSS. Reported present in latest 2.3.3 and 2.4.0...
-
02:36 PM Bug #6340: fsck hangs boot in background, fails to produce any action, resulting in broken firewall
- In case you planned on asking whether I tried to run fsck manually, then yeah, I did on one local box - and the outco...
-
01:35 PM Bug #6340: fsck hangs boot in background, fails to produce any action, resulting in broken firewall
- And here we go again: I'm seeing this on 3 boxes already:...
- 02:29 PM Revision 553de397: Use tabs consistently
-
12:52 PM Bug #6836 (Rejected): Wrong queue length on "/status_queues.php" page under heavy traffic
- Investigated mostly here
https://forum.pfsense.org/index.php?topic=118789.0
Looks like /status_queues.php code is ... -
09:44 AM Bug #6803: CSRF timeout occurs when it (probably) shouldn't
- Got an update to this, Jim.
I just noticed that although I've configured my router (config->settings) to store 100... -
09:38 AM Bug #6834 (Closed): VIPs can cause hard-to-trace issues with dhcpd.conf
- I just hit a problem with my test version of pfSense, I'm not sure I can account for everything I saw, but I have a g...
-
06:24 AM Bug #6658: DHCP Relay not working on 2.3.2
- Jim Pingle wrote:
> Out of curiosity, have you tried this on a recent 2.3.3 snapshot? Or on 2.4?
Yeah all the 2.3...
10/01/2016
-
08:22 PM Revision daed7646: Fixup ntpd IPv6 restrict clauses.
- This should eliminate the following errors from the ntpd log file when
using IPv6 or dual-stack networks:
"syntax err... -
01:31 PM Bug #4326: Limiters on firewall rules where NAT applies drop all traffic
- I am interested to know if limiters will ever work again?
It's annoying that they still show in the GUI and not work... - 10:45 AM Revision 8318da51: Re-enable executing the wifi mode command first. This fixes channel changing, which broke in d325e90818db2b22fc2562c38493769f217230f2.
-
09:19 AM Revision 32912ae8: Report quantity of files being installed by minimal and diff options.
- Also consolidate some unset commands.
-
06:52 AM Bug #6833 (Resolved): Wifi channel change applies only on reboot
- Whenever I change the channel on my 2.4 GHz AP the changes only apply on reboot. This broke in https://github.com/pfs...
09/30/2016
-
11:41 AM Bug #6830: Chelsio T4/T5 CXGBE drivers not loaded as ALTq capable in the PfSense UI
- Jim Pingle wrote:
> Can't target 2.3.2_1 as it's already been built.
>
> There was a deliberate reason this was l... -
11:09 AM Revision a6fd4c0f: Support minimal and diff options combo rather than diff superseding minimal (sync both updated and diff files).
- Break verbose option in two for showing files and/or constructed command. (--show_files, --show_command)
Don't save ... -
01:14 AM Feature #6832 (Resolved): [PATCH] Add the USB ID for the Sierra MC7430
- Can you please cherry-pick commit 0c22163daba4a8ecc287e6b2f7060383c5e1dcb1 to add support for the Sierra MC7430?
h...
09/29/2016
-
09:51 PM Bug #6830: Chelsio T4/T5 CXGBE drivers not loaded as ALTq capable in the PfSense UI
- Can't target 2.3.2_1 as it's already been built.
There was a deliberate reason this was left out but I'll have to ... -
06:40 PM Bug #6830 (Resolved): Chelsio T4/T5 CXGBE drivers not loaded as ALTq capable in the PfSense UI
- cxgbe drivers support ALTq. cxl interface labels should supoort it:
https://www.freebsd.org/cgi/man.cgi?query=altq&a... -
09:40 PM Bug #6829 (Rejected): Possible tftp-proxy bug?
- Most likely cause is an improper outbound NAT rule that's matching traffic from the firewall itself. Please start a f...
-
04:54 PM Bug #6829 (Rejected): Possible tftp-proxy bug?
- Seems we are running into an issue with tftp-proxy not working again (I want to say it did work briefly after the lat...
-
07:30 PM pfSense Packages Feature #6831 (New): Snort does not support aliases containing FQDN
- Snort does not support aliases containing FQDN. The pass list in snort's settings has a list which points to a syste...
-
12:58 PM Bug #6658: DHCP Relay not working on 2.3.2
- Yes I did: https://redmine.pfsense.org/issues/6658#note-4
-
12:16 PM Bug #6296: Interface dies with IPsec and SMP
- Not enough info there. Try again on 2.3.2, post on the forum, try to narrow it down. Unlikely to be the same bug, but...
-
12:06 PM Bug #6296: Interface dies with IPsec and SMP
- I am seeing issued similar or the same as posted in this thread with 2.3.2 (2.3.1 was a typo), SMP, and IPsec. CPU r...
-
10:43 AM Bug #6828 (Resolved): Patch for "route change" is not present on 2.4 builds using FreeBSD 11
- On 2.3 we have a patch to alter the behavior of "route change" so that it adds a route if it's not already in the tab...
-
10:23 AM Feature #6827 (Closed): Add Proxy Mobile IPv6 (PMIPv6)
- It would be great to integrate network-based mobility to pfsense
PMIPv6 is IETF standard: RFC 5213 and RFC 5844
h... -
09:02 AM Bug #6826 (Rejected): DNS forwarder is sending packets with link-local IPv6 source address to global unicast address
- * Install pfsense 2.3.2. WAN and LAN interfaces. No global IPv6 address assigned to WAN interface (but see NOTE below...
-
08:54 AM Bug #6825 (Rejected): LDAP RFC2307 bug in 2.3.2
- Please start a forum on the thread for discussion until a definite bug is identified. It's more likely there is some ...
-
08:51 AM Bug #6825: LDAP RFC2307 bug in 2.3.2
- Correction on the query...
ldapsearch -h prodipa-mtl03 -b "cn=groups,cn=compat,dc=grenadine,dc=juicy" -x '(&(cn=gr... -
08:42 AM Bug #6825 (Rejected): LDAP RFC2307 bug in 2.3.2
- Hello,
Seems there is still a bug with the RFC2307 standard in 2.3.2's ldap config.
I setup the LDAP configura... -
12:12 AM Revision 2fb0c0a7: Merge pull request #3162 from phil-davis/staic
09/28/2016
- 11:38 PM Revision fbb78d6b: Typo staic
-
11:33 PM Revision 852647ee: Merge pull request #3162 from phil-davis/patch-1
- 11:30 PM Revision 44d3f26d: Wording of incomplete ARP description
- I think "ARP request" is what is meant here.
-
06:56 PM Bug #6823: No connectivity after changing link state to UP
- They had the same issue in OPNsense, so they created a FreeBSD port of the stock Intel driver version 7.6.2, which wo...
-
02:23 PM Bug #6823: No connectivity after changing link state to UP
- Thanks Jim! I'll report to FreeBSD. It's something that started happening a few months ago so I think one of the late...
-
02:14 PM Bug #6823: No connectivity after changing link state to UP
- Sounds like a problem that used to happen on older em chips, if you run "@ifconfig em0 down; ifconfig em0 up@" for ea...
-
02:06 PM Bug #6823 (New): No connectivity after changing link state to UP
- Hi guys,
I have pfSense 2.3.2 installed on a Soekris net6501-50 board. I recently noticed that when the link of t... -
04:10 PM Revision 9e3cb876: Improve the ARP table display. Implements #6822
- Shows incomplete ARP entries, which were skipped before (for no reason I could find in the commit history)
Shows a st... -
03:31 PM Bug #6824: Tab diagnostics does not recognize disk volume
- Jim Pingle wrote:
> It will not hurt anything. SMART is only there for a certain specific kind of disk test, not a t... -
03:19 PM Bug #6824: Tab diagnostics does not recognize disk volume
- It will not hurt anything. SMART is only there for a certain specific kind of disk test, not a task that is generally...
-
02:52 PM Bug #6824: Tab diagnostics does not recognize disk volume
- Jim Pingle wrote:
> SMART only supports certain specific controllers, and "aac" does not appear to be among them.
... -
02:18 PM Bug #6824 (Rejected): Tab diagnostics does not recognize disk volume
- SMART only supports certain specific controllers, and "aac" does not appear to be among them.
-
02:13 PM Bug #6824: Tab diagnostics does not recognize disk volume
- does this can bring some additional damage to the production system?
-
02:11 PM Bug #6824 (Rejected): Tab diagnostics does not recognize disk volume
- Dears,
RAID1 volume is recognized in the OS layer (screen attached) but is not recognized in the Diagnostic tab. W... -
03:12 PM Revision 632e5f50: Apply static ARP entries more consistently when adding and removing static mapping entries. Fixes #6821
-
11:20 AM Feature #6822 (Feedback): diag_arp.php: Teach the ARP Table display to also display the status
- Applied in changeset commit:9e3cb876a600087c8fb2fa0af7907b986e304c48.
-
11:13 AM Feature #6822 (Resolved): diag_arp.php: Teach the ARP Table display to also display the status
- The status of ARP entries is important, but the status is not shown in the GUI. Additionally, incomplete ARP entries ...
-
11:20 AM Bug #6821 (Feedback): Static ARP attribute not applied when saving a DHCP static mapping
- Applied in changeset commit:632e5f504fed668c328eea3c0af702d1b4998289.
-
09:59 AM Bug #6821 (Resolved): Static ARP attribute not applied when saving a DHCP static mapping
- When saving a DHCP static mapping with "ARP Table Static Entry" checked, the static ARP entry is not applied until th...
-
08:45 AM Bug #6820: Configure WAN Interface Boot Delay
- At least on my box, I've narrowed it down to the call to dhclient at source:src/etc/inc/interfaces.inc#L4281
Only ... -
08:06 AM Bug #6820 (Confirmed): Configure WAN Interface Boot Delay
-
08:06 AM Bug #6820: Configure WAN Interface Boot Delay
- I have seen this as well, though I haven't yet attempted to narrow it down.
-
02:59 AM Bug #6820 (Resolved): Configure WAN Interface Boot Delay
- DHCP server responds within just a few milliseconds, but boot up hangs on configure WAN interface for 20+ seconds. T...
-
07:13 AM Bug #6658: DHCP Relay not working on 2.3.2
- Also: Target for 2.4 is only a couple months out, not a year.
-
07:13 AM Bug #6658: DHCP Relay not working on 2.3.2
- Reverting that patch certainly does seem like a good idea given the responses.
Out of curiosity, have you tried th... -
05:10 AM Bug #6658: DHCP Relay not working on 2.3.2
- Target version: 2.4.0? Not exactly sure people are keen on waiting for a year to get something that was working to wo...
-
06:48 AM Bug #4326: Limiters on firewall rules where NAT applies drop all traffic
- Now that 2.4 dev builds have started, is there any reason to expect that this bug might get some lovin' in the next r...
-
04:59 AM Feature #2774: Extend DHCP Pools code to allow using different subnets
- @david: This functionality has been done at least 3 times by pfSense user (marcelloc), the code never got merged, so ...
09/27/2016
-
03:54 PM Revision e936f18c: Bump PRODUCT_REVISION
-
12:38 PM Revision 580bef1e: Fix static blackhole routes. Bug was introduced in
- 8be135cd114fbc9294ec9dafed2125d0e553956c (February, 2013).
-
12:21 PM Revision 9b42c1ff: Make serial/UUID bold
-
12:21 PM Revision ba868cff: Make serial/UUID bold
-
12:20 PM Revision 6972e2fc: Make serial/UUID bold
-
12:09 PM Revision 27663052: Show system platform and serial / UUID
-
12:09 PM Revision e093cb8e: Show system platform and serial / UUID
-
12:09 PM Revision d91d2bbc: Show system platform and serial / UUID
-
11:21 AM Revision c746f6b5: If umount fails, use umount -f
-
11:21 AM Revision 32918935: If umount fails, use umount -f
-
09:17 AM pfSense Packages Bug #6818: WAN traffic graph displays inverted bandwidth columns
- Phillip Davis wrote:
> And that image is correct for the current traffic graph system (2.3.2). For example, the 3rd ... -
09:15 AM pfSense Packages Bug #6818: WAN traffic graph displays inverted bandwidth columns
- Jim Pingle wrote:
> Check again on a 2.3.3 or 2.4 snapshot those graphs have been replaced.
Thank you. It is a cr... -
07:43 AM pfSense Packages Bug #6818: WAN traffic graph displays inverted bandwidth columns
- And that image is correct for the current traffic graph system (2.3.2). For example, the 3rd host down in the table i...
-
07:19 AM pfSense Packages Bug #6818 (Feedback): WAN traffic graph displays inverted bandwidth columns
- Check again on a 2.3.3 or 2.4 snapshot those graphs have been replaced.
-
04:00 AM pfSense Packages Bug #6818 (Not a Bug): WAN traffic graph displays inverted bandwidth columns
- Open Traffic Graph and select WAN interface.
On the graph, BW IN and OUT values are correct. In the Bandwidth In / B... -
06:32 AM Feature #6817 (Duplicate): DHCP server service that can serve leases on networks that are not directly connected to pfsense or "central dhcp server"
-
01:58 AM Feature #6817: DHCP server service that can serve leases on networks that are not directly connected to pfsense or "central dhcp server"
- Duplicate of #2774
-
06:29 AM Bug #6762: "Please match the requested format" error in Chrome when editing certain form fields
- Updated subject to match error message/condition.
-
06:28 AM Bug #6819 (Duplicate): Cannot edit rules using Google Chrome
- Duplicate of #6762
-
05:04 AM Bug #6819 (Duplicate): Cannot edit rules using Google Chrome
- After upgrade from 2.2.6 to 2.3.2, I'm not more able to edit a rule using Google Chrome. When I press save, the addre...
-
04:02 AM Bug #6813: 2.3.3 built on Fri Sep 23 11:34:50 CDT 2016 - segfaulting processes result in non-functional system
- As a follow up - it appears that after openvpn_resync_all(), nothing else below that function call could run from the...
-
02:20 AM Feature #2774: Extend DHCP Pools code to allow using different subnets
- The first time I used pfsense I was surprised to see that it can do dhcp relay but not the other side of the coin tha...
09/26/2016
-
11:42 PM Feature #6817 (Duplicate): DHCP server service that can serve leases on networks that are not directly connected to pfsense or "central dhcp server"
I prefer keeping 'unfiltered vlans' traffic being routed by a l3 switch that is connected to pfsense with a /29 or ...-
06:29 PM pfSense Packages Bug #6814: pfBlockerNG cannot define table pfB_Europe_v6 after pfsense upgrade to 2.3.2-RELEASE (amd64)
- Thank you @BBcan177, my pfsense Firewall Maximum Table Entries were set on default (20mb) I increased the entries to...
-
06:15 PM Revision 406a904b: Obscure RADIUS shared secret.
-
06:15 PM Revision ebeddac7: Obscure RADIUS shared secret.
-
06:14 PM Revision 66f6f151: Obscure RADIUS shared secret.
- 06:14 PM Revision 49db5ba1: Obscured password field in system_authservers.php bind section
- Fixed #6759
(cherry picked from commit 1c1f08f92e8841f7282280caeed7613edd810453) -
04:14 PM Revision e67157be: wbr tag needs a css compatibility fix for some browsers
- See comment in the PR
-
04:07 PM Feature #6816 (New): Status and/or Diagnostics page for radvd
- Would be nice to have a status or diagnostics page for radvd
-
02:31 PM Bug #6813 (Resolved): 2.3.3 built on Fri Sep 23 11:34:50 CDT 2016 - segfaulting processes result in non-functional system
-
02:11 PM Bug #6813: 2.3.3 built on Fri Sep 23 11:34:50 CDT 2016 - segfaulting processes result in non-functional system
- Fixed, thanks.
-
07:30 AM Bug #6813 (Feedback): 2.3.3 built on Fri Sep 23 11:34:50 CDT 2016 - segfaulting processes result in non-functional system
- A fix was committed in FreeBSD and now imported to our repo. Next round of snapshots should be fixed
https://svnwe... -
11:10 AM Bug #6637 (Feedback): pfSense blocks return traffic (mostly TCP) on 2.3.1-RELEASE-p5
- Patch from FreeBSD ticket 207598 was imported to pfSense/FreeBSD-src. Today's 2.3.3-DEVELOPMENT snapshot already has ...
-
10:27 AM Bug #6815 (Duplicate): Form validation for DNS entries on /services_router_advertisements.php
- Duplicate of #6762
-
10:26 AM Bug #6815 (Duplicate): Form validation for DNS entries on /services_router_advertisements.php
- Keep getting "Please match the requested format" when trying to enter my addresses.
09/25/2016
-
11:28 PM pfSense Packages Bug #6814: pfBlockerNG cannot define table pfB_Europe_v6 after pfsense upgrade to 2.3.2-RELEASE (amd64)
- Increase the pfSense Advanced / Firewall-NAT / Firewall Maximum Table Entries to 10M entries...
-
05:59 AM pfSense Packages Bug #6814: pfBlockerNG cannot define table pfB_Europe_v6 after pfsense upgrade to 2.3.2-RELEASE (amd64)
- You either don't have enough RAM, or you don't have large-enough limit set for tables. Either way, nothing that could...
-
01:55 AM pfSense Packages Bug #6814 (Not a Bug): pfBlockerNG cannot define table pfB_Europe_v6 after pfsense upgrade to 2.3.2-RELEASE (amd64)
- Pfsense version:
2.3.2-RELEASE (amd64)
built on Tue Jul 19 12:44:43 CDT 2016
FreeBSD 10.3-RELEASE-p5
Package
p... -
02:01 PM Revision 9a2d3fe1: Simplify logic
-
10:00 AM Revision b9b6841f: Remove unused arg in get_pkg_info()
- The 2nd argument ($info) isn't used in that function, and doesn't seem to be used anywhere else in the codebase.
09/24/2016
-
03:08 PM Revision 6db038f7: Ensure a mobile P2 is marked as such when saving.
-
03:08 PM Revision 778fc728: Ensure a mobile P2 is marked as such when saving.
-
03:08 PM Revision 9033b17c: Ensure a mobile P2 is marked as such when saving.
-
02:34 PM Bug #6813: 2.3.3 built on Fri Sep 23 11:34:50 CDT 2016 - segfaulting processes result in non-functional system
- All the crashes here seem to be OpenVPN related.
Calling openvpn_resync_all() causes php-cgi to crash on boot, whi... -
11:54 AM Bug #6813: 2.3.3 built on Fri Sep 23 11:34:50 CDT 2016 - segfaulting processes result in non-functional system
- Pull it :|
-
11:09 AM Bug #6813 (Confirmed): 2.3.3 built on Fri Sep 23 11:34:50 CDT 2016 - segfaulting processes result in non-functional system
- Setup a new VM as a clean test. Works on a snap from the 22nd, same one updated to the 23rd breaks in various ways. T...
-
09:14 AM Bug #6813: 2.3.3 built on Fri Sep 23 11:34:50 CDT 2016 - segfaulting processes result in non-functional system
- Also, OpenVPN is completely no-op, producing just segfaults.
https://forum.pfsense.org/index.php?topic=118709.0 -
09:02 AM Bug #6813: 2.3.3 built on Fri Sep 23 11:34:50 CDT 2016 - segfaulting processes result in non-functional system
- Err, "only via IPv4". Whatever.
-
09:02 AM Bug #6813 (Resolved): 2.3.3 built on Fri Sep 23 11:34:50 CDT 2016 - segfaulting processes result in non-functional system
- https://forum.pfsense.org/index.php?topic=118714.0
No default routes configured, I can SSH in remotely only via IP... -
08:56 AM Bug #6762: "Please match the requested format" error in Chrome when editing certain form fields
- Phillip Davis wrote:
> Of course, anyone can upgrade to the 2.3.3-DEVELOPMENT snapshots. Actually they are really go... -
08:43 AM Bug #6812 (Not a Bug): IPsec filterdns crash
- This appears intermittently in the system logs:
Sep 24 00:27:13 php-fpm 73703 /rc.newipsecdns: The command '/us...
Also available in: Atom