Project

General

Profile

Bug #1439 » config-b-20110416162902.xml

new config (2.0-rc1) - Malte Stretz, 04/18/2011 04:38 PM

 
1
<?xml version="1.0"?>
2
<pfsense>
3
	<version>7.7</version>
4
	<lastchange/>
5
	<theme>pfsense</theme>
6
	<system>
7
		<optimization>normal</optimization>
8
		<schedulertype>priq</schedulertype>
9
		<hostname>routera</hostname>
10
		<domain>dea.example.net</domain>
11
		<timezone>Europe/Berlin</timezone>
12
		<time-update-interval/>
13
		<timeservers>de.pool.ntp.org</timeservers>
14
		<webgui>
15
			<protocol>http</protocol>
16
			<port/>
17
			<certificate/>
18
			<private-key/>
19
			<auth_method>session</auth_method>
20
			<backing_method>htpasswd</backing_method>
21
		</webgui>
22
		<disablenatreflection>yes</disablenatreflection>
23
		<ssh>
24
			<authorizedkeys/>
25
			<port/>
26
		</ssh>
27
		<maximumstates/>
28
		<shapertype/>
29
		<enablesshd>yes</enablesshd>
30
		<rfc959workaround>enabled</rfc959workaround>
31
		<dnsallowoverride/>
32
		<group>
33
			<name>admins</name>
34
			<description><![CDATA[System Administrators]]></description>
35
			<scope>user</scope>
36
			<priv>page-all</priv>
37
			<home>index.php</home>
38
			<gid>2000</gid>
39
			<member>0</member>
40
		</group>
41
		<group>
42
			<name>all</name>
43
			<description><![CDATA[All Users]]></description>
44
			<scope>system</scope>
45
			<gid>1998</gid>
46
			<member>0</member>
47
		</group>
48
		<user>
49
			<name>admin</name>
50
			<descr><![CDATA[System Administrator]]></descr>
51
			<scope>system</scope>
52
			<password>zzz</password>
53
			<uid>0</uid>
54
			<priv>user-shell-access</priv>
55
			<priv>user-copy-files</priv>
56
		</user>
57
		<nextuid>2000</nextuid>
58
		<nextgid>2001</nextgid>
59
		<disablesegmentationoffloading/>
60
		<disablelargereceiveoffloading/>
61
		<powerd_enable/>
62
	</system>
63
	<interfaces>
64
		<lan>
65
			<if>em0</if>
66
			<ipaddr>10.49.0.1</ipaddr>
67
			<subnet>24</subnet>
68
			<media/>
69
			<mediaopt/>
70
			<bandwidth>100</bandwidth>
71
			<bandwidthtype>Mb</bandwidthtype>
72
			<enable/>
73
		</lan>
74
		<wan>
75
			<if>pppoe0</if>
76
			<mtu>1452</mtu>
77
			<media/>
78
			<mediaopt/>
79
			<bandwidth>100</bandwidth>
80
			<bandwidthtype>Mb</bandwidthtype>
81
			<spoofmac/>
82
			<blockpriv/>
83
			<disableftpproxy/>
84
			<ipaddr>pppoe</ipaddr>
85
			<gateway>GW_WAN</gateway>
86
			<enable/>
87
		</wan>
88
		<opt1>
89
			<descr><![CDATA[LAN1]]></descr>
90
			<if>em1</if>
91
			<bridge/>
92
			<enable/>
93
			<ipaddr>10.49.1.1</ipaddr>
94
			<subnet>24</subnet>
95
			<gateway/>
96
			<spoofmac/>
97
			<mtu/>
98
		</opt1>
99
		<opt2>
100
			<descr><![CDATA[WAN2]]></descr>
101
			<if>em5</if>
102
			<bridge/>
103
			<ipaddr>dhcp</ipaddr>
104
			<subnet>32</subnet>
105
			<gateway>GW_OPT2</gateway>
106
			<spoofmac/>
107
			<mtu/>
108
			<disableftpproxy/>
109
			<dhcphostname/>
110
		</opt2>
111
	</interfaces>
112
	<staticroutes>
113
		<route>
114
			<interface>opt1</interface>
115
			<network>10.49.11.0/24</network>
116
			<gateway>SROUTE0</gateway>
117
			<descr><![CDATA[Wireless I]]></descr>
118
		</route>
119
		<route>
120
			<interface>opt1</interface>
121
			<network>10.49.12.0/24</network>
122
			<gateway>SROUTE1</gateway>
123
			<descr><![CDATA[Wireless II]]></descr>
124
		</route>
125
		<route>
126
			<interface>opt1</interface>
127
			<network>10.49.13.0/24</network>
128
			<gateway>SROUTE2</gateway>
129
			<descr><![CDATA[Wireless III]]></descr>
130
		</route>
131
		<route>
132
			<interface>lan</interface>
133
			<network>10.49.2.0/24</network>
134
			<gateway>SROUTE3</gateway>
135
			<descr><![CDATA[VMs]]></descr>
136
		</route>
137
	</staticroutes>
138
	<bigpond>
139
		<username/>
140
		<password/>
141
		<authserver/>
142
		<authdomain/>
143
		<minheartbeatinterval/>
144
	</bigpond>
145
	<dhcpd>
146
		<lan>
147
			<enable/>
148
			<range>
149
				<from>10.49.0.10</from>
150
				<to>10.49.0.99</to>
151
			</range>
152
			<defaultleasetime/>
153
			<maxleasetime/>
154
			<netmask/>
155
			<failover_peerip/>
156
			<gateway/>
157
			<ddnsdomain/>
158
			<next-server/>
159
			<filename/>
160
		</lan>
161
		<opt1>
162
			<range>
163
				<from>10.49.1.100</from>
164
				<to>10.49.1.150</to>
165
			</range>
166
			<defaultleasetime>172800</defaultleasetime>
167
			<maxleasetime>2592000</maxleasetime>
168
			<netmask/>
169
			<failover_peerip/>
170
			<gateway/>
171
			<enable/>
172
			<ddnsdomain/>
173
			<next-server/>
174
			<filename/>
175
			<winsserver>10.49.1.20</winsserver>
176
			<ntpserver>10.49.1.1</ntpserver>
177
		</opt1>
178
	</dhcpd>
179
	<pptpd>
180
		<mode/>
181
		<redir/>
182
		<localip/>
183
		<remoteip/>
184
	</pptpd>
185
	<ovpn/>
186
	<dnsmasq>
187
		<enable/>
188
		<regdhcp/>
189
		<regdhcpstatic/>
190
		<hosts>
191
			<host>hub</host>
192
			<domain>dea.example.net</domain>
193
			<ip>10.49.1.1</ip>
194
			<descr/>
195
		</hosts>
196
		<hosts>
197
			<host>nas</host>
198
			<domain>dea.example.net</domain>
199
			<ip>10.49.1.11</ip>
200
			<descr><![CDATA[NAS]]></descr>
201
		</hosts>
202
		<hosts>
203
			<host>nasa</host>
204
			<domain>dea.example.net</domain>
205
			<ip>10.49.1.11</ip>
206
			<descr><![CDATA[NAS (Master)]]></descr>
207
		</hosts>
208
		<hosts>
209
			<host>nasb</host>
210
			<domain>dea.example.net</domain>
211
			<ip>10.49.1.12</ip>
212
			<descr><![CDATA[NAS (Backup)]]></descr>
213
		</hosts>
214
		<hosts>
215
			<host>servera</host>
216
			<domain>dea.example.net</domain>
217
			<ip>10.49.1.20</ip>
218
			<descr><![CDATA[UCS]]></descr>
219
		</hosts>
220
		<domainoverrides>
221
			<domain>dea.example.net</domain>
222
			<ip>10.49.1.1</ip>
223
			<descr><![CDATA[Local domain]]></descr>
224
		</domainoverrides>
225
	</dnsmasq>
226
	<snmpd>
227
		<syslocation/>
228
		<syscontact/>
229
		<rocommunity>public</rocommunity>
230
	</snmpd>
231
	<diag>
232
		<ipv6nat/>
233
	</diag>
234
	<syslog/>
235
	<nat>
236
		<ipsecpassthru>
237
			<enable/>
238
		</ipsecpassthru>
239
		<rule>
240
			<protocol>tcp</protocol>
241
			<target>10.49.1.20</target>
242
			<local-port>22</local-port>
243
			<interface>wan</interface>
244
			<descr/>
245
			<source>
246
				<any/>
247
				<port/>
248
			</source>
249
			<destination>
250
				<port>22022</port>
251
				<network>wanip</network>
252
			</destination>
253
		</rule>
254
	</nat>
255
	<filter>	</filter>
256
	<ipsec>
257
		<preferredoldsa/>
258
	</ipsec>
259
	<aliases>
260
		<alias>
261
			<name>dnsports</name>
262
			<address>53</address>
263
			<descr><![CDATA[DNS ports]]></descr>
264
			<type>port</type>
265
			<detail><![CDATA[Entry added Fri, 02 Jul 2010 13:06:39 +0200||]]></detail>
266
		</alias>
267
		<alias>
268
			<name>localnets</name>
269
			<address>10.49.0.0/16</address>
270
			<descr><![CDATA[Used local subnets]]></descr>
271
			<type>network</type>
272
			<detail><![CDATA[Entry added Fri, 02 Jul 2010 12:58:53 +0200||]]></detail>
273
		</alias>
274
		<alias>
275
			<name>msports</name>
276
			<address>135:139 445</address>
277
			<descr><![CDATA[NetBIOS and DCOM ports]]></descr>
278
			<type>port</type>
279
			<detail><![CDATA[Entry added Fri, 02 Jul 2010 13:01:05 +0200||Entry added Fri, 02 Jul 2010 13:01:05 +0200||]]></detail>
280
		</alias>
281
		<alias>
282
			<name>spstcpports</name>
283
			<address>7777</address>
284
			<descr><![CDATA[SPS ports]]></descr>
285
			<type>port</type>
286
			<detail><![CDATA[Entry added Fri, 02 Jul 2010 13:05:24 +0200||]]></detail>
287
		</alias>
288
		<alias>
289
			<name>spsudpports</name>
290
			<address>25342:25343</address>
291
			<descr><![CDATA[SPS ports]]></descr>
292
			<type>port</type>
293
			<detail><![CDATA[Entry added Fri, 02 Jul 2010 13:05:51 +0200||]]></detail>
294
		</alias>
295
		<alias>
296
			<name>sshports</name>
297
			<address>22</address>
298
			<descr><![CDATA[SSH ports]]></descr>
299
			<type>port</type>
300
			<detail><![CDATA[Entry added Fri, 02 Jul 2010 13:02:22 +0200||]]></detail>
301
		</alias>
302
		<alias>
303
			<name>teredoports</name>
304
			<address>3544</address>
305
			<descr><![CDATA[Teredo IPv6 tunneling]]></descr>
306
			<type>port</type>
307
			<detail><![CDATA[Entry added Thu, 03 Feb 2011 10:28:31 +0100||]]></detail>
308
		</alias>
309
		<alias>
310
			<name>vncports</name>
311
			<address>5900</address>
312
			<descr><![CDATA[VNC ports]]></descr>
313
			<type>port</type>
314
			<detail><![CDATA[Entry added Fri, 02 Jul 2010 13:06:15 +0200||]]></detail>
315
		</alias>
316
		<alias>
317
			<name>vpnudpports</name>
318
			<address>1194</address>
319
			<descr><![CDATA[OpenVPN ports]]></descr>
320
			<type>port</type>
321
			<detail><![CDATA[OpenVPN||]]></detail>
322
		</alias>
323
	</aliases>
324
	<proxyarp/>
325
	<wol/>
326
	<cron>
327
		<item>
328
			<minute>0</minute>
329
			<hour>*</hour>
330
			<mday>*</mday>
331
			<month>*</month>
332
			<wday>*</wday>
333
			<who>root</who>
334
			<command>/usr/bin/nice -n20 newsyslog</command>
335
		</item>
336
		<item>
337
			<minute>1,31</minute>
338
			<hour>0-5</hour>
339
			<mday>*</mday>
340
			<month>*</month>
341
			<wday>*</wday>
342
			<who>root</who>
343
			<command>/usr/bin/nice -n20 adjkerntz -a</command>
344
		</item>
345
		<item>
346
			<minute>1</minute>
347
			<hour>3</hour>
348
			<mday>1</mday>
349
			<month>*</month>
350
			<wday>*</wday>
351
			<who>root</who>
352
			<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
353
		</item>
354
		<item>
355
			<minute>*/60</minute>
356
			<hour>*</hour>
357
			<mday>*</mday>
358
			<month>*</month>
359
			<wday>*</wday>
360
			<who>root</who>
361
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
362
		</item>
363
		<item>
364
			<minute>1</minute>
365
			<hour>1</hour>
366
			<mday>*</mday>
367
			<month>*</month>
368
			<wday>*</wday>
369
			<who>root</who>
370
			<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
371
		</item>
372
		<item>
373
			<minute>*/60</minute>
374
			<hour>*</hour>
375
			<mday>*</mday>
376
			<month>*</month>
377
			<wday>*</wday>
378
			<who>root</who>
379
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
380
		</item>
381
		<item>
382
			<minute>*/60</minute>
383
			<hour>*</hour>
384
			<mday>*</mday>
385
			<month>*</month>
386
			<wday>*</wday>
387
			<who>root</who>
388
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -t 3600 snort2c</command>
389
		</item>
390
		<item>
391
			<minute>*/5</minute>
392
			<hour>*</hour>
393
			<mday>*</mday>
394
			<month>*</month>
395
			<wday>*</wday>
396
			<who>root</who>
397
			<command>/etc/ping_hosts.sh</command>
398
		</item>
399
		<item>
400
			<minute>*/140</minute>
401
			<hour>*</hour>
402
			<mday>*</mday>
403
			<month>*</month>
404
			<wday>*</wday>
405
			<who>root</who>
406
			<command>/usr/local/sbin/reset_slbd.sh</command>
407
		</item>
408
		<item>
409
			<minute>44</minute>
410
			<hour>4</hour>
411
			<mday>*</mday>
412
			<month>*</month>
413
			<wday>*</wday>
414
			<who>root</who>
415
			<command>/etc/pppoerestart</command>
416
		</item>
417
		<item>
418
			<minute>30</minute>
419
			<hour>12</hour>
420
			<mday>*</mday>
421
			<month>*</month>
422
			<wday>*</wday>
423
			<who>root</who>
424
			<command>/usr/bin/nice -n20 /etc/rc.update_urltables</command>
425
		</item>
426
	</cron>
427
	<installedpackages>
428
		<openntpd>
429
			<config>
430
				<enable>on</enable>
431
				<interface>lan,opt1</interface>
432
			</config>
433
		</openntpd>
434
		<package>
435
			<name>Packet Capture Fix</name>
436
			<descr><![CDATA[Patch to fix packet capture on 1.2.3 embedded (NanoBSD)]]></descr>
437
			<category>System</category>
438
			<config_file>http://www.pfsense.com/packages/config/packetcapturefix/packetcapturefix.xml</config_file>
439
			<version>0.2</version>
440
			<status>BETA</status>
441
			<required_version>1.2.3</required_version>
442
			<maximum_version>1.2.3</maximum_version>
443
		</package>
444
		<menu>
445
			<name>LCDproc</name>
446
			<tooltiptext>Set LCDproc settings such as display driver and com port</tooltiptext>
447
			<section>Services</section>
448
			<url>/pkg_edit.php?xml=lcdproc.xml&amp;id=0</url>
449
		</menu>
450
		<menu>
451
			<name>Notes</name>
452
			<tooltiptext>Notes.</tooltiptext>
453
			<section>Status</section>
454
			<configfile>notes.xml</configfile>
455
			<url>/pkg.php?xml=notes.xml</url>
456
		</menu>
457
		<menu>
458
			<name>OpenVPN</name>
459
			<tooltiptext/>
460
			<section>Status</section>
461
			<url>/status_openvpn.php</url>
462
		</menu>
463
		<menu>
464
			<name>Darkstat Settings</name>
465
			<tooltiptext>Setup darkstat specific settings</tooltiptext>
466
			<section>Diagnostics</section>
467
			<url>/pkg_edit.php?xml=darkstat.xml&amp;id=0</url>
468
		</menu>
469
		<menu>
470
			<name>IGMP proxy</name>
471
			<tooltiptext>Multicast proxy.</tooltiptext>
472
			<section>Services</section>
473
			<configfile>igmpproxy.xml</configfile>
474
		</menu>
475
		<menu>
476
			<name>RRD Summary</name>
477
			<tooltiptext/>
478
			<section>Status</section>
479
			<url>/status_rrd_summary.php</url>
480
		</menu>
481
		<menu>
482
			<name>NRPEv2</name>
483
			<tooltiptext/>
484
			<section>Services</section>
485
			<url>/pkg_edit.php?xml=nrpe2.xml&amp;id=0</url>
486
		</menu>
487
		<service>
488
			<name>lcdproc</name>
489
			<rcfile>lcdproc.sh</rcfile>
490
			<executable>LCDd</executable>
491
		</service>
492
		<service>
493
			<name>darkstat</name>
494
			<rcfile>darkstat.sh</rcfile>
495
			<executable>darkstat</executable>
496
		</service>
497
		<service>
498
			<name>igmpproxy</name>
499
			<rcfile>igmpproxy.sh</rcfile>
500
			<executable>igmpproxy</executable>
501
			<description><![CDATA[IGMP(multicast) proxy.]]></description>
502
		</service>
503
		<service>
504
			<name>nrpe2</name>
505
			<rcfile>nrpe2</rcfile>
506
			<executable>nrpe2</executable>
507
			<description><![CDATA[Nagios NRPE Daemon]]></description>
508
		</service>
509
		<lcdproc>
510
			<config>
511
				<enable/>
512
				<comport>com2</comport>
513
				<size>16x2</size>
514
				<driver>pyramid</driver>
515
			</config>
516
		</lcdproc>
517
		<notes>		</notes>
518
		<squid>
519
			<config>
520
				<active_interface>opt1</active_interface>
521
				<allow_interface>on</allow_interface>
522
				<transparent_proxy>on</transparent_proxy>
523
				<private_subnet_proxy_off>on</private_subnet_proxy_off>
524
				<defined_ip_proxy_off/>
525
				<log_enabled/>
526
				<log_dir>/var/squid/logs</log_dir>
527
				<log_rotate/>
528
				<proxy_port>3128</proxy_port>
529
				<icp_port/>
530
				<visible_hostname>hub</visible_hostname>
531
				<admin_email>hostmaster@example.net</admin_email>
532
				<error_language>English</error_language>
533
				<disable_xforward>on</disable_xforward>
534
				<disable_via/>
535
				<uri_whitespace>strip</uri_whitespace>
536
				<dns_nameservers>127.0.0.1</dns_nameservers>
537
				<disable_squidversion/>
538
				<custom_options/>
539
			</config>
540
		</squid>
541
		<squidcache>
542
			<config>
543
				<harddisk_cache_size>20000</harddisk_cache_size>
544
				<harddisk_cache_system>aufs</harddisk_cache_system>
545
				<harddisk_cache_location>/cache/squid</harddisk_cache_location>
546
				<memory_cache_size>100</memory_cache_size>
547
				<minimum_object_size>0</minimum_object_size>
548
				<maximum_object_size>100000</maximum_object_size>
549
				<level1_subdirs>16</level1_subdirs>
550
				<memory_replacement_policy>heap GDSF</memory_replacement_policy>
551
				<cache_replacement_policy>heap LFUDA</cache_replacement_policy>
552
				<cache_swap_low>90</cache_swap_low>
553
				<cache_swap_high>95</cache_swap_high>
554
				<donotcache/>
555
				<enable_offline/>
556
			</config>
557
		</squidcache>
558
		<squidnac>
559
			<config>
560
				<allowed_subnets>MTAuMC4wLjAvOA==</allowed_subnets>
561
				<unrestricted_hosts/>
562
				<banned_hosts/>
563
				<whitelist/>
564
				<blacklist/>
565
				<ext_cachemanager/>
566
			</config>
567
		</squidnac>
568
		<squidtraffic>
569
			<config>
570
				<max_download_size>0</max_download_size>
571
				<max_upload_size>0</max_upload_size>
572
				<overall_throttling>0</overall_throttling>
573
				<perhost_throttling>0</perhost_throttling>
574
				<throttle_specific>on</throttle_specific>
575
				<throttle_binaries/>
576
				<throttle_cdimages/>
577
				<throttle_multimedia/>
578
				<throttle_others/>
579
				<quick_abort_min>0</quick_abort_min>
580
				<quick_abort_max>0</quick_abort_max>
581
				<quick_abort_pct>90</quick_abort_pct>
582
			</config>
583
		</squidtraffic>
584
		<darkstat>
585
			<config>
586
				<interface_array>wan</interface_array>
587
			</config>
588
		</darkstat>
589
		<nrpe2>
590
			<config>
591
				<enabled>on</enabled>
592
				<server_port>5666</server_port>
593
				<server_address>10.49.1.1</server_address>
594
				<allowed_hosts>10.49.1.20</allowed_hosts>
595
				<row>
596
					<name>check_users</name>
597
					<command>check_users</command>
598
					<warning>5</warning>
599
					<critical>10</critical>
600
				</row>
601
				<row>
602
					<name>check_load</name>
603
					<command>check_load</command>
604
					<warning>15,10,5</warning>
605
					<critical>30,25,20</critical>
606
				</row>
607
				<row>
608
					<name>check_root</name>
609
					<command>check_disk</command>
610
					<warning>20%</warning>
611
					<critical>10%</critical>
612
					<extra>-p /</extra>
613
				</row>
614
				<row>
615
					<name>check_var</name>
616
					<command>check_disk</command>
617
					<warning>20%</warning>
618
					<critical>10%</critical>
619
					<extra>-p /var/run</extra>
620
				</row>
621
				<row>
622
					<name>check_zombie_procs</name>
623
					<command>check_procs</command>
624
					<warning>5</warning>
625
					<critical>10</critical>
626
					<extra>-s Z</extra>
627
				</row>
628
				<row>
629
					<name>check_total_procs</name>
630
					<command>check_procs</command>
631
					<warning>150</warning>
632
					<critical>200</critical>
633
				</row>
634
			</config>
635
		</nrpe2>
636
		<carp/>
637
		<tab/>
638
	</installedpackages>
639
	<revision>
640
		<description><![CDATA[admin: /system_advanced_misc.php made unknown change]]></description>
641
		<time>1302963990</time>
642
		<username>admin</username>
643
	</revision>
644
	<rrd>
645
		<enable/>
646
		<category>traffic</category>
647
		<style>inverse</style>
648
	</rrd>
649
	<sysctl>
650
		<item>
651
			<tunable>net.inet.tcp.blackhole</tunable>
652
			<descr><![CDATA[Drop packets to closed TCP ports without returning a RST]]></descr>
653
			<value>default</value>
654
		</item>
655
		<item>
656
			<tunable>net.inet.udp.blackhole</tunable>
657
			<descr><![CDATA[Do not send ICMP port unreachable messages for closed UDP ports]]></descr>
658
			<value>default</value>
659
		</item>
660
		<item>
661
			<tunable>net.inet.ip.random_id</tunable>
662
			<descr><![CDATA[Randomize the ID field in IP packets (default is 0: sequential IP IDs)]]></descr>
663
			<value>default</value>
664
		</item>
665
		<item>
666
			<tunable>net.inet.tcp.drop_synfin</tunable>
667
			<descr><![CDATA[Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)]]></descr>
668
			<value>default</value>
669
		</item>
670
		<item>
671
			<tunable>net.inet.ip.redirect</tunable>
672
			<descr><![CDATA[Sending of IPv4 ICMP redirects]]></descr>
673
			<value>default</value>
674
		</item>
675
		<item>
676
			<tunable>net.inet6.ip6.redirect</tunable>
677
			<descr><![CDATA[Sending of IPv6 ICMP redirects]]></descr>
678
			<value>default</value>
679
		</item>
680
		<item>
681
			<tunable>net.inet.tcp.syncookies</tunable>
682
			<descr><![CDATA[Generate SYN cookies for outbound SYN-ACK packets]]></descr>
683
			<value>default</value>
684
		</item>
685
		<item>
686
			<tunable>net.inet.tcp.recvspace</tunable>
687
			<descr><![CDATA[Maximum incoming TCP datagram size]]></descr>
688
			<value>default</value>
689
		</item>
690
		<item>
691
			<tunable>net.inet.tcp.sendspace</tunable>
692
			<descr><![CDATA[Maximum outgoing TCP datagram size]]></descr>
693
			<value>default</value>
694
		</item>
695
		<item>
696
			<tunable>net.inet.ip.fastforwarding</tunable>
697
			<descr><![CDATA[Fastforwarding (see http://lists.freebsd.org/pipermail/freebsd-net/2004-January/002534.html)]]></descr>
698
			<value>default</value>
699
		</item>
700
		<item>
701
			<tunable>net.inet.tcp.delayed_ack</tunable>
702
			<descr><![CDATA[Do not delay ACK to try and piggyback it onto a data packet]]></descr>
703
			<value>default</value>
704
		</item>
705
		<item>
706
			<tunable>net.inet.udp.maxdgram</tunable>
707
			<descr><![CDATA[Maximum outgoing UDP datagram size]]></descr>
708
			<value>default</value>
709
		</item>
710
		<item>
711
			<tunable>net.link.bridge.pfil_onlyip</tunable>
712
			<descr><![CDATA[Handling of non-IP packets which are not passed to pfil (see if_bridge(4))]]></descr>
713
			<value>default</value>
714
		</item>
715
		<item>
716
			<tunable>net.link.tap.user_open</tunable>
717
			<descr><![CDATA[Allow unprivileged access to tap(4) device nodes]]></descr>
718
			<value>default</value>
719
		</item>
720
		<item>
721
			<tunable>kern.rndtest.verbose</tunable>
722
			<descr><![CDATA[Verbosity of the rndtest driver (0: do not display results on console)]]></descr>
723
			<value>default</value>
724
		</item>
725
		<item>
726
			<tunable>kern.randompid</tunable>
727
			<descr><![CDATA[Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())]]></descr>
728
			<value>default</value>
729
		</item>
730
		<item>
731
			<tunable>net.inet.tcp.inflight.enable</tunable>
732
			<descr><![CDATA[The system will attempt to calculate the bandwidth delay product for each connection and limit the amount of data queued to the network to just the amount required to maintain optimum throughput. ]]></descr>
733
			<value>default</value>
734
		</item>
735
		<item>
736
			<tunable>net.inet.icmp.icmplim</tunable>
737
			<descr><![CDATA[Set ICMP Limits]]></descr>
738
			<value>default</value>
739
		</item>
740
		<item>
741
			<tunable>net.inet.tcp.tso</tunable>
742
			<descr><![CDATA[TCP Offload engine]]></descr>
743
			<value>default</value>
744
		</item>
745
		<item>
746
			<tunable>net.inet.ip.portrange.first</tunable>
747
			<descr><![CDATA[Set the ephemeral port range starting port]]></descr>
748
			<value>default</value>
749
		</item>
750
		<item>
751
			<tunable>hw.syscons.kbd_reboot</tunable>
752
			<descr><![CDATA[Enables ctrl+alt+delete]]></descr>
753
			<value>default</value>
754
		</item>
755
		<item>
756
			<tunable>kern.ipc.maxsockbuf</tunable>
757
			<descr><![CDATA[Maximum socket buffer size]]></descr>
758
			<value>default</value>
759
		</item>
760
		<item>
761
			<descr><![CDATA[Set to 0 to disable filtering on the incoming and outgoing member interfaces.]]></descr>
762
			<tunable>net.link.bridge.pfil_member</tunable>
763
			<value>1</value>
764
		</item>
765
		<item>
766
			<descr><![CDATA[Set to 1 to enable filtering on the bridge interface]]></descr>
767
			<tunable>net.link.bridge.pfil_bridge</tunable>
768
			<value>0</value>
769
		</item>
770
	</sysctl>
771
	<gateways>
772
		<gateway_item>
773
			<gateway>dynamic</gateway>
774
			<descr><![CDATA[Interface wan Dynamic Gateway]]></descr>
775
			<interface>wan</interface>
776
			<name>GW_WAN</name>
777
			<defaultgw/>
778
		</gateway_item>
779
		<gateway_item>
780
			<gateway>dynamic</gateway>
781
			<descr><![CDATA[Interface opt2 Dynamic Gateway]]></descr>
782
			<interface>opt2</interface>
783
			<name>GW_OPT2</name>
784
		</gateway_item>
785
		<gateway_item>
786
			<name>SROUTE0</name>
787
			<gateway>10.49.1.111</gateway>
788
			<interface>opt1</interface>
789
			<descr><![CDATA[Upgraded static route for 10.49.11.0/24]]></descr>
790
		</gateway_item>
791
		<gateway_item>
792
			<name>SROUTE1</name>
793
			<gateway>10.49.1.112</gateway>
794
			<interface>opt1</interface>
795
			<descr><![CDATA[Upgraded static route for 10.49.12.0/24]]></descr>
796
		</gateway_item>
797
		<gateway_item>
798
			<name>SROUTE2</name>
799
			<gateway>10.49.1.113</gateway>
800
			<interface>opt1</interface>
801
			<descr><![CDATA[Upgraded static route for 10.49.13.0/24]]></descr>
802
		</gateway_item>
803
		<gateway_item>
804
			<name>SROUTE3</name>
805
			<gateway>10.49.1.21</gateway>
806
			<interface>lan</interface>
807
			<descr><![CDATA[Upgraded static route for 10.49.2.0/24]]></descr>
808
		</gateway_item>
809
	</gateways>
810
	<dyndnses>
811
		<dyndns>		</dyndns>
812
	</dyndnses>
813
	<dnsupdates>
814
		<dnsupdate>
815
			<host/>
816
			<server/>
817
			<ttl>60</ttl>
818
			<keyname/>
819
			<keytype>zone</keytype>
820
			<keydata/>
821
			<interface>wan</interface>
822
		</dnsupdate>
823
	</dnsupdates>
824
	<openvpn>
825
		<openvpn-server>
826
			<protocol>UDP</protocol>
827
			<dynamic_ip>on</dynamic_ip>
828
			<local_port>1194</local_port>
829
			<local_network>10.49.0.0/16</local_network>
830
			<remote_network/>
831
			<client2client/>
832
			<crypto>BF-CBC</crypto>
833
			<shared_key/>
834
			<tls/>
835
			<maxclients>10</maxclients>
836
			<passtos/>
837
			<gwredir/>
838
			<custom_options/>
839
			<description/>
840
			<caref>4da9a506bfc36</caref>
841
			<certref>4da9a506c4995</certref>
842
			<mode>server_tls</mode>
843
			<dh_length>1024</dh_length>
844
			<interface>wan</interface>
845
			<tunnel_network>10.49.100.0/24</tunnel_network>
846
			<compression>on</compression>
847
			<pool_enable>yes</pool_enable>
848
			<dns_domain>dea.example.net</dns_domain>
849
			<dns_server1>10.49.1.1</dns_server1>
850
			<ntp_server1/>
851
			<netbios_enable>yes</netbios_enable>
852
			<netbios_ntype>0</netbios_ntype>
853
			<netbios_scope/>
854
			<nbdd_server1/>
855
			<wins_server1/>
856
			<vpnid>1</vpnid>
857
		</openvpn-server>
858
	</openvpn>
859
	<ca>
860
		<refid>4da9a506bfc36</refid>
861
		<descr><![CDATA[OpenVPN Server CA #1]]></descr>
862
		<crt></crt>
863
	</ca>
864
	<cert>
865
		<refid>4da9a506c4995</refid>
866
		<descr><![CDATA[OpenVPN Server Certificate #1]]></descr>
867
		<crt></crt>
868
		<prv></prv>
869
		<caref>4da9a506bfc36</caref>
870
	</cert>
871
	<shaper/>
872
	<ppps>
873
		<ppp>
874
			<ptpid>0</ptpid>
875
			<type>pppoe</type>
876
			<if>pppoe0</if>
877
			<ports>em6</ports>
878
			<username/>
879
			<password/>
880
			<ondemand/>
881
			<idletimeout/>
882
		</ppp>
883
	</ppps>
884
	<dhcrelay/>
885
</pfsense>
(3-3/3)