Commit Graph

130 Commits

Author SHA1 Message Date
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
pierrepomes
473d0ff02f Add patch from lietu (Janne Enberg). Ticket #136
1) Multiple NAT rules can be assigned the same filter rule
-> Fixed, added assigned-nat-rule-id to filter rules to keep track of the assignment

2) when removing the link (i.e. switching to "pass" or "none", the linked rule isn't deleted (should it be? probably yes)
-> Fixed, when a NAT rule's association is removed, the filter rule is deleted. Added a "create new associated filter rule" option to the
dropdown if there is none selected.

3) The destination IP and port of linked rules can be edited in firewall_rules_edit.php and shouldn't be. Source should be editable but not
destination, since that should strictly be tied to the NAT rule.
-> Fixed, you cannot edit the destination for the filter rules that are linked to NAT rules, this has been disabled both by JavaScript and
PHP.

4) If you edit the source in a linked firewall rule, it gets overwritten when you edit the NAT rule. The NAT rule should never touch the
firewall rule source after the rule exists.
-> Fixed, previously the old rule was deleted and a new one created, now it only updates the old rule and doesn't touch the source.

Also added crosslinking from the NAT rule to the filter rule and back, so you can jump to edit the filter rule from the NAT rule and
vice-versa.
2009-12-12 15:57:19 -05:00
sullrich
d0b461f524 Add lookup table for sysctl tunable (sysctl.inc). Make config.xml values default to value 'default' Ticket #71 2009-12-06 00:48:32 -05:00
sullrich
ea7f7a84b9 Minor formatting change 2009-12-03 17:38:40 -05:00
sullrich
effb9797cf Set default protocol to HTTPS. Somehow this commit did not make it last time 2009-12-03 17:38:15 -05:00
sullrich
326d2b8ae1 Make the default HTTPS. Ticket #63 2009-12-02 16:45:02 -05:00
Scott Ullrich
880637d273 Default to only system information and interfaces widgets. This reduces load time on RSPRO from 9+ seconds to 2.5 2009-11-21 17:05:21 -05:00
Scott Ullrich
08b17c6dea Add default load balancing monitor types for ICMP, TCP, HTTP, HTTPS and SMTP from BillM 2009-11-02 16:27:59 -05:00
Scott Ullrich
51043cd13e Revert "add crontab entries for snort auto block and snort update"
This reverts commit b0d639a5e7.
2009-09-09 13:42:46 -04:00
robiscool
b0d639a5e7 add crontab entries for snort auto block and snort update 2009-09-09 09:30:20 -07:00