Project

General

Profile

Bug #3047 » config-pfsense.kom.he-20130624160607.xml

Micha Ch, 06/25/2013 03:55 AM

 
1
<?xml version="1.0"?>
2
<pfsense>
3
	<version>8.0</version>
4
	<lastchange/>
5
	<theme>the_wall</theme>
6
	<sysctl>
7
		<item>
8
			<descr><![CDATA[Disable the pf ftp proxy handler.]]></descr>
9
			<tunable>debug.pfftpproxy</tunable>
10
			<value>default</value>
11
		</item>
12
		<item>
13
			<descr><![CDATA[Increase UFS read-ahead speeds to match current state of hard drives and NCQ. More information here: http://ivoras.sharanet.org/blog/tree/2010-11-19.ufs-read-ahead.html]]></descr>
14
			<tunable>vfs.read_max</tunable>
15
			<value>default</value>
16
		</item>
17
		<item>
18
			<descr><![CDATA[Set the ephemeral port range to be lower.]]></descr>
19
			<tunable>net.inet.ip.portrange.first</tunable>
20
			<value>default</value>
21
		</item>
22
		<item>
23
			<descr><![CDATA[Drop packets to closed TCP ports without returning a RST]]></descr>
24
			<tunable>net.inet.tcp.blackhole</tunable>
25
			<value>default</value>
26
		</item>
27
		<item>
28
			<descr><![CDATA[Do not send ICMP port unreachable messages for closed UDP ports]]></descr>
29
			<tunable>net.inet.udp.blackhole</tunable>
30
			<value>default</value>
31
		</item>
32
		<item>
33
			<descr><![CDATA[Randomize the ID field in IP packets (default is 0: sequential IP IDs)]]></descr>
34
			<tunable>net.inet.ip.random_id</tunable>
35
			<value>default</value>
36
		</item>
37
		<item>
38
			<descr><![CDATA[Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)]]></descr>
39
			<tunable>net.inet.tcp.drop_synfin</tunable>
40
			<value>default</value>
41
		</item>
42
		<item>
43
			<descr><![CDATA[Enable sending IPv4 redirects]]></descr>
44
			<tunable>net.inet.ip.redirect</tunable>
45
			<value>default</value>
46
		</item>
47
		<item>
48
			<descr><![CDATA[Enable sending IPv6 redirects]]></descr>
49
			<tunable>net.inet6.ip6.redirect</tunable>
50
			<value>default</value>
51
		</item>
52
		<item>
53
			<descr><![CDATA[Generate SYN cookies for outbound SYN-ACK packets]]></descr>
54
			<tunable>net.inet.tcp.syncookies</tunable>
55
			<value>default</value>
56
		</item>
57
		<item>
58
			<descr><![CDATA[Maximum incoming/outgoing TCP datagram size (receive)]]></descr>
59
			<tunable>net.inet.tcp.recvspace</tunable>
60
			<value>default</value>
61
		</item>
62
		<item>
63
			<descr><![CDATA[Maximum incoming/outgoing TCP datagram size (send)]]></descr>
64
			<tunable>net.inet.tcp.sendspace</tunable>
65
			<value>default</value>
66
		</item>
67
		<item>
68
			<descr><![CDATA[IP Fastforwarding]]></descr>
69
			<tunable>net.inet.ip.fastforwarding</tunable>
70
			<value>default</value>
71
		</item>
72
		<item>
73
			<descr><![CDATA[Do not delay ACK to try and piggyback it onto a data packet]]></descr>
74
			<tunable>net.inet.tcp.delayed_ack</tunable>
75
			<value>default</value>
76
		</item>
77
		<item>
78
			<descr><![CDATA[Maximum outgoing UDP datagram size]]></descr>
79
			<tunable>net.inet.udp.maxdgram</tunable>
80
			<value>default</value>
81
		</item>
82
		<item>
83
			<descr><![CDATA[Handling of non-IP packets which are not passed to pfil (see if_bridge(4))]]></descr>
84
			<tunable>net.link.bridge.pfil_onlyip</tunable>
85
			<value>default</value>
86
		</item>
87
		<item>
88
			<descr><![CDATA[Set to 0 to disable filtering on the incoming and outgoing member interfaces.]]></descr>
89
			<tunable>net.link.bridge.pfil_member</tunable>
90
			<value>default</value>
91
		</item>
92
		<item>
93
			<descr><![CDATA[Set to 1 to enable filtering on the bridge interface]]></descr>
94
			<tunable>net.link.bridge.pfil_bridge</tunable>
95
			<value>default</value>
96
		</item>
97
		<item>
98
			<descr><![CDATA[Allow unprivileged access to tap(4) device nodes]]></descr>
99
			<tunable>net.link.tap.user_open</tunable>
100
			<value>default</value>
101
		</item>
102
		<item>
103
			<descr><![CDATA[Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())]]></descr>
104
			<tunable>kern.randompid</tunable>
105
			<value>default</value>
106
		</item>
107
		<item>
108
			<descr><![CDATA[Maximum size of the IP input queue]]></descr>
109
			<tunable>net.inet.ip.intr_queue_maxlen</tunable>
110
			<value>default</value>
111
		</item>
112
		<item>
113
			<descr><![CDATA[Disable CTRL+ALT+Delete reboot from keyboard.]]></descr>
114
			<tunable>hw.syscons.kbd_reboot</tunable>
115
			<value>default</value>
116
		</item>
117
		<item>
118
			<descr><![CDATA[Enable TCP Inflight mode]]></descr>
119
			<tunable>net.inet.tcp.inflight.enable</tunable>
120
			<value>default</value>
121
		</item>
122
		<item>
123
			<descr><![CDATA[Enable TCP extended debugging]]></descr>
124
			<tunable>net.inet.tcp.log_debug</tunable>
125
			<value>default</value>
126
		</item>
127
		<item>
128
			<descr><![CDATA[Set ICMP Limits]]></descr>
129
			<tunable>net.inet.icmp.icmplim</tunable>
130
			<value>default</value>
131
		</item>
132
		<item>
133
			<descr><![CDATA[TCP Offload Engine]]></descr>
134
			<tunable>net.inet.tcp.tso</tunable>
135
			<value>default</value>
136
		</item>
137
		<item>
138
			<descr><![CDATA[Maximum socket buffer size]]></descr>
139
			<tunable>kern.ipc.maxsockbuf</tunable>
140
			<value>default</value>
141
		</item>
142
	</sysctl>
143
	<system>
144
		<optimization>normal</optimization>
145
		<hostname>pfsense</hostname>
146
		<domain>kom.he</domain>
147
		<group>
148
			<name>admins</name>
149
			<description><![CDATA[System Administrators]]></description>
150
			<scope>system</scope>
151
			<gid>1999</gid>
152
			<member>0</member>
153
			<priv>page-all</priv>
154
		</group>
155
		<group>
156
			<name>all</name>
157
			<description><![CDATA[All Users]]></description>
158
			<scope>system</scope>
159
			<gid>1998</gid>
160
		</group>
161
		<group>
162
			<name>VPN</name>
163
			<description/>
164
			<member>2000</member>
165
			<gid>2000</gid>
166
			<priv>user-ipsec-xauth-dialin</priv>
167
			<priv>user-l2tp-dialin</priv>
168
			<priv>user-pppoe-dialin</priv>
169
			<priv>user-pptp-dialin</priv>
170
		</group>
171
		<user>
172
			<name>admin</name>
173
			<descr><![CDATA[System Administrator]]></descr>
174
			<scope>system</scope>
175
			<groupname>admins</groupname>
176
			<password>secret</password>
177
			<uid>0</uid>
178
			<priv>user-shell-access</priv>
179
			<md5-hash>secret</md5-hash>
180
			<nt-hash>secret</nt-hash>
181
		</user>
182
		<user>
183
			<scope>user</scope>
184
			<password>secret</password>
185
			<md5-hash>secret</md5-hash>
186
			<nt-hash>secret</nt-hash>
187
			<name>xx</name>
188
			<descr/>
189
			<expires/>
190
			<authorizedkeys/>
191
			<ipsecpsk/>
192
			<uid>2000</uid>
193
		</user>
194
		<nextuid>2001</nextuid>
195
		<nextgid>2001</nextgid>
196
		<timezone>xx</timezone>
197
		<time-update-interval/>
198
		<timeservers>0.pfsense.pool.ntp.org</timeservers>
199
		<webgui>
200
			<protocol>https</protocol>
201
			<ssl-certref>512e299e2e3d5</ssl-certref>
202
			<port/>
203
			<max_procs>2</max_procs>
204
		</webgui>
205
		<disablenatreflection>yes</disablenatreflection>
206
		<disablesegmentationoffloading/>
207
		<disablelargereceiveoffloading/>
208
		<dns1gwint>none</dns1gwint>
209
		<dns2gwint>wan</dns2gwint>
210
		<dns3gwint>wan</dns3gwint>
211
		<dns4gwint>wan</dns4gwint>
212
		<dnsserver>secret</dnsserver>
213
		<dnsserver>secret</dnsserver>
214
		<dnsserver>secret</dnsserver>
215
		<dnsserver>8.8.8.8</dnsserver>
216
		<dnsallowoverride/>
217
		<firmware>
218
			<alturl>
219
				<enable/>
220
				<firmwareurl>http://updates.pfsense.org/_updaters/amd64</firmwareurl>
221
			</alturl>
222
		</firmware>
223
		<gitsync>
224
			<repositoryurl/>
225
			<branch/>
226
		</gitsync>
227
		<enablesshd>enabled</enablesshd>
228
	</system>
229
	<interfaces>
230
		<wan>
231
			<enable/>
232
			<if>em0</if>
233
			<descr><![CDATA[WAN]]></descr>
234
			<spoofmac/>
235
			<ipaddr>secret</ipaddr>
236
			<subnet>28</subnet>
237
			<gateway>WANGW</gateway>
238
			<blockpriv/>
239
			<blockbogons/>
240
		</wan>
241
		<lan>
242
			<if>em1</if>
243
			<enable/>
244
			<ipaddr>secret</ipaddr>
245
			<subnet>24</subnet>
246
			<descr><![CDATA[LAN]]></descr>
247
		</lan>
248
		<opt1>
249
			<descr><![CDATA[secret]]></descr>
250
			<if>em2</if>
251
			<enable/>
252
			<spoofmac/>
253
			<ipaddr>secret</ipaddr>
254
			<subnet>28</subnet>
255
		</opt1>
256
	</interfaces>
257
	<staticroutes>
258
		<route>
259
			<network>secret</network>
260
			<gateway>LAN</gateway>
261
			<descr><![CDATA[secret]]></descr>
262
		</route>
263
		<route>
264
			<network>secret</network>
265
			<gateway>LAN</gateway>
266
			<descr><![CDATA[secret]]></descr>
267
		</route>
268
	</staticroutes>
269
	<dhcpd>
270
		<lan>
271
			<enable/>
272
			<range>
273
				<from>secret</from>
274
				<to>secret</to>
275
			</range>
276
			<defaultleasetime/>
277
			<maxleasetime/>
278
			<netmask/>
279
			<failover_peerip/>
280
			<gateway>secret</gateway>
281
			<domain>secret</domain>
282
			<domainsearchlist/>
283
			<ddnsdomain/>
284
			<tftp/>
285
			<ldap/>
286
			<next-server/>
287
			<filename/>
288
			<rootpath/>
289
			<numberoptions/>
290
			<staticmap>
291
				<mac>secret</mac>
292
				<ipaddr>secret</ipaddr>
293
				<hostname>secret</hostname>
294
				<descr><![CDATA[secret]]></descr>
295
				<netbootfile/>
296
			</staticmap>
297
			<winsserver>secret</winsserver>
298
			<dnsserver>secret</dnsserver>
299
		</lan>
300
	</dhcpd>
301
	<pptpd>
302
		<mode/>
303
		<redir/>
304
		<localip/>
305
		<remoteip/>
306
	</pptpd>
307
	<dnsmasq>
308
		<enable/>
309
		<regdhcp/>
310
		<regdhcpstatic/>
311
		<dhcpfirst/>
312
		<custom_options/>
313
		<domainoverrides>
314
			<domain>secret</domain>
315
			<ip>secret</ip>
316
			<descr/>
317
		</domainoverrides>
318
		<domainoverrides>
319
			<domain>secret</domain>
320
			<ip>secret</ip>
321
			<descr><![CDATA[secret]]></descr>
322
		</domainoverrides>
323
		<hosts>
324
			<host>secret</host>
325
			<ip>secret</ip>
326
			<domain>secret</domain>
327
			<descr/>
328
		</hosts>
329
	</dnsmasq>
330
	<snmpd>
331
		<syslocation/>
332
		<syscontact/>
333
		<rocommunity>secret</rocommunity>
334
		<modules>
335
			<mibii/>
336
			<netgraph/>
337
			<pf/>
338
			<hostres/>
339
		</modules>
340
		<enable/>
341
		<pollport>161</pollport>
342
		<trapserver/>
343
		<trapserverport/>
344
		<trapstring/>
345
		<bindip>lan</bindip>
346
	</snmpd>
347
	<diag>
348
		<ipv6nat>
349
			<ipaddr/>
350
		</ipv6nat>
351
	</diag>
352
	<bridge/>
353
	<syslog>
354
		<reverse/>
355
		<nentries>200</nentries>
356
	</syslog>
357
	<filter>
358
		<rule>
359
			<id/>
360
			<type>pass</type>
361
			<interface>wan</interface>
362
			<tag/>
363
			<tagged/>
364
			<max/>
365
			<max-src-nodes/>
366
			<max-src-conn/>
367
			<max-src-states/>
368
			<statetimeout/>
369
			<statetype>keep state</statetype>
370
			<os/>
371
			<protocol>icmp</protocol>
372
			<icmptype>echoreq</icmptype>
373
			<source>
374
				<any/>
375
			</source>
376
			<destination>
377
				<network>wan</network>
378
			</destination>
379
			<descr><![CDATA[Ping]]></descr>
380
		</rule>
381
		<rule>
382
			<id/>
383
			<type>pass</type>
384
			<interface>wan</interface>
385
			<tag/>
386
			<tagged/>
387
			<max/>
388
			<max-src-nodes/>
389
			<max-src-conn/>
390
			<max-src-states/>
391
			<statetimeout/>
392
			<statetype>keep state</statetype>
393
			<os/>
394
			<protocol>tcp</protocol>
395
			<source>
396
				<any/>
397
			</source>
398
			<destination>
399
				<network>wanip</network>
400
				<port>secret</port>
401
			</destination>
402
			<descr><![CDATA[Allow secret]]></descr>
403
			<disabled/>
404
		</rule>
405
		<rule>
406
			<id/>
407
			<type>pass</type>
408
			<interface>wan</interface>
409
			<tag/>
410
			<tagged/>
411
			<max/>
412
			<max-src-nodes/>
413
			<max-src-conn/>
414
			<max-src-states/>
415
			<statetimeout/>
416
			<statetype>keep state</statetype>
417
			<os/>
418
			<protocol>tcp</protocol>
419
			<source>
420
				<any/>
421
			</source>
422
			<destination>
423
				<network>wanip</network>
424
				<port>secret</port>
425
			</destination>
426
			<descr><![CDATA[Allow secret]]></descr>
427
			<disabled/>
428
		</rule>
429
		<rule>
430
			<source>
431
				<any/>
432
			</source>
433
			<interface>wan</interface>
434
			<protocol>tcp</protocol>
435
			<destination>
436
				<address>secret</address>
437
				<port>secret</port>
438
			</destination>
439
			<descr><![CDATA[secret]]></descr>
440
			<associated-rule-id>nat_5146e4ff2031f1.42746863</associated-rule-id>
441
		</rule>
442
		<rule>
443
			<source>
444
				<any/>
445
			</source>
446
			<interface>wan</interface>
447
			<protocol>tcp</protocol>
448
			<destination>
449
				<address>secret</address>
450
				<port>secret</port>
451
			</destination>
452
			<descr><![CDATA[NAT ]]></descr>
453
			<associated-rule-id>nat_5177eb948c4b49.63566404</associated-rule-id>
454
		</rule>
455
		<rule>
456
			<source>
457
				<any/>
458
			</source>
459
			<interface>wan</interface>
460
			<protocol>tcp</protocol>
461
			<destination>
462
				<address>secret</address>
463
				<port>secret</port>
464
			</destination>
465
			<descr><![CDATA[NAT secret]]></descr>
466
			<associated-rule-id>nat_51920cb57628f8.87299499</associated-rule-id>
467
		</rule>
468
		<rule>
469
			<id/>
470
			<type>pass</type>
471
			<interface>wan</interface>
472
			<tag/>
473
			<tagged/>
474
			<max/>
475
			<max-src-nodes/>
476
			<max-src-conn/>
477
			<max-src-states/>
478
			<statetimeout/>
479
			<statetype>keep state</statetype>
480
			<os/>
481
			<protocol>udp</protocol>
482
			<source>
483
				<any/>
484
			</source>
485
			<destination>
486
				<network>wanip</network>
487
				<port>500</port>
488
			</destination>
489
			<log/>
490
			<descr/>
491
		</rule>
492
		<rule>
493
			<id/>
494
			<type>pass</type>
495
			<interface>wan</interface>
496
			<tag/>
497
			<tagged/>
498
			<max/>
499
			<max-src-nodes/>
500
			<max-src-conn/>
501
			<max-src-states/>
502
			<statetimeout/>
503
			<statetype>keep state</statetype>
504
			<os/>
505
			<protocol>udp</protocol>
506
			<source>
507
				<any/>
508
			</source>
509
			<destination>
510
				<network>wanip</network>
511
				<port>4500</port>
512
			</destination>
513
			<log/>
514
			<descr/>
515
		</rule>
516
		<rule>
517
			<type>pass</type>
518
			<descr><![CDATA[Default allow LAN to any rule]]></descr>
519
			<interface>lan</interface>
520
			<source>
521
				<network>lan</network>
522
			</source>
523
			<destination>
524
				<any/>
525
			</destination>
526
		</rule>
527
		<rule>
528
			<id/>
529
			<type>pass</type>
530
			<interface>enc0</interface>
531
			<tag/>
532
			<tagged/>
533
			<max/>
534
			<max-src-nodes/>
535
			<max-src-conn/>
536
			<max-src-states/>
537
			<statetimeout/>
538
			<statetype>keep state</statetype>
539
			<os/>
540
			<source>
541
				<any/>
542
			</source>
543
			<destination>
544
				<any/>
545
			</destination>
546
			<descr/>
547
		</rule>
548
	</filter>
549
	<ipsec>
550
		<phase1>
551
			<ikeid>1</ikeid>
552
			<interface>wan</interface>
553
			<remote-gateway>secret</remote-gateway>
554
			<mode>aggressive</mode>
555
			<myid_type>myaddress</myid_type>
556
			<myid_data/>
557
			<peerid_type>peeraddress</peerid_type>
558
			<peerid_data/>
559
			<encryption-algorithm>
560
				<name>aes</name>
561
				<keylen>256</keylen>
562
			</encryption-algorithm>
563
			<hash-algorithm>sha1</hash-algorithm>
564
			<dhgroup>1</dhgroup>
565
			<lifetime>43200</lifetime>
566
			<pre-shared-key>secret</pre-shared-key>
567
			<private-key/>
568
			<certref/>
569
			<caref/>
570
			<authentication_method>pre_shared_key</authentication_method>
571
			<generate_policy/>
572
			<proposal_check/>
573
			<descr><![CDATA[VPN secret]]></descr>
574
			<nat_traversal>on</nat_traversal>
575
			<dpd_delay>10</dpd_delay>
576
			<dpd_maxfail>5</dpd_maxfail>
577
		</phase1>
578
		<phase1>
579
			<ikeid>2</ikeid>
580
			<interface>wan</interface>
581
			<remote-gateway>secret</remote-gateway>
582
			<mode>aggressive</mode>
583
			<myid_type>myaddress</myid_type>
584
			<myid_data/>
585
			<peerid_type>peeraddress</peerid_type>
586
			<peerid_data/>
587
			<encryption-algorithm>
588
				<name>aes</name>
589
				<keylen>256</keylen>
590
			</encryption-algorithm>
591
			<hash-algorithm>sha1</hash-algorithm>
592
			<dhgroup>1</dhgroup>
593
			<lifetime>43200</lifetime>
594
			<pre-shared-key>secret</pre-shared-key>
595
			<private-key/>
596
			<certref/>
597
			<caref/>
598
			<authentication_method>pre_shared_key</authentication_method>
599
			<generate_policy/>
600
			<proposal_check/>
601
			<descr><![CDATA[VPN secret]]></descr>
602
			<nat_traversal>on</nat_traversal>
603
			<dpd_delay>10</dpd_delay>
604
			<dpd_maxfail>5</dpd_maxfail>
605
		</phase1>
606
		<phase1>
607
			<ikeid>3</ikeid>
608
			<interface>wan</interface>
609
			<mobile/>
610
			<mode>aggressive</mode>
611
			<myid_type>myaddress</myid_type>
612
			<myid_data/>
613
			<peerid_type>user_fqdn</peerid_type>
614
			<peerid_data>secret</peerid_data>
615
			<encryption-algorithm>
616
				<name>aes</name>
617
				<keylen>128</keylen>
618
			</encryption-algorithm>
619
			<hash-algorithm>sha1</hash-algorithm>
620
			<dhgroup>2</dhgroup>
621
			<lifetime>86400</lifetime>
622
			<pre-shared-key>secret</pre-shared-key>
623
			<private-key/>
624
			<certref>secret</certref>
625
			<caref></caref>
626
			<authentication_method>xauth_psk_server</authentication_method>
627
			<generate_policy>unique</generate_policy>
628
			<proposal_check>obey</proposal_check>
629
			<descr><![CDATA[Mobile Clients]]></descr>
630
			<nat_traversal>force</nat_traversal>
631
			<dpd_delay>10</dpd_delay>
632
			<dpd_maxfail>5</dpd_maxfail>
633
		</phase1>
634
		<client>
635
			<enable/>
636
			<user_source>system</user_source>
637
			<group_source>system</group_source>
638
			<pool_address>secret</pool_address>
639
			<pool_netbits>24</pool_netbits>
640
			<net_list/>
641
			<dns_domain>secret</dns_domain>
642
			<dns_server1>secret</dns_server1>
643
			<dns_server2/>
644
			<dns_server3/>
645
			<dns_server4/>
646
		</client>
647
		<phase2>
648
			<ikeid>1</ikeid>
649
			<mode>tunnel</mode>
650
			<localid>
651
				<type>lan</type>
652
			</localid>
653
			<remoteid>
654
				<type>network</type>
655
				<address>secret</address>
656
				<netbits>24</netbits>
657
			</remoteid>
658
			<protocol>esp</protocol>
659
			<encryption-algorithm-option>
660
				<name>aes</name>
661
				<keylen>256</keylen>
662
			</encryption-algorithm-option>
663
			<hash-algorithm-option>hmac_sha1</hash-algorithm-option>
664
			<pfsgroup>2</pfsgroup>
665
			<lifetime>10800</lifetime>
666
			<pinghost>secret</pinghost>
667
			<descr><![CDATA[secret]]></descr>
668
		</phase2>
669
		<phase2>
670
			<ikeid>2</ikeid>
671
			<mode>tunnel</mode>
672
			<localid>
673
				<type>lan</type>
674
			</localid>
675
			<remoteid>
676
				<type>network</type>
677
				<address>secret</address>
678
				<netbits>24</netbits>
679
			</remoteid>
680
			<protocol>esp</protocol>
681
			<encryption-algorithm-option>
682
				<name>aes</name>
683
				<keylen>256</keylen>
684
			</encryption-algorithm-option>
685
			<hash-algorithm-option>hmac_sha1</hash-algorithm-option>
686
			<pfsgroup>2</pfsgroup>
687
			<lifetime>10800</lifetime>
688
			<pinghost>secret</pinghost>
689
			<descr><![CDATA[VPN secret]]></descr>
690
		</phase2>
691
		<phase2>
692
			<ikeid>3</ikeid>
693
			<mode>tunnel</mode>
694
			<localid>
695
				<type>lan</type>
696
			</localid>
697
			<remoteid>
698
				<type>mobile</type>
699
			</remoteid>
700
			<protocol>esp</protocol>
701
			<encryption-algorithm-option>
702
				<name>aes</name>
703
				<keylen>128</keylen>
704
			</encryption-algorithm-option>
705
			<hash-algorithm-option>hmac_sha1</hash-algorithm-option>
706
			<pfsgroup>0</pfsgroup>
707
			<lifetime>28800</lifetime>
708
			<pinghost/>
709
			<descr/>
710
			<mobile/>
711
		</phase2>
712
		<enable/>
713
	</ipsec>
714
	<aliases/>
715
	<proxyarp/>
716
	<cron>
717
		<item>
718
			<minute>0</minute>
719
			<hour>*</hour>
720
			<mday>*</mday>
721
			<month>*</month>
722
			<wday>*</wday>
723
			<who>root</who>
724
			<command>/usr/bin/nice -n20 newsyslog</command>
725
		</item>
726
		<item>
727
			<minute>1,31</minute>
728
			<hour>0-5</hour>
729
			<mday>*</mday>
730
			<month>*</month>
731
			<wday>*</wday>
732
			<who>root</who>
733
			<command>/usr/bin/nice -n20 adjkerntz -a</command>
734
		</item>
735
		<item>
736
			<minute>1</minute>
737
			<hour>3</hour>
738
			<mday>1</mday>
739
			<month>*</month>
740
			<wday>*</wday>
741
			<who>root</who>
742
			<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
743
		</item>
744
		<item>
745
			<minute>*/60</minute>
746
			<hour>*</hour>
747
			<mday>*</mday>
748
			<month>*</month>
749
			<wday>*</wday>
750
			<who>root</who>
751
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
752
		</item>
753
		<item>
754
			<minute>1</minute>
755
			<hour>1</hour>
756
			<mday>*</mday>
757
			<month>*</month>
758
			<wday>*</wday>
759
			<who>root</who>
760
			<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
761
		</item>
762
		<item>
763
			<minute>*/60</minute>
764
			<hour>*</hour>
765
			<mday>*</mday>
766
			<month>*</month>
767
			<wday>*</wday>
768
			<who>root</who>
769
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
770
		</item>
771
		<item>
772
			<minute>30</minute>
773
			<hour>12</hour>
774
			<mday>*</mday>
775
			<month>*</month>
776
			<wday>*</wday>
777
			<who>root</who>
778
			<command>/usr/bin/nice -n20 /etc/rc.update_urltables</command>
779
		</item>
780
	</cron>
781
	<wol/>
782
	<rrd>
783
		<enable/>
784
	</rrd>
785
	<load_balancer>
786
		<monitor_type>
787
			<name>ICMP</name>
788
			<type>icmp</type>
789
			<descr><![CDATA[ICMP]]></descr>
790
			<options/>
791
		</monitor_type>
792
		<monitor_type>
793
			<name>TCP</name>
794
			<type>tcp</type>
795
			<descr><![CDATA[Generic TCP]]></descr>
796
			<options/>
797
		</monitor_type>
798
		<monitor_type>
799
			<name>HTTP</name>
800
			<type>http</type>
801
			<descr><![CDATA[Generic HTTP]]></descr>
802
			<options>
803
				<path>/</path>
804
				<host/>
805
				<code>200</code>
806
			</options>
807
		</monitor_type>
808
		<monitor_type>
809
			<name>HTTPS</name>
810
			<type>https</type>
811
			<descr><![CDATA[Generic HTTPS]]></descr>
812
			<options>
813
				<path>/</path>
814
				<host/>
815
				<code>200</code>
816
			</options>
817
		</monitor_type>
818
		<monitor_type>
819
			<name>SMTP</name>
820
			<type>send</type>
821
			<descr><![CDATA[Generic SMTP]]></descr>
822
			<options>
823
				<send/>
824
				<expect>220 *</expect>
825
			</options>
826
		</monitor_type>
827
	</load_balancer>
828
	<widgets>
829
		<sequence>ipsec-container:col1:show,system_information-container:col1:show,log-container:col1:show,captive_portal_status-container:col1:close,carp_status-container:col1:close,cpu_graphs-container:col1:close,gmirror_status-container:col1:close,installed_packages-container:col1:close,services_status-container:col2:show,gateways-container:col2:show,interfaces-container:col2:show,load_balancer_status-container:col2:close,picture-container:col2:close,rss-container:col2:close,traffic_graphs-container:col2:show,interface_statistics-container:col2:show,openvpn-container:col2:none,wake_on_lan-container:col2:none</sequence>
830
	</widgets>
831
	<openvpn/>
832
	<l7shaper>
833
		<container/>
834
	</l7shaper>
835
	<dnshaper/>
836
	<cert>
837
		<refid>512e299e2e3d5</refid>
838
		<descr><![CDATA[webConfigurator default]]></descr>
839
		<crt>secret</crt>
840
		<prv>secret</prv>
841
	</cert>
842
	<revision>
843
		<time>1372082391</time>
844
		<description><![CDATA[admin@secret: /vpn_ipsec_phase1.php made unknown change]]></description>
845
		<username>admin@secret</username>
846
	</revision>
847
	<ppps/>
848
	<gateways>
849
		<gateway_item>
850
			<interface>wan</interface>
851
			<gateway>secret</gateway>
852
			<name>secret</name>
853
			<weight>1</weight>
854
			<interval/>
855
			<descr><![CDATA[secret]]></descr>
856
			<monitor>secret</monitor>
857
			<defaultgw/>
858
		</gateway_item>
859
		<gateway_item>
860
			<interface>lan</interface>
861
			<gateway>secret</gateway>
862
			<name>LAN</name>
863
			<weight>1</weight>
864
			<interval/>
865
			<descr/>
866
		</gateway_item>
867
	</gateways>
868
	<notifications>
869
		<growl>
870
			<ipaddress/>
871
			<password/>
872
			<name>PHP-Growl</name>
873
			<notification_name>pfSense growl alert</notification_name>
874
		</growl>
875
		<smtp>
876
			<ipaddress>secret</ipaddress>
877
			<port>secret</port>
878
			<ssl>unchecked</ssl>
879
			<notifyemailaddress>secret</notifyemailaddress>
880
			<username/>
881
			<password/>
882
			<fromaddress>secret</fromaddress>
883
		</smtp>
884
	</notifications>
885
	<installedpackages>
886
		<tab/>
887
		<menu/>
888
		<service/>
889
		<package>
890
			<name>Open-VM-Tools-8.8.1</name>
891
			<descr><![CDATA[VMware Tools]]></descr>
892
			<website>http://open-vm-tools.sourceforge.net/</website>
893
			<category>Services</category>
894
			<version>528969</version>
895
			<status>RC</status>
896
			<pkginfolink>http://doc.pfsense.org/index.php/Open_VM_Tools_package</pkginfolink>
897
			<required_version>2.0</required_version>
898
			<config_file>http://www.pfsense.org/packages/config/open-vm-tools_2/open-vm-tools.xml</config_file>
899
			<configurationfile>open-vm-tools.xml</configurationfile>
900
			<depends_on_package_base_url>http://e-sac.siteseguro.ws/packages/amd64/8/All/</depends_on_package_base_url>
901
			<depends_on_package>open-vm-tools-nox11-528969,1.tbz</depends_on_package>
902
			<depends_on_package>pcre-8.30_1.tbz</depends_on_package>
903
			<maximum_version>2.1</maximum_version>
904
		</package>
905
	</installedpackages>
906
	<nat>
907
		<rule>
908
			<source>
909
				<any/>
910
			</source>
911
			<destination>
912
				<network>wanip</network>
913
				<port>secret</port>
914
			</destination>
915
			<protocol>tcp</protocol>
916
			<target>secret</target>
917
			<local-port>secret</local-port>
918
			<interface>wan</interface>
919
			<descr><![CDATA[secret]]></descr>
920
			<associated-rule-id>nat_5146e4ff2031f1.42746863</associated-rule-id>
921
		</rule>
922
		<rule>
923
			<source>
924
				<any/>
925
			</source>
926
			<destination>
927
				<address>secret</address>
928
				<port>secret</port>
929
			</destination>
930
			<protocol>tcp</protocol>
931
			<target>secret</target>
932
			<local-port>secret</local-port>
933
			<interface>wan</interface>
934
			<descr/>
935
			<associated-rule-id>nat_5177eb948c4b49.63566404</associated-rule-id>
936
		</rule>
937
		<rule>
938
			<source>
939
				<any/>
940
			</source>
941
			<destination>
942
				<network>wanip</network>
943
				<port>secret</port>
944
			</destination>
945
			<protocol>tcp</protocol>
946
			<target>secret</target>
947
			<local-port>secret</local-port>
948
			<interface>wan</interface>
949
			<descr><![CDATA[secret]]></descr>
950
			<associated-rule-id>nat_51920cb57628f8.87299499</associated-rule-id>
951
		</rule>
952
	</nat>
953
	<shaper/>
954
	<dhcrelay/>
955
	<virtualip>
956
		<vip>
957
			<mode>ipalias</mode>
958
			<interface>wan</interface>
959
			<descr><![CDATA[secret]]></descr>
960
			<type>single</type>
961
			<subnet_bits>secret</subnet_bits>
962
			<subnet>secret</subnet>
963
		</vip>
964
	</virtualip>
965
</pfsense>
(3-3/3)