Project

General

Profile

Bug #1292 ยป config-pfSense.local-20100116012023.xml

Chris Buechler, 03/04/2011 07:52 PM

 
1
<?xml version="1.0"?>
2
<pfsense>
3
	<version>3.0</version>
4
	<lastchange/>
5
	<theme>nervecenter</theme>
6
	<system>
7
		<optimization>normal</optimization>
8
		<hostname>pfSense</hostname>
9
		<domain>local</domain>
10
		<dnsserver/>
11
		<dnsallowoverride/>
12
		<username>admin</username>
13
		<password>$1$dSJImFph$GvZ7.1UbuWu.Yb8etC0re.</password>
14
		<timezone>Etc/UTC</timezone>
15
		<time-update-interval>300</time-update-interval>
16
		<timeservers>0.pfsense.pool.ntp.org</timeservers>
17
		<webgui>
18
			<protocol>http</protocol>
19
		</webgui>
20
		<disablenatreflection>yes</disablenatreflection>
21
		<enablesshd/>
22
	</system>
23
	<interfaces>
24
		<lan>
25
			<if>em1</if>
26
			<ipaddr>192.168.1.1</ipaddr>
27
			<subnet>24</subnet>
28
			<media/>
29
			<mediaopt/>
30
			<bandwidth>100</bandwidth>
31
			<bandwidthtype>Mb</bandwidthtype>
32
		</lan>
33
		<wan>
34
			<if>em0</if>
35
			<mtu/>
36
			<ipaddr>dhcp</ipaddr>
37
			<subnet/>
38
			<gateway/>
39
			<blockbogons/>
40
			<disableftpproxy/>
41
			<dhcphostname/>
42
			<media/>
43
			<mediaopt/>
44
			<bandwidth>100</bandwidth>
45
			<bandwidthtype>Mb</bandwidthtype>
46
		</wan>
47
	</interfaces>
48
	<staticroutes/>
49
	<pppoe>
50
		<username/>
51
		<password/>
52
		<provider/>
53
	</pppoe>
54
	<pptp>
55
		<username/>
56
		<password/>
57
		<local/>
58
		<subnet/>
59
		<remote/>
60
	</pptp>
61
	<bigpond>
62
		<username/>
63
		<password/>
64
		<authserver/>
65
		<authdomain/>
66
		<minheartbeatinterval/>
67
	</bigpond>
68
	<dyndns>
69
		<type>dyndns</type>
70
		<username/>
71
		<password/>
72
		<host/>
73
		<mx/>
74
	</dyndns>
75
	<dhcpd>
76
		<lan>
77
			<enable/>
78
			<range>
79
				<from>192.168.1.100</from>
80
				<to>192.168.1.199</to>
81
			</range>
82
		</lan>
83
	</dhcpd>
84
	<pptpd>
85
		<mode>server</mode>
86
		<redir/>
87
		<localip>192.168.15.200</localip>
88
		<remoteip>192.168.15.240</remoteip>
89
		<radius>
90
			<server>10.2.2.2</server>
91
			<secret>asdfasdf</secret>
92
			<enable/>
93
		</radius>
94
		<wins/>
95
	</pptpd>
96
	<ovpn/>
97
	<dnsmasq>
98
		<enable/>
99
	</dnsmasq>
100
	<snmpd>
101
		<syslocation/>
102
		<syscontact/>
103
		<rocommunity>public</rocommunity>
104
	</snmpd>
105
	<diag>
106
		<ipv6nat>
107
			<ipaddr/>
108
		</ipv6nat>
109
	</diag>
110
	<bridge/>
111
	<syslog>
112
		<nentries>2000</nentries>
113
	</syslog>
114
	<nat>
115
		<ipsecpassthru>
116
			<enable/>
117
		</ipsecpassthru>
118
	</nat>
119
	<filter>
120
		<rule>
121
			<type>pass</type>
122
			<descr>Default LAN -&gt; any</descr>
123
			<interface>lan</interface>
124
			<source>
125
				<network>lan</network>
126
			</source>
127
			<destination>
128
				<any/>
129
			</destination>
130
		</rule>
131
		<rule>
132
			<type>pass</type>
133
			<interface>wan</interface>
134
			<source>
135
				<any/>
136
			</source>
137
			<destination>
138
				<any/>
139
			</destination>
140
			<statetype>keep state</statetype>
141
			<os/>
142
			<descr>Allow all via pfSsh.php</descr>
143
		</rule>
144
	</filter>
145
	<shaper/>
146
	<ipsec>
147
		<preferredoldsa/>
148
	</ipsec>
149
	<aliases/>
150
	<proxyarp/>
151
	<cron>
152
		<item>
153
			<minute>0</minute>
154
			<hour>*</hour>
155
			<mday>*</mday>
156
			<month>*</month>
157
			<wday>*</wday>
158
			<who>root</who>
159
			<command>/usr/bin/nice -n20 newsyslog</command>
160
		</item>
161
		<item>
162
			<minute>1,31</minute>
163
			<hour>0-5</hour>
164
			<mday>*</mday>
165
			<month>*</month>
166
			<wday>*</wday>
167
			<who>root</who>
168
			<command>/usr/bin/nice -n20 adjkerntz -a</command>
169
		</item>
170
		<item>
171
			<minute>1</minute>
172
			<hour>3</hour>
173
			<mday>1</mday>
174
			<month>*</month>
175
			<wday>*</wday>
176
			<who>root</who>
177
			<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
178
		</item>
179
		<item>
180
			<minute>*/60</minute>
181
			<hour>*</hour>
182
			<mday>*</mday>
183
			<month>*</month>
184
			<wday>*</wday>
185
			<who>root</who>
186
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
187
		</item>
188
		<item>
189
			<minute>1</minute>
190
			<hour>1</hour>
191
			<mday>*</mday>
192
			<month>*</month>
193
			<wday>*</wday>
194
			<who>root</who>
195
			<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
196
		</item>
197
		<item>
198
			<minute>*/60</minute>
199
			<hour>*</hour>
200
			<mday>*</mday>
201
			<month>*</month>
202
			<wday>*</wday>
203
			<who>root</who>
204
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
205
		</item>
206
		<item>
207
			<minute>*/60</minute>
208
			<hour>*</hour>
209
			<mday>*</mday>
210
			<month>*</month>
211
			<wday>*</wday>
212
			<who>root</who>
213
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -t 3600 snort2c</command>
214
		</item>
215
		<item>
216
			<minute>*/5</minute>
217
			<hour>*</hour>
218
			<mday>*</mday>
219
			<month>*</month>
220
			<wday>*</wday>
221
			<who>root</who>
222
			<command>/usr/local/bin/checkreload.sh</command>
223
		</item>
224
		<item>
225
			<minute>*/5</minute>
226
			<hour>*</hour>
227
			<mday>*</mday>
228
			<month>*</month>
229
			<wday>*</wday>
230
			<who>root</who>
231
			<command>/etc/ping_hosts.sh</command>
232
		</item>
233
		<item>
234
			<minute>*/140</minute>
235
			<hour>*</hour>
236
			<mday>*</mday>
237
			<month>*</month>
238
			<wday>*</wday>
239
			<who>root</who>
240
			<command>/usr/local/sbin/reset_slbd.sh</command>
241
		</item>
242
	</cron>
243
	<wol/>
244
	<installedpackages/>
245
	<revision>
246
		<description>/vpn_pptp.php made unknown change</description>
247
		<time>1263604635</time>
248
	</revision>
249
	<rrd>
250
		<enable/>
251
	</rrd>
252
</pfsense>
    (1-1/1)