Renato Botelho
fa3b33a57e
Fixes #2979
...
. Change max value for traffic and packets graphs to 20GigE
. Bump config version to 9.6
. Write a config upgrade function to tune current rrd files to the new
max value
2013-05-29 10:47:43 -03:00
Ermal
f388b5c573
After some discussions it is better to make this a tunable and allow its value change from administrator.
2013-05-08 07:19:19 +00:00
Renato Botelho
02203e6d4a
Fix IPv6 Prefix ID default value
...
. Always initialize it to 0 when it's undefined
. Remove unecessary initializations and checks
. Bump config version to 9.5
. Write an upgrade config function to initialize old configs properly
2013-05-06 13:01:18 -03:00
N0YB
6015f75bba
Upgrade code & config default version
2013-02-09 15:04:50 -08:00
N0YB
91d1736fb2
Update config default with powerd battery mode
2013-02-09 12:41:11 -08:00
Renato Botelho
cba9d7d9a5
Adjust RRD captive portal graphs for CP zones
...
- Create RRD configs per zone
- Add tabs to see graphs per zone
- Migrate existing rrd files to default cpZone
- While I'm here, call unset() for $rrdcreate and $rrdupdatesh
Resolves #2655
2013-02-06 15:54:47 -02:00
Renato Botelho
586098db2b
Make sure default config complies with latest version
2013-01-21 13:47:58 -02:00
Renato Botelho
3dc76aa5d3
Update the default config.xml to 9.2 so it does not trigger config.xml upgrade during install of a new system
2013-01-21 12:15:29 -02:00
Renato Botelho
20a3b43686
Add IPv6 privacy settings tunables. Keep the default FreeBSD value for them, that is disabled. This implements feature request #2587
2013-01-21 12:14:37 -02:00
Ermal
051869b76b
Do not prefer anymore oldsa and recommend it as a better choice
2013-01-10 13:27:50 +00:00
bcyrill
6b4480dc84
Add bogons update frequency selection
2013-01-06 23:59:54 +01:00
Ermal
c06240dbd2
Add the new tunable in the GUI for custommization and its default value
2012-12-11 22:31:18 +00:00
Cristian Feldman
53c210dd64
Added mode selection options for PowerD.
2012-04-10 22:12:30 -03:00
smos
78affc3cb2
Set the IPaddrv6 field for the lan to track6 so it autoconfigures from the WAN.
...
I forgot to remove the link local address it had in it on the original commit.
2012-04-03 06:11:48 +02:00
smos
0ca7f8fee1
Fix botched config.xml merge error. Remove duplicate ipaddrv6 tag.
2012-04-03 06:04:49 +02:00
jim-p
6873d48732
Remove this track6 line as it causes an xml error
2012-04-02 17:16:46 -04:00
smos
6d778ed027
Changeout the told dhcp-pd config for the new track6 style autoconfiguration of the lan interface.
2012-04-02 17:14:52 +02:00
smos
103a9d37f8
Update the default config.xml to 8.3 so it does not trigger config.xml upgrade during install of a new system
2012-03-22 15:19:46 +01:00
Joecowboy
48fd9e4889
removed the timeformate change and putting it in the dhcpd and dhcpdv6 which will be generated by interface code. New XML tags will be <dhcpleaseinlocaltime/> and <dhcpv6leaseinlocaltime/>
2012-02-25 16:35:09 -06:00
Joecowboy
293cd289ee
Added Time format change XML tag for both DHCP and DHCPv6 if you want to use local time instead of UTC for leases.
2012-02-25 15:10:16 -06:00
jim-p
3c19d44aa8
Fix default SMTP monitor parameters so they will properly check to see if an SMTP banner is received.
2011-11-01 15:14:29 -04:00
marcelloc
1ce020c0d2
load balance monitor type send/expect must have a '' when using more then one argument.
2011-09-02 02:43:44 -03:00
smos
3dda090bda
Add DHCP6 to the default configuration
2011-08-18 12:50:11 +02:00
jim-p
153fa4475f
Fix conf.default version
2011-05-19 08:56:41 -04:00
Seth Mos
000d9e71ae
Add the ipv6 allow tag to the default config.
...
Add a default allow rule for the LAN with IPv6
Add a dhcp-pd sla-id of 0 for the WAN.
Add a dhcp-pd length of 0 for the WAN
2011-05-06 13:08:04 +00:00
Seth Mos
dcb846e3cd
Merge remote branch 'upstream/master'
...
Conflicts:
usr/local/www/status_rrd_graph_img.php
2011-05-03 10:09:06 +02:00
Ermal
a7ee577720
Remove rndtest sysctl since the kernel module is not anymore part of our kernels. Leftover noticed by: Jim
2011-04-28 20:44:31 +00:00
Seth Mos
1529458011
Add the IPv6 tag to the version so that BSD perimeter can seen these installs from a mile away
2011-03-09 22:21:14 +01:00
Ermal
2b7ca9b2d9
Add the default value for the new tunable debug.pfftpproxy to 0. It allows to disable the pfftpproxy. Also add it to the default config.xml though no upgrade code should be needed since people can create this from the gui and hopefully do not need to know about this anyway.
2011-01-17 21:29:04 +00:00
jim-p
dc074b0f71
Update config.xml to a more recent version, include a cron job for URL table aliases updates.
2011-01-10 16:11:46 -05:00
Scott Ullrich
abe7607f69
Add sysctl for maximum socket buffer sizing. Set to 42621444. This is needed for some heavily loaded servers running unbound, squid, etc
2011-01-04 12:27:31 -05:00
Scott Ullrich
f41b7bdf17
Remove bce item it is loader.conf only per jimp
2010-11-21 16:21:46 -05:00
Scott Ullrich
2b8bdfe47c
Add missing </item>
2010-11-20 14:42:27 -05:00
Scott Ullrich
243521961f
oops, typo
2010-11-20 14:40:48 -05:00
Scott Ullrich
feae85bc7e
Increase vfs.read_max to 32. See http://ivoras.sharanet.org/blog/tree/2010-11-19.ufs-read-ahead.html .. This can help dramatically if using Squid or any other packae that does a lot of hard disk reads.
2010-11-20 14:40:15 -05:00
jim-p
9ff73b79e4
Convert fullname field on users to descr, so it gains CDATA protection.
2010-10-19 12:51:12 -04:00
jim-p
e988813dd2
desc to descr in Load Balancer config, so they gain CDATA protection and standardize field names. Ticket #320 .
2010-10-19 12:39:01 -04:00
jim-p
1586486175
Change the description field on sysctl tunables to be 'descr' and not 'desc' so they will gain CDATA protection. Ticket #320
2010-10-19 12:00:09 -04:00
Ermal
6ae9f9b7f9
Upgrade code for pppoe.
2010-09-02 17:59:06 +00:00
jim-p
c72065202b
Disable TSO and LRO in the default config.
2010-08-04 11:04:09 -04:00
jim-p
c8bf8b29fc
Remove these from the default config. They moved into other sections and do not need to exist by default.
2010-08-03 16:33:34 -04:00
jim-p
bb890d383c
Fix variable name for consistency.
2010-07-27 09:19:59 -04:00
Ermal
24ed5c3ba4
Remove associated rule-id from default config they confuse rule edit page.
2010-04-13 18:30:06 +00:00
Ermal
676b4a3988
Remove bandwidth tags from default config they are not used.
2010-04-12 22:24:44 +00:00
gnhb
10e41b741b
Don't use "local" as a domain. It breaks DNS resolution for hosts running mDNS.
...
The "local" search domain signifies to local hosts that are running
mDNS (bonjour or avahi) that mDNS is to be used to look up local hosts
instead of doing a normal DNS query to the server listed in
/etc/resolv.conf on the local host.
Also, hosts running bonjour or avahi can not ping or reach *any* other
host by name if it is not running some mDNS implementation.
Essentially, if DHCP tells the local host that it's search domain is
"local" then hosts running mDNS will not query the pfsense DNS server
for any local lan DNS lookups.
See here on apple's website:
http://support.apple.com/kb/TA20999?viewlocale=en_US
Quote from above link:
"To indicate that the name should be looked up using local multicast
instead of a standard DNS query, all Bonjour host names end with the
extension ".local."
2010-04-06 14:24:38 +07:00
Erik Fonnesbeck
9c4d33a1e6
Fix whitespace.
2010-03-26 20:05:25 -06:00
Erik Fonnesbeck
0beab3f4f1
Enable WAN and LAN in the default configuration.
2010-03-26 20:00:51 -06:00
Ermal
6a68854775
Make lan/wan behave as all other interfaces.
2010-03-27 00:28:07 +00:00
Ermal Luçi
f41c9fd56a
ping_hosts.sh is no more in /etc. Remove some unneeded lines.
2010-02-03 15:19:14 +00:00
Ermal Luçi
9b16b83439
Ticket #136 .
...
Fix associated nat rules.
Now both the filter rules and the nat ones contain a associated-rule-id tag which helps link the items together.
The API to use for this is in itemid.inc.
All the issues should be solved now.
2010-01-26 23:59:43 +00:00