Activity
From 11/08/2012 to 12/07/2012
12/07/2012
-
08:47 PM Revision 66c73aab: Fixes #2703 correctly remove ips from v6 interfaces. Also cleanup the srd0 bits here
-
08:36 PM Revision 0b73e6f2: Don't allow transport mode to be selected for mobile clients. Fixes #2713
-
08:13 PM Feature #2704: dhclient refuse certain DHCP offers (e.g. private RFC1918 leases on WAN)
- The ISC dhclient allows rejecting of subnets:
Quote from ISC dhclient doc:
----------------------------
reject 192... -
10:36 AM Feature #2704: dhclient refuse certain DHCP offers (e.g. private RFC1918 leases on WAN)
- Seth Mos wrote:
> Would a hook into the dhclient-script not be a option for this to return on a "invalid" address
... -
03:17 AM Feature #2704: dhclient refuse certain DHCP offers (e.g. private RFC1918 leases on WAN)
- Would a hook into the dhclient-script not be a option for this to return on a "invalid" address
-
03:13 PM Revision 0100d577: Merge pull request #273 from N0YB/Widget-Firewall-Logs-Filtering
- Widget Firewall Logs Filtering
-
03:07 PM Bug #2712: Openvpn and Quagga cause route collision and race condition
- I didn't want to commit this to 2.0.x not knowing for sure if it fixed the issue, but here is a patch that can be app...
-
02:50 PM Bug #2703 (Feedback): IPv6 IPs are not removed when interface is re-assigned
- Applied in changeset commit:66c73aab00fc80028a1fbf2eceec18380268c55e.
-
02:40 PM Bug #2713 (Feedback): missing input validation for mobile IPsec P2 to prevent transport
- Applied in changeset commit:0b73e6f2466194cfa6cc2b72180db84fba3f81fa.
-
04:57 AM Bug #2713 (Resolved): missing input validation for mobile IPsec P2 to prevent transport
- mobile IPsec P2 shouldn't permit setting transport mode, that leads to an invalid racoon.conf.
-
02:33 PM Revision 2dd57bd9: Also consider 0.0.0.0/0 here since it fails both these tests but is still a valid/special config.
-
02:32 PM Revision 2c6de2ea: Also consider 0.0.0.0/0 here since it fails both these tests but is still a valid/special config.
- 10:46 AM Revision cd8155b1: Update etc/inc/filter_log.inc
- Firewall Logs Widget FilteringOptions to filter on interfaces, 'pass', 'block', & 'reject'
- 10:43 AM Revision 1df0e80a: Merge pull request #272 from matsimon/copyright-bumps
- license: Bump and fix some copyrights.
- 10:42 AM Revision cbeed539: Update usr/local/www/javascript/filter_log.js
- Firewall Logs Widget FilteringOptions to filter on interfaces, 'pass', 'block', & 'reject'
- 10:37 AM Revision 4cfcbd32: Update usr/local/www/widgets/widgets/log.widget.php
- Firewall Logs Widget Filtering
Options to filter on interfaces, 'pass', 'block', & 'reject' - 10:24 AM Revision 4c6ede42: license: Bump and fix some copyrights.
- The copyright statements have been taken from source archives 1:1
Notes:
- FreeBSD is NOT an Inc. it's the FreeBSD p...
12/06/2012
-
07:56 PM Revision f24d8180: Merge pull request #271 from brunostein/master
- Add input autocomplete array aliases
-
07:06 PM Revision b89a8cbc: add input autocomplete array aliases
-
04:23 PM Revision b8a73577: If the old configuration is present there use the new one for local users
-
03:55 PM Revision 24450773: Cleanup the php session data.
-
09:10 AM Bug #475: L2TP is not functional in the way users will expect
- There is still no way to do this with or without the GUI. It still requires patches to the software (ipsec-tools/raco...
-
09:06 AM Bug #475: L2TP is not functional in the way users will expect
- Are there any updates on this regarding the 2.1 release? I'm running the 2.1 beta (build: Fri Nov 16 04:26:21 EST 201...
-
07:06 AM Bug #2349: vlan(4) needs altq adaption on FreeBSD 8.3++
- wifiste . wrote:
> Hi there. Seems the problem is back. I've just upgraded the 1947 snapshot build (Wednesday, Decem... -
06:55 AM Bug #2349: vlan(4) needs altq adaption on FreeBSD 8.3++
- Hi there. Seems the problem is back. I've just upgraded the 1947 build snapshot (Wednesday, December 5th 2012) and go...
-
05:30 AM Bug #2711: Nat reflection is reflecting complete subnet of WAN-IP's whilst it should only reflect the WAN-IP's itself
- Chris Buechler wrote:
> your port forward would have to have "WAN subnet" as the destination for this to happen. Mis...
12/05/2012
-
10:15 PM Revision 91c44185: Use functions to reduce code duplication; Add function to clear route to the interface IP before starting openvpn, otherwise the process cannot start. Ticket #2712
-
09:52 PM Bug #2712: Openvpn and Quagga cause route collision and race condition
- I believe that change will fix the issue.
We tried telling it to not distribute the tun subnet, both as a /32 and... -
05:35 PM Bug #2712: Openvpn and Quagga cause route collision and race condition
- The two vpns were 192.168.200.0/24 and 192.168.198.0/24.
The central site is the server, the remote site is the cl... -
04:14 PM Bug #2712: Openvpn and Quagga cause route collision and race condition
- I just committed a change that should work when the OS (re)starts OpenVPN, but I'm not sure if this will cover the ca...
-
11:12 AM Bug #2712: Openvpn and Quagga cause route collision and race condition
- another tactic might be to have the OpenVPN code do a "route delete x.x.x.x" where x.x.x.x is the IP in the routing t...
-
10:24 AM Bug #2712: Openvpn and Quagga cause route collision and race condition
- I suspect one possible solution would be to simply set it to not distribute routes for the actual OpenVPN tunnel inte...
-
09:49 PM pfSense Packages Bug #2695: bandwidthd package writes to RO directory in embedded
- design should really follow what we do for RRD data and DHCP leases file. don't recall offhand if that's something ea...
-
09:42 PM pfSense Packages Bug #2695: bandwidthd package writes to RO directory in embedded
- bandwidthd will also need some way to save its accumulated data across reboots (yes, /tmp is recreated from scratch i...
-
05:26 PM Revision ffe25c1f: Merge pull request #269 from N0YB/Diagnostics-Tables-Top-Status
- Diagnostics Tables Top Status
-
05:25 PM Revision 7c59bcc2: Merge pull request #262 from PiBa-NL/cleanup
- code formatting, and extra newline for message and rule generation
-
04:52 AM Bug #1112: IPsec GUI/backend missing RADIUS support
- Hi Jim, I confirm that works fine. Great job.
-
02:52 AM Revision e6702447: Unbreak console menu
12/04/2012
-
08:47 PM Bug #2712 (Resolved): Openvpn and Quagga cause route collision and race condition
- Configuring Quagga for route redistribution over redundant Openvpn site to site links, can cause OpenVPN to fail to b...
-
07:17 PM Bug #2164: Captive Portal - RADIUS - Acct-Session-Time does not reset when "stop/start accounting" is enabled
- I suggest to add a field to cpdb. store the ACCT-START time when calling RADIUS_ACCOUNTING_START
-
07:12 PM Bug #2308: HFSC WebUI doesn't check for "Bandwidth" setting
- Face same issue, i vote to solve this bug.
-
07:09 PM Revision 649f13fc: Make 11/111 console menu options both kill php, lighty, and then restart the GUI. Not perfect, but better than 11 not working for the times most people need it. Ticket #2709
-
06:12 PM Revision 198bb449: Add input validation to reject invalid combinations of IPv4/IPv6 openvpn protocols and interface/VIPs.
-
05:49 PM Bug #2711 (Rejected): Nat reflection is reflecting complete subnet of WAN-IP's whilst it should only reflect the WAN-IP's itself
- your port forward would have to have "WAN subnet" as the destination for this to happen. Misconfiguration, not a bug.
-
11:15 AM Bug #2711: Nat reflection is reflecting complete subnet of WAN-IP's whilst it should only reflect the WAN-IP's itself
- http://forum.pfsense.org/index.php/topic,56283.0.html
-
11:14 AM Bug #2711 (Rejected): Nat reflection is reflecting complete subnet of WAN-IP's whilst it should only reflect the WAN-IP's itself
- When I have NAT-reflection enabled, I can't reach the services anymore of others that are in the ISP's subnet.
My ... -
05:08 PM Revision 6714bbdc: Activate choices for UDP6 and TCP6 for OpenVPN. Make sure interface IP selection chooses the proper IP and sets the proper protocol string. May need some GUI input validation to prevent someone from selecting a *6 proto with an IPv4 VIP and vice versa.
-
04:14 PM Revision 0a35ca7c: Fix more tests for DHCP relay being enabled.
-
04:07 PM Revision 063e0792: Remove this now-irrelevant comment.
-
04:05 PM Revision 8cd9708e: Fix test to see if DHCP Relay is enabled.
-
03:53 PM Bug #1943: PPPoE won't reconnect after link loss when using vr(4) NICs on certain ISPs only
- I too can confirm this works for a family member running on 2.0.1. In their case, if they never established a connect...
-
02:45 PM Revision 752c6ca8: Do a more strict type match here, otherwise if the result returned is 0, that is also "== false" but not actually boolean false.
-
01:24 PM Todo #2652 (Resolved): Add edit function for imported CRLs
-
01:23 PM Feature #2642 (Resolved): Change ntpd config so it doesn't silently exit if time is substantially off
-
01:23 PM Feature #1663 (Feedback): DHCPv6 relay
- Code was added as of commit:f15849b5e4961e5c76931a8891ea7a7e2f6f3c53 but probably still needs some testing.
-
01:21 PM Bug #2554 (Resolved): "kill client" functionality broken on OpenVPN status page
-
01:14 PM Bug #1112 (Feedback): IPsec GUI/backend missing RADIUS support
- Support for RADIUS/LDAP was committed a couple weeks ago and appears to be working fine, though it may yet need some ...
-
07:56 AM Feature #2704: dhclient refuse certain DHCP offers (e.g. private RFC1918 leases on WAN)
- Unfortunately it appears that the reject statement only allows individual IP addresses, so denying all private server...
-
07:11 AM Feature #2704: dhclient refuse certain DHCP offers (e.g. private RFC1918 leases on WAN)
- My cable modem does this, and it's extremely annoying, so I'd be all for such an option. It would also be easy to rep...
-
03:49 AM Feature #2704: dhclient refuse certain DHCP offers (e.g. private RFC1918 leases on WAN)
- the ability to ignore private leases is the request. Because some cable modems start handing out private addresses wh...
-
03:25 AM Feature #2704: dhclient refuse certain DHCP offers (e.g. private RFC1918 leases on WAN)
- Do you mean that we want to be able to ignore certain offers? Or are you implying that pfSense is ingoring DHCP offers?
-
04:44 AM Revision b32329fc: Do not echo any messages here as this would otherwise end up through the XML of the XMLRPC server.
-
04:09 AM Bug #2710 (Resolved): Captive Portal radius accounting negative session time
- I use captive portal with a separate freeradius server with accounting. One type of user profile is a daily limite of...
-
02:12 AM Bug #2688 (Resolved): Dynamic DNS IPsec endpoints not allowed through firewall rules
- Works now, erronous return instead of a continue; One entry caused all rules to be skipped
12/03/2012
-
08:02 PM Bug #2331 (Rejected): Saving default queue results in error message
- duplicate of #1995
-
07:24 PM Bug #2708: CARP status missing the word "Backup"
- Jim, thanks for pointing out the misconfiguration. I agree that GUI should be more informative on the misconfiguration.
-
12:09 PM Bug #2708 (Rejected): CARP status missing the word "Backup"
- You have a configuration error. There is no 58.26.115.x IP on the backup unit, so it can't add a CARP VIP for that su...
-
12:14 AM Bug #2708: CARP status missing the word "Backup"
- master pfsense:
em0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> metric 0 mtu 150 ... -
07:17 PM Bug #1995: Cannot edit default queue
- It affected version 2.0.1 (amd64) as well.
You need to un-check default queue, click "save" button, then only can ... -
05:39 PM Bug #2709 (Resolved): webgui cannot restart if php is hung
- If php crashes or hangs it appears to leave stale unix domain sockets in /tmp. Requests to the default URL will retu...
-
04:08 PM Revision a0e3ee98: Use the IPv6 tunnel network for peer to peer OpenVPN modes.
-
02:59 PM Bug #2705 (Closed): Host IP not appearing in Traffic Graph on VPN
-
02:56 PM Bug #2705: Host IP not appearing in Traffic Graph on VPN
- You are right! I had not checked the 2.1 beta version before writing. With the last version the Host IP list appear ...
-
09:30 AM Bug #2697: jme driver missing from embedded image
- I do not understand why the STABLE driver is needed to be merged?
-
12:40 AM pfSense Packages Bug #2624: Varnish3 Package + GUI seems broken
- I can confirm this is happening to me too....
12/02/2012
-
11:01 PM Bug #2708 (Feedback): CARP status missing the word "Backup"
- Please also provide the output of "ifconfig -a" off both hosts.
-
08:44 PM Bug #2708: CARP status missing the word "Backup"
- The IP addresses mentioned is just an example thus it is different than the IP addresses in attached screenshot.
-
08:39 PM Bug #2708 (Rejected): CARP status missing the word "Backup"
- Version: 2.0.1-RELEASE (amd64)
Bug trigger condition:
1)Assign IP 192.168.105.1 to OPT2 interface in master pfse... -
10:07 AM Bug #2706 (Resolved): Padlock may need some adjustments for FreeBSD 10.x
- From /usr/src/UPDATING:
> 20120913:
> The random(4) support for the VIA hardware random number
> generator (`PADLO... -
09:31 AM Bug #2705: Host IP not appearing in Traffic Graph on VPN
- make sure ur on 2.1 beta latest snap
-
09:30 AM Bug #2705: Host IP not appearing in Traffic Graph on VPN
- shows fine for me
-
08:50 AM Bug #2705 (Closed): Host IP not appearing in Traffic Graph on VPN
- The list of Host IP, Bandwidth In, Bandwidth Out is void for OpenVPN Server interface.
The graph of the traffic work... -
08:50 AM Bug #2697 (Feedback): jme driver missing from embedded image
- Applied in changeset pfsense-tools:commit:5617c5204620c8a6bde6e1f0c22b8afe7096896b.
-
01:36 AM Bug #2697: jme driver missing from embedded image
- I've created a custom build with the driver enabled and it's working fine so far. I created a pull request on github ...
-
12:45 AM Feature #2704 (Resolved): dhclient refuse certain DHCP offers (e.g. private RFC1918 leases on WAN)
- dhclient can use of the "reject x.y.z.w" keyword to refuse certain offers.
Check http://zhigang.org/wiki/DHCP "How...
12/01/2012
-
02:58 AM Bug #2703 (Resolved): IPv6 IPs are not removed when interface is re-assigned
- When un-assigning an interface, only the IPv4 IP is removed from it. The IPv6 IP needs to be removed as well.
Exa...
11/30/2012
-
09:06 PM Bug #1918: update status
- Please consider re-opening this, as I'm experiencing it on 2.0.1, and it prevents installing new packages via the web...
-
08:02 AM Bug #1629: invalid state table entries after WAN IP change
- still not working with 2.1Beta0(i386)built pfSense-memstick-2.1-BETA0-i386-20121128-1058.img
need to reset state t... -
05:41 AM Bug #1629: invalid state table entries after WAN IP change
- Confirmed to still be an issue in 2.1-BETA0 (amd64) built on Wed Nov 28 15:23:39 EST 2012
A reconnect of PPPoE WA... -
04:06 AM Revision f575c162: Merge remote-tracking branch 'origin/master' into Diagnostics-Tables-Top-Status
11/29/2012
-
09:56 PM Revision 17cf3d17: Be a little more verbose when starting the NTP daemon
-
08:30 PM Revision 671914b2: Add a couple more (small, optional) snmp modules.
-
03:43 PM pfSense Packages Bug #2702 (Resolved): OpenBGPD causes out of memory in GUI with Full BGP feed
- Setting up a full BGP feed (450,000 routes), and selecting Services->OpenBGPD->Status crashes php with out of memory....
- 11:20 AM Revision 112800ad: Added 'Copy my MAC address' to captive portal Pass-through MAC form, as seen on services_dhcp_edit.php
- 10:15 AM Revision e453884c: Update usr/local/www/diag_tables.php
- String correction
-
09:37 AM pfSense Packages Bug #1942: snort_blocked.php loads blank
- I am experiencing the same issue and curious where this was fixed. Is it in the beta version? I am currently runnin...
11/28/2012
- 10:13 PM Revision d93dc624: Diagnostics Tables Top Status
- Updated: Removed variable from gettext fuction call.
Add table entries count to status line.
Place table status line ... -
04:03 PM Revision 007161dc: Simplify logic
-
03:59 PM Revision ad361510: Only try to get mac if the its required
-
11:37 AM Bug #2700 (Resolved): ppp-linkdown uses /32 for $3 which already has /32
- In this changeset an error was introduced:
http://redmine.pfsense.org/projects/pfsense/repository/diff/usr/local/sbi... -
10:08 AM pfSense Packages Bug #2698: freeradius2 counter not working
- Last thing, the CP have the option that say it has to auth users every minute, but in debug mode is send packets in...
-
09:55 AM pfSense Packages Bug #2698: freeradius2 counter not working
- Example:
"alice" Cleartext-Password := "test", Max-Daily-Session := 420
7 minutes = 420
Please I had save ... -
02:12 AM pfSense Packages Bug #2698 (Resolved): freeradius2 counter not working
- Hi.
I have try to setup my pfsense box and handle my users from freeradius2, I want to use the "Amount of Time s... - 09:10 AM Revision 909e7d0d: Update usr/local/www/diag_tables.php
-
Add table entries count to status line.
Place table status line at top so don't have to scroll to bottom of large t... -
06:07 AM pfSense Packages Bug #2699 (Rejected): Bsnmpd is not using the config /etc/snmpd.config properly
- We use /var/etc/snmpd.conf, not /etc/snmpd.conf
And if you make hand edits, they will be overwritten next time it'... -
05:25 AM pfSense Packages Bug #2699 (Rejected): Bsnmpd is not using the config /etc/snmpd.config properly
- I changed the config file /etc/snmpd.config
to get my cpu temp.
I installed snmp_ucd.
begemotSnmpdModulePath."... -
06:04 AM Bug #1629 (Feedback): invalid state table entries after WAN IP change
- Some fixes for this have gone into 2.1 over the past few months. Try a 2.1-BETA snapshot and see if it's repeatable t...
-
04:21 AM Bug #1629: invalid state table entries after WAN IP change
- I can confirm that this problem still exists in 2.0.1-RELEASE (amd64) built on Mon Dec 12 18:16:13 EST 2011 using PP...
-
01:04 AM Bug #2696: Disconnection from a PPTP dialup tunnel brings down the IPSec tunnels
- Ops, busted! And yes, now it works properly...
I would suggest to change a little bit the description, like adding...
11/27/2012
-
06:16 PM Bug #2697 (Resolved): jme driver missing from embedded image
- I have a JMicron based miniPCIe card that I'm using with pfSense - it's working fine with the normal image, but it is...
-
05:58 PM Bug #2696 (Rejected): Disconnection from a PPTP dialup tunnel brings down the IPSec tunnels
- this is what happens when you misconfigure your PPTP. Never put an interface IP as the server IP for PPTP. there's a ...
-
05:47 PM Bug #2696 (Rejected): Disconnection from a PPTP dialup tunnel brings down the IPSec tunnels
- Hello,
to reproduce the problem, the steps are:
1) Create an IPSec point-to-point tunnel with a remote box
2) Conf... -
05:37 PM pfSense Packages Bug #2695 (Resolved): bandwidthd package writes to RO directory in embedded
- As per
http://forum.pfsense.org/index.php/topic,49165.0.html
bandwidthd package on alix running nanoBSD tries to ... -
01:29 PM Revision 94d1cd83: Safety belt checks to fix a PHP error that for whatever reason only appeared in Chrome.
-
09:52 AM Feature #2693 (New): Allow mapping mapping non-physical interfaces via console
- Creating virtual interfaces via console like LAGG is another issue, that's by now only possible via gui.
The issue... -
07:50 AM Revision 84464c9a: Fixes #1575. Allow Match option to be used with limiters as well. The support is there in kernel so allow rules to be configured on this.
-
04:09 AM Feature #336: Option to create lagg under assign interfaces
- If it would already be possible to assign a previously created lagg (via Web) on the console that would be helpful, r...
-
01:50 AM Bug #1575 (Feedback): Limiters are bypassed by local applications injecting rules
- Applied in changeset commit:84464c9ab0b94b9602c6ec62502dc4ad3e7a8c0a.
-
01:44 AM Bug #1575: Limiters are bypassed by local applications injecting rules
- Normally this can be overcommed with match rules on floating tab.
It is present there on 2.1 and i am pushing the fix...
11/26/2012
-
07:39 PM Bug #1874 (Closed): Captive Portal Login dies on empty input
-
07:36 PM Feature #2240 (Resolved): Find interface subnets and static routes without the routing table in outbound NAT rule generation for reflection
-
07:35 PM Feature #1834 (Resolved): Stateless autoconfig WAN type for IPv6
-
07:30 PM Bug #2638 (Resolved): Captive portal status widget on the Dashboard is not working
-
07:29 PM Bug #2670 (Resolved): Trafic shaping with virtio NIC
-
07:28 PM pfSense Packages Bug #2542 (Resolved): Quagga OSPF GUI produces wrong ospfd.conf
-
07:26 PM pfSense Packages Bug #82 (Closed): dns-server/tiny-dns-package not working after reinstallation
-
07:25 PM pfSense Packages Feature #872 (Needs Patch): Tunnel Information and Control protocol
-
07:24 PM pfSense Packages Bug #2353 (Resolved): squid-reverse installation failure
-
07:22 PM pfSense Packages Bug #719 (Resolved): Squid doesn't use local DNS cache (and fails after WAN failover)
- current releases default to 127.0.0.1 in resolv.conf
-
07:21 PM pfSense Packages Bug #2608 (Resolved): typo in pfblocker text
-
08:40 AM Revision f1f58a6f: Make this a bit more easier to read
-
08:32 AM Revision 0e296bce: No need to duplicate all this code here. If vouchers are enabled just display even the voucher input box along side the user/pass ones.
-
04:52 AM Bug #2692 (Resolved): RRD queue graph doe's not stack
- Hi
Curently pfsense ovraps areas when drawing queue's. So if last queue is bigger than others, it will cover all ...
11/24/2012
-
02:49 PM Feature #2599 (Needs Patch): Captive Portal autologin function better than MAC passthrough
-
02:47 PM Feature #2687: Allow GIF interfaces to work with IP aliases
- we've been using gif with CARP virtual IPs for ages, works fine. IP aliases don't show in the list
-
02:41 PM pfSense Packages Bug #2534 (Closed): OpenVPN authentication fails when using 'domain\username' format.
-
02:40 PM pfSense Packages Bug #2572 (Resolved): bgpd[30274]: /var/etc/openbgpd/bgpd.conf: owner not root or current user
-
02:39 PM pfSense Packages Bug #2575 (Resolved): OpenOSPFd pkg BETA 0.5.2 produces invalid ospfd.conf
-
02:09 PM Bug #2446 (Feedback): pfSense fails to queue UDP packets
- The floating rule should be queue, not pass. Rules file isn't accessible, but configs like this are common and work f...
-
02:03 PM Feature #177 (Resolved): IPv6 support
- we have as feature-complete IPv6 as pretty much anything, and better in ways than many commercial and open source alt...
-
01:59 PM Feature #1864 (Resolved): "Start" button for IPsec should be available for IP alias networks
-
01:59 PM Bug #2389 (Feedback): CP asks for a voucher code from MACs in the passthrough list
- doesn't appear to be a problem anymore, leaving for feedback for now.
-
01:57 PM Bug #2328 (Resolved): Numerous non-CP logs ending up in CP logs
- this looks to have been fixed at some point, not seeing that on any of several installs.
-
01:54 PM Bug #2526 (Resolved): Limiter appears to break IPv6 connectivity
-
02:14 AM Bug #2682 (Feedback): User Manager server settings appear/disappear randomly, although they still appear to work in 2.1
- can't replicate
-
02:06 AM Bug #2463 (Resolved): system_gateways_edit.php rejects correct configurations with dynamic or vpn interfaces
-
02:05 AM Bug #2503 (Resolved): Changing monitor IP results in "The IPv6 monitor address <IPv4 IP> can not be used with a IPv4 gateway'."
-
02:04 AM Bug #2529 (Resolved): Captive Portal does not function after update snap or restart system
-
02:04 AM Bug #2639 (Resolved): Selecting a Country under Interfaces > (assign), PPPs tab, PPP Link type populates provider list with javascript code.
-
02:02 AM Bug #2635 (Resolved): Disabling IPsec leaves SPD
- fixed
-
02:01 AM Bug #2686 (Resolved): OpenVPN listens on interface address instead of VIP
- confirmed working
11/23/2012
-
09:09 PM Revision c06bdb94: The context creation and memmber interfaces are only used during rules creation so make that contained only in init_rules and rule creation functions
-
08:02 PM Revision 13873bf0: Update copyright
-
08:02 PM Revision fad4d451: Update copyright
-
08:18 AM Bug #2688 (Feedback): Dynamic DNS IPsec endpoints not allowed through firewall rules
- Should be fixed on new snapshots.
11/22/2012
-
04:43 PM Revision 3a4b0147: Resolves #2529. Load the ipfw module before any commands are executed on CP. Also move the filter_load_ipfw() to captiveportal.inc:captiveportal_load_modules() since no other place uses ipfw(4)
-
03:04 PM Revision af13aad6: Fix syntax and do not commit late :)
-
01:28 PM Revision 744d752b: Merge pull request #266 from phil-davis/master
- Fix in/out packet count reporting
- 12:46 PM Revision 4bdfa5dd: Fix in/out packet count reporting
- There were a couple of wrong var names in the code, causing out packet counts to be reported wrong.
Should fix forum ... -
10:50 AM Bug #2529 (Feedback): Captive Portal does not function after update snap or restart system
- Applied in changeset commit:3a4b01476620d33b6d6200849231398f82e593c7.
-
09:17 AM Revision 080b4ce1: Create these dirs earlier rather than later to avoid the errors reported on http://forum.pfsense.org/index.php/topic,55998.0.html
-
09:16 AM Bug #2672 (Closed): Limiters and bridge have issue
- Duplicate of #1634
-
08:04 AM Revision 8eae2d03: Merge pull request #265 from PiBa-NL/outbound_nonat
- outbound nat, remove non-applicable translation option 'any'
- 06:53 AM Revision b164a351: Correct syntax
-
05:24 AM Revision ae3f91d8: Fix parentheses matching
-
03:52 AM Bug #2636 (New): state mismatch issue on enc0 with amd64
- no change
-
03:04 AM Bug #2645 (Resolved): stristr() warning repeated dozens of times during boot
-
12:09 AM Revision 59ef521d: outbound nat, remove non-applicable option
11/21/2012
-
11:16 PM Revision f382c6de: Correct check
-
11:07 PM Revision 70e46e62: The pppoe handle script
-
09:12 PM Bug #1898: Client Export on 2.0 Release creates corrupted Windows installers
- Jim,
Thanks, that did it. -
09:10 PM Bug #1898: Client Export on 2.0 Release creates corrupted Windows installers
- Update the second, it looks like removing the top two lines of the executable down to "on line 525" uncorrupts the exe.
-
09:02 PM Bug #1898: Client Export on 2.0 Release creates corrupted Windows installers
- Can you reinstall the package and try again? The server that runs files.pfsense.org was switched the other day and I ...
-
08:59 PM Bug #1898: Client Export on 2.0 Release creates corrupted Windows installers
- Also, as with the error above, here is the first few line of the generated executable when viewed from notepad:
> W... -
08:56 PM Bug #1898: Client Export on 2.0 Release creates corrupted Windows installers
- This issue is appearing again on 2.0.1 with the new 0.26 client export. Was working previously on 0.24, uninstalled ...
-
07:44 PM Revision 73472985: Well seems its useful at list for bringing a link up with a phone call :)
- Revert "Ringback is a feature only for listening on incoming calls which is not supported for now."
This reverts com... -
07:40 PM Revision 7e196969: Correct reload of ppp interface after modifications in the assign->ppps section
-
04:19 PM Revision d77696d3: Fix typo
-
03:13 PM Revision a8f538a8: Wrap dir creation for openvpn in a function to reduce duplication, and use the function before places that could potentially write in the dir.
-
03:08 PM Revision ed490bdf: Create directory if it does not exists
-
03:05 PM Revision e63f73d1: Presence of a directory does not mean anthing. Just continue up. Pointy-hat: myself
-
02:46 PM Bug #2689 (Rejected): Client Export does not work when having multiple OpenVPN enabled
- I'm not able to reproduce this. Please start a thread on the forum for a deeper discussion/diagnostic help. I have se...
-
11:58 AM Revision 2e62a7c4: Add unset
-
11:53 AM Revision 292da16b: Add unset
-
11:52 AM Revision c2d97111: Unbreak install_cron_job function so it is actually usable when config['cron'] has no entry. This should remove all those package hand rolled copy/paste functions
-
11:49 AM Revision 928d4416: Sprinkle some unsets and s/fopen,fwrite,fclose/file_put_contents/ where it makes sense
-
11:38 AM Revision a49784a2: Fix location of banner file for ipsec and also sprinkle some unset to avoid php keeping data in memory
-
11:26 AM Revision 14d079b3: Unset config var
-
11:24 AM Revision 04f357bc: Remoev spurious \r used here
-
11:12 AM Revision f459427f: Ringback is a feature only for listening on incoming calls which is not supported for now.
-
09:45 AM Revision 10c7d642: Unbreak the openvpn reading of configs. A dir needs to be executable to be searchable and readble inside. Reported-by: http://forum.pfsense.org/index.php/topic,55934.0/topicseen.html
- 08:00 AM Revision ef363bc4: Up the char count to include a port number
- 07:55 AM Revision 55e55147: If destination is larger than 15 then truncate it, otherwise blocks like VRRP advertisements push the values out
- 07:20 AM Revision 9f9df4ec: remove non-applicable text
- 07:19 AM Revision 8c8a5598: remove non-applicable text
- 07:18 AM Revision 46f10475: Merge pull request #260 from PiBa-NL/outbound_nonat
- show difference between outbound NAT and outbound NONAT.
-
05:35 AM Revision 2fb54866: Fix special build_commit tag that was broken from previous change to how it read the file with the commit ID.
- Backport of c578fb0fc6e768739013df8d7aa19f2616272f18
11/20/2012
-
09:15 PM Revision 2909d891: add " address" behind the interface nat name
-
06:57 PM Feature #2691 (Closed): Truncate description on service status widget
- The service status widget becomes unwieldy when the description of a service is long.
I propose to truncate the de... -
04:56 PM Feature #2690 (Resolved): Prevent installation of incompatible packages during upgrade
- There have been quite a few users who ran into problems when updating from 2.0 to 2.1 with the Widescreen package ins...
-
04:42 PM Revision 7d3be92f: Honor /var/run path specified in globals.inc. Probably this needs a bit better handling
-
04:34 PM Revision 775130e7: Remove openvpn setups since they do not belong here. Also check before removing newsyslog.conf
-
04:34 PM Revision 938fc5b0: Create necessary dir and unset conf string after writing to file
-
04:26 PM Revision 4b1497d0: Remove sasyncd related code from rc
-
04:26 PM Revision 12aeb58f: Remove newsyslog.conf seems its responsible for overrideing ppp.log and gives warnings on bootup
-
04:22 PM Revision 9e9bc51c: Remove all previous configurations stored on /var/etc during a bootup to avoid confusion
-
04:10 PM Revision 344016a8: Cleanup a bit the syslog generation
-
03:55 PM Revision 6a45171d: Its useless to write the debug file always. Put it under g['debug'] belt
-
03:50 PM Feature #2588 (Resolved): Import latest Intel Ethernet card drivers for FreeBSD 8-STABLE
-
10:46 AM Feature #2588: Import latest Intel Ethernet card drivers for FreeBSD 8-STABLE
- Thank you, I'll test it for a month uptime :)
-
07:54 AM Feature #2588: Import latest Intel Ethernet card drivers for FreeBSD 8-STABLE
- The suggested fixes have been integrated with
http://redmine.pfsense.org/projects/pfsense-tools/repository/revision... -
03:15 PM Revision 05e825e7: Correct path even for generated certs for ipsec
-
02:57 PM Revision e90950e1: This is not needed here
-
02:48 PM Revision 9c61a345: Fix numbering
-
02:45 PM Revision bff167fd: Remove other potential places where someone could select a kernel we no longer ship. Try to improve kernel detection a little more.
-
02:42 PM Revision f16a6220: Fixup kernel detection during upgrade process to ensure someone can't end up with a kernel that doesn't exist any more.
-
02:23 PM Revision c0f613e2: Add these file so they get added during regeneration
-
02:13 PM Revision 16dcdff1: Remove exec_raw.php since its gone and add browser.php to the list of matches for Edit File Page
-
02:06 PM Revision b71f0cbb: Resolves #2294. Base64 encode the file when sending to the browser same way it is encoded when sent to us. This prevents csrf from mangling things
-
02:05 PM Revision 6acfbc6f: Resolves #2294. Base64 encode the file when sending to the browser same way it is encoded when sent to us. This prevents csrf from mangling things
-
01:31 PM Revision a6f64d30: Only apply this port check for TCP and UDP.
-
01:31 PM Revision 64307806: While I'm here, allow an ICMP rdr.
-
01:31 PM Revision 6e557fac: Only apply this port check for TCP and UDP.
-
01:05 PM Revision e6a2acc1: No need to do this here - we have a System > Advanced option that already controls this. Revert "Do not allow autocomplete of the password field to avoid security issues:"
- This reverts commit 6a68440b8a4fec4b6a5689553e27519e540f2643.
-
01:04 PM Revision 14ad84bc: No need to do this here - we have a System > Advanced option that already controls this. Revert "Do not allow autocomplete of the password field to avoid security issues:"
- This reverts commit 3dc69d374dcfa39094b0332e2516d3ae68467cfa.
- 10:33 AM Revision 96325dba: Up post and upload max sizes for php.ini
-
09:19 AM Revision 36f50957: Allow only post action and not get to avoid security problems
-
09:19 AM Revision 55344e2c: Allow only post action and not get to avoid security problems
-
09:09 AM Revision 3f5f5a2a: Remoev exec_raw.php since its a dangerous page
-
09:08 AM Revision 1e5eedbb: Remoev exec_raw.php since its a dangerous page
-
08:47 AM Revision d8e73863: Do not process ip options by default this is 2012
-
08:46 AM Revision d680caf2: Do not process ip options by default this is 2012
-
08:22 AM Revision 3dc69d37: Do not allow autocomplete of the password field to avoid security issues:
-
08:20 AM Revision 6a68440b: Do not allow autocomplete of the password field to avoid security issues:
11/19/2012
- 09:28 PM Revision 2d314598: Merge pull request #244 from bcyrill/ovpn-alias
- Fix: Use specified IP if available
-
08:45 PM Bug #2689 (Rejected): Client Export does not work when having multiple OpenVPN enabled
- After setting up a second OpenVPN server, I find myself unable to export client configuration for it. Exports still w...
-
07:23 PM Revision 2004def5: Put these logs under debug since that's their purpose
-
07:21 PM Revision 3ac8324f: Put these logs under debug since that's their purpose
-
04:54 PM Revision a9157b6b: Correct checking for privileges.
-
03:49 PM Bug #2685 (Needs Patch): Unnecessary fields in firewall aliases edit page
- the fields that aren't relevant are disabled. No actual bugs here. if you want to submit a merge request to improve t...
-
03:47 PM Bug #2674: MTU setting hardcoded 1280 for gif interfaces and in RADVD config
- Normally I'd say the local interface MTU, but since there's no MSS clamping on v6 for the time being, probably the WA...
-
04:28 AM Bug #2674: MTU setting hardcoded 1280 for gif interfaces and in RADVD config
- Indeed I did. Do we want to always advertise the local interface MTU or the WAN MTU?
-
03:26 PM Bug #2686 (Feedback): OpenVPN listens on interface address instead of VIP
- merged
-
02:26 PM Revision 589e9633: Fixup gettext/printf call.
-
10:42 AM Revision 0c5c73e5: Add missing $
-
10:38 AM Revision d2b9afa5: Correct check to required function
-
09:59 AM Revision c9891afe: Commit a revised version of https://github.com/bsdperimeter/pfsense/pull/264.diff
-
09:48 AM Revision faea7e10: Merge pull request #259 from PiBa-NL/ipsecNAT
- ipsec binat rule not possible if using a subnet together with a single ip so use nat
-
09:46 AM Revision e0ba24f7: Switch to is_array() check and add curly
-
09:45 AM Revision 576b9513: Merge pull request #263 from bcyrill/alias_url_table
- Fix: Repopulate address field
-
09:00 AM Revision 081507eb: Add correct rules for IPv6 tunnel endpoints which differ from the default route.
-
08:40 AM Revision 6fb26a17: Add IPv6 support to this function so that IPv6 carp vips can be found
-
08:38 AM Revision af661ba8: Do not return here, else we end without any IPsec endoint rules if just one fails.
-
04:25 AM Bug #2688 (Resolved): Dynamic DNS IPsec endpoints not allowed through firewall rules
- Previously in 2.1 there were rules in rules.debug for allowing IPsec traffic from dyndns hostname IPsec endpoints.
...
11/18/2012
-
10:47 PM Bug #2684: OpenVPN interfaces cannot be set as usable gateways
- I am aware of that. The issue is when pfSense interface IP is set to "none", the gateway doesn't pop up in the firewa...
-
08:35 PM Revision 126f3edd: Merge pull request #261 from PiBa-NL/gateway
- gateway monitoring, notifications generated tell affected gateway/group
-
08:32 PM Revision 3d999ea7: Merge pull request #257 from PiBa-NL/auth
- authentication, don't log 'errors' on normal procedure
-
02:24 PM Revision 578c81b6: Fix: Repopulate field
-
01:22 PM Revision a269fed6: ipsec binat rule not possible if using a subnet together with a single ip so use nat
-
01:21 PM Revision 9250baaf: show difference between outbound NAT and outbound NONAT.
-
01:20 PM Revision 50006cca: gateway monitoring, make the notifications generated clear to tell which gateway/group they are about
-
01:18 PM Revision 669332bd: code cleanup, and extra newline for message and rule generation
-
01:10 PM Revision 1198abf9: code comment typo ('log_error' should have been 'log_auth')
-
01:10 PM Revision 9a98a89e: authentication, don't log 'errors' on normal procedure
-
09:20 AM Feature #2687 (Resolved): Allow GIF interfaces to work with IP aliases
- The web configuration currently does not support the creation of GIF interfaces that use a virtual IP address.
There... -
09:13 AM Bug #2686 (Resolved): OpenVPN listens on interface address instead of VIP
- The OpenVPN server listens on the interface address instead of the specific ip address (VIP).
In commit:c1449c9484... -
08:54 AM Bug #2685 (Needs Patch): Unnecessary fields in firewall aliases edit page
- On the "Firewall: Aliases: Edit" page additional input fields are shown / enabled although they are unused / misleadi...
11/17/2012
-
10:10 PM Bug #2684 (Rejected): OpenVPN interfaces cannot be set as usable gateways
- assigned OpenVPN interfaces, when correctly set as type "none", are automatically filled in correctly on every versio...
-
03:20 PM Bug #2684 (Rejected): OpenVPN interfaces cannot be set as usable gateways
- I am trying to set a pfSense OpenVPN client instance as a gateway that LAN clients can use. I created an pfsense inte...
-
04:54 PM Revision 969ac0e9: updated pfSense.pot
-
04:52 PM Revision 52971880: Removing unnecessary gettext function calls
-
09:48 AM Revision 67179472: Enable io_fast on dummynet to avoid uncessesary loop arounds of packets
-
09:48 AM Revision c2947275: Aiming at IPv6 compatibility, do the same tricks on the pfil reorder as for v4. This helps CP work on v6.
-
08:53 AM Revision 5ed6d70d: Correct path to certificates as well
-
08:51 AM Revision 6590675c: Merge pull request #253 from caseyr232/patch-1
- Corrected racoon path to psk.txt.
- 01:39 AM Revision 5debd85f: Corrected racoon path to psk.txt.
- "path pre_shared_key \"{$g['varetc_path']}/psk.txt\";\n\n"; is incorrected, ammended to "path pre_shared_key \"{$g['v...
11/16/2012
-
09:29 PM Revision 66f445c3: To allow limiters to work correctly on mutliwan for now enforce selecting a gateway on outgoing
-
09:28 PM Revision fbc75dd5: To allow limiters to work correctly on mutliwan for now enforce selecting a gateway on outgoing
-
04:09 PM Revision b3f1ef16: Merge pull request #252 from ogunacik/RELENG_2_0
- Control whether text and node variables are not null.
- 03:32 PM Revision 772ba790: it was giving error at firebug
-
02:25 PM pfSense Packages Bug #2683 (Rejected): Instalação SquidGuard
- that file is there and downloadable, something wrong with your Internet connectivity from that system
-
02:16 PM pfSense Packages Bug #2683 (Rejected): Instalação SquidGuard
- Beginning package installation for squidGuard...
Downloading package configuration file... done.
Saving updated pac... -
01:03 PM Bug #2682 (Closed): User Manager server settings appear/disappear randomly, although they still appear to work in 2.1
- After creating an LDAP server under the User Manager and configuring it, the settings appear to visually revert to an...
-
10:26 AM Revision b4227df6: Only openvpn networks need to stay on negate table
-
09:27 AM Revision c7a7a4ee: Update usr/local/www/vpn_ipsec_phase1.php
- Correct missing $
11/15/2012
-
09:54 PM Revision 31fcd0bd: Add extra safety belts here.
- 06:38 PM Revision 0450342b: This gets called in filter_configure_sync() already
-
06:29 PM Revision 993f97dc: Remove none per Jim since it is confusing
-
02:32 PM Revision 73ebd062: Remove preload.php which warmed the caches. IT hurts on embedded and really does not help that much
-
02:30 PM Revision 991fc85d: While here check if the function needed exists to avoid a require_once call. (Microoptimization)
-
02:27 PM Revision db44954c: For destination tolerate a 0.0.0.0/0 and convert it to any
-
02:15 PM Revision 86672d44: Correct the destination for the binat to the real destination
-
02:12 PM Revision 44bf5c01: Tune the binat a bit so it does not affect all traffic on enc but just for the configured ph2
-
12:26 PM pfSense Packages Bug #2681: Squid 3 in pfsense 2.1 Beta
- Please use the forum to report issues with packages. Package maintainers do not always monitor this system, but they ...
-
12:19 PM pfSense Packages Bug #2681 (Closed): Squid 3 in pfsense 2.1 Beta
- Squid doesn't honor custom proxy options
-
10:41 AM Revision eff0526e: Not sure why this has been hidden so deep but putting that in the right place should help with error displayed related to HEADER already sent in PHP errors.log
-
04:20 AM Revision 9f40c982: Merge pull request #250 from phil-davis/master
- Enhance reporting and changing read-write setting on nanoBSD
- 04:00 AM Revision 41cc7a54: Enhance reporting read-write setting
- If the user has already selected Current Read/Write Status to be Read-Write, then they also choose Permanent Read/Wri...
- 03:50 AM Revision 96cecadb: Add refcount_read to util.inc
- Add refcount_read so other code can easily find out how many things have the file system mounted.
-
01:37 AM Revision dbbc7307: Fix typo
-
01:31 AM Revision 1213f83c: Re-add WOL to the services menu, it apparently disappeared in an earlier commit.
11/14/2012
-
09:15 PM Revision bfd4a79e: Allow not setting group authentication
-
09:14 PM Revision 35feefd6: Remove accidental copy/pasto
-
09:01 PM Bug #1310: Check pakcage .inc files before including to avoid potential breakage
- Possible solution, though I may be naive about thee details and exact implementation of future package managers. Howe...
-
08:46 PM Revision 936fc874: For local users check the necessary priviledge is granted
-
07:59 PM Revision 0aee7a76: Correct Select button when no ca_ref is defined
-
07:46 PM Bug #2231: Dashboard: Traffic Graph: Unable to save settings
- it's only fixed and only will be fixed in 2.1.
-
06:41 PM Bug #2231: Dashboard: Traffic Graph: Unable to save settings
- Still there in 2.0.2 Release.
Cannot update settings in dashboard. -
07:34 PM Revision 842d372c: Add ipsec/* anchor for radius dynamic rules
-
07:32 PM Revision 3260b82f: Make it more clear what is the username during syslog
-
07:31 PM Revision 52c9f9fa: Allow other system authentication types to be used with ipsec. LDAP/RADIUS/local acc
-
10:32 AM Revision 9a6d6728: Remove unused/unuseful tags anymore
-
10:27 AM Revision 522f1cc7: Implement a pruning for auto added mac passthrough and vouchers. This allows to prune the added entries logged-in through vouchers
11/12/2012
-
10:12 PM Feature #2026: [Patch] Multiple SMTP notice recipients
- So as to change mail_reports.inc to send report to multiple addresses
--- /etc/inc/mail_reports.inc
+++ /etc/in... -
08:41 PM Revision 7b229013: Add button to switch between read/write and read-only on Diag > NanoBSD; Add setting to keep the media read/write at all times; Add indication of ro/rw status on Dashboard.
-
02:05 PM Revision 75de894f: Merge pull request #249 from thomasnoel/RELENG_2_0
- cherry-pick last commits to RELENG_2_0
- 02:00 PM Revision 95a3099e: fix last commit (#2679)
-
02:00 PM Revision 69fec196: Resolves #2679. Correct behaviour when port is null to avoid warnings on error log
-
02:00 PM Revision a3882612: Resolves #2678. Merge patch suggedted to stop warnings on PHP_errors.log
-
01:54 PM Revision 1bceebd0: Fix variable reference, ticket #2679
-
11:44 AM Revision 3f00208a: Resolves #2679. Correct behaviour when port is null to avoid warnings on error log
-
11:12 AM Revision 9c59f962: Resolves #2678. Merge patch suggedted to stop warnings on PHP_errors.log
-
09:53 AM Revision a3da8f50: Send just line return rather than newline
-
08:10 AM Bug #2679: PHP warnings in diag_states_summary.php
- Applied in changeset commit:69fec196d4f2a56c3390769c98e56ce4da292069.
-
07:47 AM Bug #2679: PHP warnings in diag_states_summary.php
- I think there is an error in the commited patch : "if (!portarr)" instead of "if (!$portarr)"
(and yes, I start us... -
05:50 AM Bug #2679 (Feedback): PHP warnings in diag_states_summary.php
- Applied in changeset commit:3f00208a0851ab37626a1ca39a644846964f6c18.
-
05:41 AM Bug #2679: PHP warnings in diag_states_summary.php
- I would suggest you to use github for such fixes.
It makes it a lot easier to commit and review patches.
Redmine ... -
05:38 AM Bug #2679 (Resolved): PHP warnings in diag_states_summary.php
- When there is a lot of clients, there is a lot of these warnings in /tmp/PHP_erros.log :...
-
05:46 AM Bug #2678: disk full because of big /tmp/PHP_errors.log
- Thanks ! Can you "cherry-pick" the patch on RELENG_2_0 ?
-
05:14 AM Bug #2678 (Resolved): disk full because of big /tmp/PHP_errors.log
- Merged, thx for the report.
-
05:03 AM Bug #2678 (Resolved): disk full because of big /tmp/PHP_errors.log
- I have a big /tmp/PHP_errors.log on my pfSense 2.0 machine, with line like :...
-
05:43 AM Bug #2680 (Rejected): PHP Fatal error in /tmp/PHP_errors.log
- I have this error in /tmp/PHP_errors.log... but I don't know where it comes from, and when it occurs... sorry :-/
...
11/10/2012
-
03:03 PM Bug #2677 (Resolved): Dyndns debug file written with ascii string \n instead of line-feed
- The string written to the dyndns debug file encloses the \n in single quotes which means the backslash is not interpr...
11/09/2012
-
01:11 PM Revision ca7a78d8: Fix interface variable to check against
-
09:42 AM Revision 02593e37: Correctly mark found configuration.
- Fixes http://forum.pfsense.org/index.php/topic,54595.0.html
-
02:36 AM Feature #2676: Reply-to option in firewall rule
- It should be more clear from the attached picture.
The network 1.1.1.0/26 should be reachable from the Internet an... -
01:44 AM Feature #2676: Reply-to option in firewall rule
- Can you describe this more since its a bit of strange unless you have not the same subnet on multiple cards.
-
01:41 AM Feature #2676 (New): Reply-to option in firewall rule
- Hello,
I am trying to configure network scenario with multiple path to LAN network (with public IP addresses). I n...
11/08/2012
-
09:39 PM Revision 0b3a76ca: More fixes to the schedules rules
-
06:53 PM Bug #2412: inbound 6to4 traffic does not work in pf
- I have a problem which may be related. First, I (now) have no problems initiating traffic inbound to any of my 6to4 a...
-
01:24 PM Revision 819e9c31: Remove carp nat rule auto generated since those are only applied on LAN(interfaces without a gateway) and its not probably a good thing to do.
-
11:40 AM Revision 7466cd71: Do not generate carp NAT rules when in BACKUP/INIT mode
-
07:00 AM Bug #2675 (Resolved): /tmp/.rc.prunecaptiveportal.running can be present on boot
- This morning after a crash, a /tmp/.rc.prunecaptiveportal.running is present has not been deleted (I think the crash ...
Also available in: Atom