Project

General

Profile

Download (3.68 KB) Statistics
| Branch: | Tag: | Revision:
1 5b237745 Scott Ullrich
<?php
2 307cd525 Bill Marquette
/* $Id$ */
3 5b237745 Scott Ullrich
/*
4
    globals.inc
5 ee11cc6e Scott Ullrich
    part of pfSense (www.pfsense.com)
6 0e16b9ca Scott Ullrich
    Copyright (C) 2004-2006 Scott Ullrich
7 ee11cc6e Scott Ullrich
8
    Originally Part of m0n0wall
9 5b237745 Scott Ullrich
    Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
10
    All rights reserved.
11 ee11cc6e Scott Ullrich
12 5b237745 Scott Ullrich
    Redistribution and use in source and binary forms, with or without
13
    modification, are permitted provided that the following conditions are met:
14 ee11cc6e Scott Ullrich
15 5b237745 Scott Ullrich
    1. Redistributions of source code must retain the above copyright notice,
16
       this list of conditions and the following disclaimer.
17 ee11cc6e Scott Ullrich
18 5b237745 Scott Ullrich
    2. Redistributions in binary form must reproduce the above copyright
19
       notice, this list of conditions and the following disclaimer in the
20
       documentation and/or other materials provided with the distribution.
21 ee11cc6e Scott Ullrich
22 5b237745 Scott Ullrich
    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
23
    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
24
    AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
25
    AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
26
    OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27
    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28
    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29
    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30
    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31
    POSSIBILITY OF SUCH DAMAGE.
32
*/
33
34
$g = array(
35 8582f802 Scott Ullrich
	"factory_shipped_username" => "admin",	
36 46974905 Chris Buechler
	"factory_shipped_password" => "pfsense",
37 1ef7b568 Scott Ullrich
	"upload_path" => "/root",
38 e9e7d501 Matthew Grooms
	"dhcpd_chroot_path" => "/var/dhcpd",
39
	"varrun_path" => "/var/run",
40
	"varetc_path" => "/var/etc",
41
	"vardb_path" => "/var/db",
42
	"varlog_path" => "/var/log",
43
	"etc_path" => "/etc",
44
	"tmp_path" => "/tmp",
45
	"conf_path" => "/conf",
46
	"ftmp_path" => "/ftmp",
47
	"conf_default_path" => "/conf.default",
48
	"cf_path" => "/cf",
49
	"cf_conf_path" => "/cf/conf",
50
	"www_path" => "/usr/local/www",
51
	"xml_rootobj" => "pfsense",
52
	"admin_group" => "admins",
53 36d0358b Scott Ullrich
	"product_name" => "pfSense",
54 c57e9f90 Chris Buechler
	"product_copyright" => "BSD Perimeter LLC",
55
        "product_copyright_url" => "http://www.bsdperimeter.com",
56
	"product_copyright_years" => "2004 - 2009",
57 73113ce9 Ermal Luci
	"product_website" => "www.pfsense.org",
58 9bf48f3f Chris Buechler
        "product_website_footer" => "http://www.pfsense.org/?gui20",
59 c57e9f90 Chris Buechler
	"product_email" => "coreteam@pfsense.org",
60 e9e7d501 Matthew Grooms
	"debug" => false,
61 77be5745 Seth Mos
	"latest_config" => "5.5",
62 e9e7d501 Matthew Grooms
	"nopkg_platforms" => array("cdrom"),
63 cc46fb88 Scott Ullrich
	"minimum_ram_warning" => "115",
64
	"minimum_ram_warning_text" => "128 megabytes",
65 73d0efb9 Chris Buechler
	"minimum_nic_count" => "1",
66
	"minimum_nic_count_text" => "*AT LEAST* 1",	
67 954d8f12 Scott Ullrich
	"wan_interface_name" => "wan", 
68 e9e7d501 Matthew Grooms
	"nopccard_platforms" => array("wrap", "net48xx"),
69
	"xmlrpcbaseurl" => "www.pfsense.com",
70
	"captiveportal_path" => "/usr/local/captiveportal",
71
	"captiveportal_element_path" => "/var/db/cpelements",
72
	"captiveportal_element_sizelimit" => 262144,
73
	"xmlrpcpath" => "/pfSense/xmlrpc.php",
74
	"embeddedbootupslice" => "/dev/ad0a",
75 e3a13b00 Scott Ullrich
	"services_dhcp_server_enable" => true,
76 da55e467 Scott Ullrich
	"update_url" => "http://updates.pfSense.com/_updaters",
77 563f5b51 Scott Ullrich
	"update_manifest" => "http://updates.pfSense.com/manifest",
78 e9e7d501 Matthew Grooms
	"wireless_regex" => "/^(ndis|wi|ath|an|ral|ural|wai|iwi|awi|wlan|rum)/",
79 e09bd5be Ermal Luci
	"vlan_native_supp" => array("bce", "bge", "bfe", "cxgb", "dc", "em", "fxp", "gem", "hme", "ixgb", "msk", "nge", "re", "rl", "sis", "ste", "stge", "ti", "tl", "tx", "txp", "vge", "vr", "xl", "lagg"),
80
	"vlan_long_frame" => array("vge", "bfe",  "bge",  "dc",  "em",  "fxp",  "gem",  "hme",  "ixgb",  "le",  "nge",  "re",  "rl",  "sis",  "sk",  "ste",  "ti",  "tl",  "tx",  "txp",  "vr", "xl", "lagg")
81 5b237745 Scott Ullrich
);
82
83 a03e3c1f Bill Marquette
/* IP TOS flags */
84 ec6adc21 Bill Marquette
$iptos = array("lowdelay", "throughput", "reliability");
85 a03e3c1f Bill Marquette
86
/* TCP flags */
87
$tcpflags = array("syn", "ack", "fin", "rst", "psh", "urg");
88
89 e09bd5be Ermal Luci
?>