summaryrefslogtreecommitdiffstats
path: root/conf.default
Commit message (Collapse)AuthorAgeFilesLines
* We do not use nor include newsyslog, so remove the cron job.jim-p2013-10-091-9/+0
|
* Disable kill_states by default on upgrade, it fixes #3183Renato Botelho2013-09-061-1/+1
|
* Disable state killing on gateway failure by default for new configs.Chris Buechler2013-09-031-0/+1
| | | | Clarify the text describing the option while here.
* Fixes #2979Renato Botelho2013-05-291-1/+1
| | | | | | | . 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
* After some discussions it is better to make this a tunable and allow its ↵Ermal2013-05-081-0/+5
| | | | value change from administrator.
* Fix IPv6 Prefix ID default valueRenato Botelho2013-05-061-1/+1
| | | | | | | . 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
* Upgrade code & config default versionN0YB2013-02-091-1/+1
|
* Update config default with powerd battery modeN0YB2013-02-091-1/+2
|
* Adjust RRD captive portal graphs for CP zonesRenato Botelho2013-02-061-1/+1
| | | | | | | | | - 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
* Make sure default config complies with latest versionRenato Botelho2013-01-211-2/+0
|
* Update the default config.xml to 9.2 so it does not trigger config.xml ↵Renato Botelho2013-01-211-1/+1
| | | | upgrade during install of a new system
* Add IPv6 privacy settings tunables. Keep the default FreeBSD value for them, ↵Renato Botelho2013-01-211-0/+10
| | | | that is disabled. This implements feature request #2587
* Do not prefer anymore oldsa and recommend it as a better choiceErmal2013-01-101-1/+0
|
* Add bogons update frequency selectionbcyrill2013-01-061-0/+3
|
* Add the new tunable in the GUI for custommization and its default valueErmal2012-12-111-0/+5
|
* Added mode selection options for PowerD.Cristian Feldman2012-04-101-0/+1
|
* Set the IPaddrv6 field for the lan to track6 so it autoconfigures from the WAN.smos2012-04-031-0/+1
| | | | I forgot to remove the link local address it had in it on the original commit.
* Fix botched config.xml merge error. Remove duplicate ipaddrv6 tag.smos2012-04-031-1/+0
|
* Remove this track6 line as it causes an xml errorjim-p2012-04-021-1/+0
|
* Changeout the told dhcp-pd config for the new track6 style autoconfiguration ↵smos2012-04-021-1/+3
| | | | of the lan interface.
* Update the default config.xml to 8.3 so it does not trigger config.xml ↵smos2012-03-221-1/+1
| | | | upgrade during install of a new system
* removed the timeformate change and putting it in the dhcpd and dhcpdv6 which ↵Joecowboy2012-02-251-2/+0
| | | | will be generated by interface code. New XML tags will be <dhcpleaseinlocaltime/> and <dhcpv6leaseinlocaltime/>
* Added Time format change XML tag for both DHCP and DHCPv6 if you want to use ↵Joecowboy2012-02-251-0/+2
| | | | local time instead of UTC for leases.
* Fix default SMTP monitor parameters so they will properly check to see if an ↵jim-p2011-11-011-2/+2
| | | | SMTP banner is received.
* load balance monitor type send/expect must have a '' when using more then ↵marcelloc2011-09-021-1/+1
| | | | one argument.
* Add DHCP6 to the default configurationsmos2011-08-181-0/+1
|
* Fix conf.default versionjim-p2011-05-191-1/+1
|
* Add the ipv6 allow tag to the default config.Seth Mos2011-05-061-1/+21
| | | | | | 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
* Merge remote branch 'upstream/master'Seth Mos2011-05-031-5/+0
|\ | | | | | | | | Conflicts: usr/local/www/status_rrd_graph_img.php
| * Remove rndtest sysctl since the kernel module is not anymore part of our ↵Ermal2011-04-281-5/+0
| | | | | | | | kernels. Leftover noticed by: Jim
* | Add the IPv6 tag to the version so that BSD perimeter can seen these ↵Seth Mos2011-03-091-1/+1
|/ | | | installs from a mile away
* Add the default value for the new tunable debug.pfftpproxy to 0. It allows ↵Ermal2011-01-171-0/+5
| | | | 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.
* Update config.xml to a more recent version, include a cron job for URL table ↵jim-p2011-01-101-96/+49
| | | | aliases updates.
* Add sysctl for maximum socket buffer sizing. Set to 42621444. This is ↵Scott Ullrich2011-01-041-0/+5
| | | | needed for some heavily loaded servers running unbound, squid, etc
* Remove bce item it is loader.conf only per jimpScott Ullrich2010-11-211-5/+0
|
* Add missing </item>Scott Ullrich2010-11-201-0/+1
|
* oops, typoScott Ullrich2010-11-201-1/+1
|
* Increase vfs.read_max to 32. See ↵Scott Ullrich2010-11-201-0/+4
| | | | 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.
* Convert fullname field on users to descr, so it gains CDATA protection.jim-p2010-10-191-1/+1
|
* desc to descr in Load Balancer config, so they gain CDATA protection and ↵jim-p2010-10-191-5/+5
| | | | standardize field names. Ticket #320.
* Change the description field on sysctl tunables to be 'descr' and not 'desc' ↵jim-p2010-10-191-26/+26
| | | | so they will gain CDATA protection. Ticket #320
* Upgrade code for pppoe.Ermal2010-09-021-1/+1
|
* Disable TSO and LRO in the default config.jim-p2010-08-041-0/+2
|
* Remove these from the default config. They moved into other sections and do ↵jim-p2010-08-031-20/+0
| | | | not need to exist by default.
* Fix variable name for consistency.jim-p2010-07-271-1/+1
|
* Remove associated rule-id from default config they confuse rule edit page.Ermal2010-04-131-2/+0
|
* Remove bandwidth tags from default config they are not used.Ermal2010-04-121-4/+0
|
* Don't use "local" as a domain. It breaks DNS resolution for hosts running mDNS.gnhb2010-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | 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."
* Fix whitespace.Erik Fonnesbeck2010-03-261-7/+7
|
* Enable WAN and LAN in the default configuration.Erik Fonnesbeck2010-03-261-0/+2
|
OpenPOWER on IntegriCloud