Project

General

Profile

Bug #1362 ยป config-pfsense.localdomain-20110319172354.xml

config file with it pointing to the original web server - Drew Kozicki, 03/19/2011 01:24 PM

 
1
<?xml version="1.0"?>
2
<pfsense>
3
	<version>7.7</version>
4
	<lastchange/>
5
	<theme>pfsense_ng</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[Verbosity of the rndtest driver (0: do not display results on console)]]></descr>
104
			<tunable>kern.rndtest.verbose</tunable>
105
			<value>default</value>
106
		</item>
107
		<item>
108
			<descr><![CDATA[Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())]]></descr>
109
			<tunable>kern.randompid</tunable>
110
			<value>default</value>
111
		</item>
112
		<item>
113
			<descr><![CDATA[Maximum size of the IP input queue]]></descr>
114
			<tunable>net.inet.ip.intr_queue_maxlen</tunable>
115
			<value>default</value>
116
		</item>
117
		<item>
118
			<descr><![CDATA[Disable CTRL+ALT+Delete reboot from keyboard.]]></descr>
119
			<tunable>hw.syscons.kbd_reboot</tunable>
120
			<value>default</value>
121
		</item>
122
		<item>
123
			<descr><![CDATA[Enable TCP Inflight mode]]></descr>
124
			<tunable>net.inet.tcp.inflight.enable</tunable>
125
			<value>default</value>
126
		</item>
127
		<item>
128
			<descr><![CDATA[Enable TCP extended debugging]]></descr>
129
			<tunable>net.inet.tcp.log_debug</tunable>
130
			<value>default</value>
131
		</item>
132
		<item>
133
			<descr><![CDATA[Set ICMP Limits]]></descr>
134
			<tunable>net.inet.icmp.icmplim</tunable>
135
			<value>default</value>
136
		</item>
137
		<item>
138
			<descr><![CDATA[TCP Offload Engine]]></descr>
139
			<tunable>net.inet.tcp.tso</tunable>
140
			<value>default</value>
141
		</item>
142
		<item>
143
			<descr><![CDATA[Maximum socket buffer size]]></descr>
144
			<tunable>kern.ipc.maxsockbuf</tunable>
145
			<value>default</value>
146
		</item>
147
	</sysctl>
148
	<system>
149
		<optimization>normal</optimization>
150
		<hostname>pfsense</hostname>
151
		<domain>localdomain</domain>
152
		<group>
153
			<name>all</name>
154
			<description><![CDATA[All Users]]></description>
155
			<scope>system</scope>
156
			<gid>1998</gid>
157
		</group>
158
		<group>
159
			<name>admins</name>
160
			<description><![CDATA[System Administrators]]></description>
161
			<scope>system</scope>
162
			<gid>1999</gid>
163
			<member>0</member>
164
			<priv>page-all</priv>
165
		</group>
166
		<user>
167
			<name>admin</name>
168
			<descr><![CDATA[System Administrator]]></descr>
169
			<scope>system</scope>
170
			<groupname>admins</groupname>
171
			<password>$changed for privacy</password>
172
			<uid>0</uid>
173
			<priv>user-shell-access</priv>
174
			<md5-hash>2changed for privacy8</md5-hash>
175
			<nt-hash>b8changed for privacy3f2406513</nt-hash>
176
			<expires/>
177
			<authorizedkeys/>
178
			<ipsecpsk/>
179
		</user>
180
		<nextuid>2000</nextuid>
181
		<nextgid>2000</nextgid>
182
		<timezone>Etc/UTC</timezone>
183
		<time-update-interval/>
184
		<timeservers>0.pfsense.pool.ntp.org</timeservers>
185
		<webgui>
186
			<protocol>https</protocol>
187
			<ssl-certref>4d6e1069274c6</ssl-certref>
188
			<port>100</port>
189
			<disablehttpredirect/>
190
		</webgui>
191
		<disablesegmentationoffloading/>
192
		<disablelargereceiveoffloading/>
193
		<enablesshd>enabled</enablesshd>
194
		<dnsserver>68.115.71.53</dnsserver>
195
		<dnsserver>24.196.64.53</dnsserver>
196
		<dnsallowoverride/>
197
		<dns1gwint>wan</dns1gwint>
198
		<dns2gwint>wan</dns2gwint>
199
		<dns3gwint>none</dns3gwint>
200
		<dns4gwint>none</dns4gwint>
201
		<firmware>
202
			<allowinvalidsig/>
203
		</firmware>
204
		<gitsync>
205
			<repositoryurl/>
206
			<branch/>
207
		</gitsync>
208
		<maximumstates/>
209
		<maximumtableentries/>
210
		<enablebinatreflection>yes</enablebinatreflection>
211
		<enablenatreflectionhelper>yes</enablenatreflectionhelper>
212
		<reflectiontimeout/>
213
	</system>
214
	<interfaces>
215
		<wan>
216
			<enable/>
217
			<if>re0</if>
218
			<blockpriv/>
219
			<blockbogons/>
220
			<media/>
221
			<mediaopt/>
222
			<descr><![CDATA[WAN]]></descr>
223
			<spoofmac>00:16:d3:05:7d:fc</spoofmac>
224
			<ipaddr>68.115.69.155</ipaddr>
225
			<subnet>29</subnet>
226
			<gateway>Default</gateway>
227
		</wan>
228
		<lan>
229
			<enable/>
230
			<if>rl0</if>
231
			<media/>
232
			<mediaopt/>
233
			<descr><![CDATA[LAN]]></descr>
234
			<ipaddr>192.168.0.100</ipaddr>
235
			<subnet>24</subnet>
236
			<spoofmac/>
237
		</lan>
238
	</interfaces>
239
	<staticroutes/>
240
	<dhcpd>
241
		<lan>
242
			<range>
243
				<from>192.168.0.101</from>
244
				<to>192.168.0.200</to>
245
			</range>
246
			<defaultleasetime/>
247
			<maxleasetime/>
248
			<netmask/>
249
			<failover_peerip/>
250
			<gateway/>
251
			<domain/>
252
			<domainsearchlist/>
253
			<ddnsdomain/>
254
			<tftp/>
255
			<ldap/>
256
			<next-server/>
257
			<filename/>
258
			<rootpath/>
259
			<numberoptions/>
260
			<staticmap>
261
				<mac>00:1b:a9:5b:7c:50</mac>
262
				<ipaddr>192.168.0.15</ipaddr>
263
				<hostname>BRN001BA95B7C50</hostname>
264
				<descr><![CDATA[Printer]]></descr>
265
				<netbootfile/>
266
			</staticmap>
267
			<staticmap>
268
				<mac>00:24:21:2d:08:c8</mac>
269
				<ipaddr>192.168.0.25</ipaddr>
270
				<hostname>Greatcomp</hostname>
271
				<descr/>
272
				<netbootfile/>
273
			</staticmap>
274
			<staticmap>
275
				<mac>6c:62:6d:0a:5b:5f</mac>
276
				<ipaddr>192.168.0.26</ipaddr>
277
				<hostname>MySQL</hostname>
278
				<descr/>
279
				<netbootfile/>
280
			</staticmap>
281
			<staticmap>
282
				<mac>00:15:5d:14:52:10</mac>
283
				<ipaddr>192.168.0.28</ipaddr>
284
				<hostname>Spiffyhorse</hostname>
285
				<descr/>
286
				<netbootfile/>
287
			</staticmap>
288
			<staticmap>
289
				<mac>00:15:5d:14:52:04</mac>
290
				<ipaddr>192.168.0.33</ipaddr>
291
				<hostname>Bittorrent</hostname>
292
				<descr/>
293
				<netbootfile/>
294
			</staticmap>
295
			<staticmap>
296
				<mac>00:1d:92:f3:c0:4a</mac>
297
				<ipaddr>192.168.0.50</ipaddr>
298
				<hostname>Server</hostname>
299
				<descr/>
300
				<netbootfile/>
301
			</staticmap>
302
			<staticmap>
303
				<mac>52:54:00:ac:9b:d3</mac>
304
				<ipaddr>192.168.0.51</ipaddr>
305
				<hostname>spiffyhorse</hostname>
306
				<descr><![CDATA[spiffyhorse2]]></descr>
307
				<netbootfile/>
308
			</staticmap>
309
			<staticmap>
310
				<mac>00:15:5d:14:52:12</mac>
311
				<ipaddr>192.168.0.52</ipaddr>
312
				<hostname>DigitalIV</hostname>
313
				<descr/>
314
				<netbootfile/>
315
			</staticmap>
316
			<staticmap>
317
				<mac>00:15:5d:14:52:13</mac>
318
				<ipaddr>192.168.0.53</ipaddr>
319
				<hostname>Ray</hostname>
320
				<descr/>
321
				<netbootfile/>
322
			</staticmap>
323
			<staticmap>
324
				<mac>00:15:5d:14:52:02</mac>
325
				<ipaddr>192.168.0.75</ipaddr>
326
				<hostname>Remote</hostname>
327
				<descr/>
328
				<netbootfile/>
329
			</staticmap>
330
			<enable/>
331
		</lan>
332
	</dhcpd>
333
	<pptpd>
334
		<mode/>
335
		<redir/>
336
		<localip/>
337
		<remoteip/>
338
	</pptpd>
339
	<dnsmasq>
340
		<enable/>
341
		<regdhcp/>
342
		<regdhcpstatic/>
343
	</dnsmasq>
344
	<snmpd>
345
		<syslocation/>
346
		<syscontact/>
347
		<rocommunity>public</rocommunity>
348
	</snmpd>
349
	<diag>
350
		<ipv6nat>
351
			<ipaddr/>
352
		</ipv6nat>
353
	</diag>
354
	<bridge/>
355
	<syslog/>
356
	<nat>
357
		<ipsecpassthru>
358
			<enable/>
359
		</ipsecpassthru>
360
		<rule>
361
			<source>
362
				<any/>
363
			</source>
364
			<destination>
365
				<address>68.115.69.155</address>
366
				<port>80</port>
367
			</destination>
368
			<protocol>tcp/udp</protocol>
369
			<target>192.168.0.28</target>
370
			<local-port>80</local-port>
371
			<interface>wan</interface>
372
			<descr/>
373
			<associated-rule-id>nat_4d6fdfa67a93e3.03206027</associated-rule-id>
374
		</rule>
375
		<rule>
376
			<source>
377
				<any/>
378
			</source>
379
			<destination>
380
				<address>68.115.69.156</address>
381
				<port>80</port>
382
			</destination>
383
			<protocol>tcp/udp</protocol>
384
			<target>192.168.0.53</target>
385
			<local-port>80</local-port>
386
			<interface>wan</interface>
387
			<descr/>
388
			<associated-rule-id>nat_4d7327f518c984.57753733</associated-rule-id>
389
		</rule>
390
		<rule>
391
			<source>
392
				<any/>
393
			</source>
394
			<destination>
395
				<address>68.115.69.156</address>
396
				<port>10001</port>
397
			</destination>
398
			<protocol>tcp</protocol>
399
			<target>192.168.0.53</target>
400
			<local-port>10001</local-port>
401
			<interface>wan</interface>
402
			<descr/>
403
			<associated-rule-id>nat_4d73ce0ea2cd57.33751193</associated-rule-id>
404
		</rule>
405
		<rule>
406
			<source>
407
				<any/>
408
			</source>
409
			<destination>
410
				<address>68.115.69.154</address>
411
				<port>80-443</port>
412
			</destination>
413
			<protocol>tcp/udp</protocol>
414
			<target>192.168.0.52</target>
415
			<local-port>80</local-port>
416
			<interface>wan</interface>
417
			<descr><![CDATA[digitaliv]]></descr>
418
			<associated-rule-id>nat_4d73a7a68a8677.13561857</associated-rule-id>
419
		</rule>
420
		<rule>
421
			<source>
422
				<any/>
423
			</source>
424
			<destination>
425
				<address>68.115.69.155</address>
426
				<port>3389</port>
427
			</destination>
428
			<protocol>tcp/udp</protocol>
429
			<target>192.168.0.25</target>
430
			<local-port>3389</local-port>
431
			<interface>wan</interface>
432
			<descr/>
433
			<associated-rule-id>nat_4d73b97089f835.79617924</associated-rule-id>
434
		</rule>
435
		<rule>
436
			<source>
437
				<any/>
438
			</source>
439
			<destination>
440
				<address>68.115.69.155</address>
441
				<port>6889</port>
442
			</destination>
443
			<protocol>tcp/udp</protocol>
444
			<target>192.168.0.33</target>
445
			<local-port>6889</local-port>
446
			<interface>wan</interface>
447
			<descr/>
448
			<associated-rule-id>nat_4d84b28b78a828.41880721</associated-rule-id>
449
		</rule>
450
	</nat>
451
	<filter>
452
		<rule>
453
			<id/>
454
			<type>pass</type>
455
			<interface>wan</interface>
456
			<tag/>
457
			<tagged/>
458
			<max/>
459
			<max-src-nodes/>
460
			<max-src-conn/>
461
			<max-src-states/>
462
			<statetimeout/>
463
			<statetype>keep state</statetype>
464
			<os/>
465
			<protocol>tcp</protocol>
466
			<source>
467
				<any/>
468
			</source>
469
			<destination>
470
				<address>192.168.0.28</address>
471
				<port>80</port>
472
			</destination>
473
			<descr><![CDATA[NAT ]]></descr>
474
			<associated-rule-id>nat_4d6fdfa67a93e3.03206027</associated-rule-id>
475
		</rule>
476
		<rule>
477
			<id/>
478
			<type>pass</type>
479
			<interface>lan</interface>
480
			<tag/>
481
			<tagged/>
482
			<max/>
483
			<max-src-nodes/>
484
			<max-src-conn/>
485
			<max-src-states/>
486
			<statetimeout/>
487
			<statetype>keep state</statetype>
488
			<os/>
489
			<source>
490
				<network>lan</network>
491
			</source>
492
			<destination>
493
				<any/>
494
			</destination>
495
			<descr><![CDATA[Default allow LAN to any rule]]></descr>
496
		</rule>
497
		<rule>
498
			<source>
499
				<any/>
500
			</source>
501
			<interface>wan</interface>
502
			<protocol>tcp/udp</protocol>
503
			<destination>
504
				<address>192.168.0.53</address>
505
				<port>80</port>
506
			</destination>
507
			<descr><![CDATA[NAT ]]></descr>
508
			<associated-rule-id>nat_4d7327f518c984.57753733</associated-rule-id>
509
		</rule>
510
		<rule>
511
			<source>
512
				<any/>
513
			</source>
514
			<interface>wan</interface>
515
			<protocol>tcp/udp</protocol>
516
			<destination>
517
				<address>192.168.0.52</address>
518
				<port>80-443</port>
519
			</destination>
520
			<descr><![CDATA[NAT digitaliv]]></descr>
521
			<associated-rule-id>nat_4d73a7a68a8677.13561857</associated-rule-id>
522
		</rule>
523
		<rule>
524
			<source>
525
				<any/>
526
			</source>
527
			<interface>wan</interface>
528
			<protocol>tcp/udp</protocol>
529
			<destination>
530
				<address>192.168.0.25</address>
531
				<port>3389</port>
532
			</destination>
533
			<descr><![CDATA[NAT ]]></descr>
534
			<associated-rule-id>nat_4d73b97089f835.79617924</associated-rule-id>
535
		</rule>
536
		<rule>
537
			<source>
538
				<any/>
539
			</source>
540
			<interface>wan</interface>
541
			<protocol>tcp</protocol>
542
			<destination>
543
				<address>192.168.0.53</address>
544
				<port>10001</port>
545
			</destination>
546
			<descr><![CDATA[NAT ]]></descr>
547
			<associated-rule-id>nat_4d73ce0ea2cd57.33751193</associated-rule-id>
548
		</rule>
549
		<rule>
550
			<source>
551
				<any/>
552
			</source>
553
			<interface>wan</interface>
554
			<protocol>tcp/udp</protocol>
555
			<destination>
556
				<address>192.168.0.33</address>
557
				<port>6889</port>
558
			</destination>
559
			<descr><![CDATA[NAT ]]></descr>
560
			<associated-rule-id>nat_4d84b28b78a828.41880721</associated-rule-id>
561
		</rule>
562
	</filter>
563
	<shaper/>
564
	<ipsec>
565
		<preferoldsa/>
566
	</ipsec>
567
	<aliases/>
568
	<proxyarp/>
569
	<cron>
570
		<item>
571
			<minute>0</minute>
572
			<hour>*</hour>
573
			<mday>*</mday>
574
			<month>*</month>
575
			<wday>*</wday>
576
			<who>root</who>
577
			<command>/usr/bin/nice -n20 newsyslog</command>
578
		</item>
579
		<item>
580
			<minute>1,31</minute>
581
			<hour>0-5</hour>
582
			<mday>*</mday>
583
			<month>*</month>
584
			<wday>*</wday>
585
			<who>root</who>
586
			<command>/usr/bin/nice -n20 adjkerntz -a</command>
587
		</item>
588
		<item>
589
			<minute>1</minute>
590
			<hour>3</hour>
591
			<mday>1</mday>
592
			<month>*</month>
593
			<wday>*</wday>
594
			<who>root</who>
595
			<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
596
		</item>
597
		<item>
598
			<minute>*/60</minute>
599
			<hour>*</hour>
600
			<mday>*</mday>
601
			<month>*</month>
602
			<wday>*</wday>
603
			<who>root</who>
604
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
605
		</item>
606
		<item>
607
			<minute>1</minute>
608
			<hour>1</hour>
609
			<mday>*</mday>
610
			<month>*</month>
611
			<wday>*</wday>
612
			<who>root</who>
613
			<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
614
		</item>
615
		<item>
616
			<minute>*/60</minute>
617
			<hour>*</hour>
618
			<mday>*</mday>
619
			<month>*</month>
620
			<wday>*</wday>
621
			<who>root</who>
622
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
623
		</item>
624
		<item>
625
			<minute>30</minute>
626
			<hour>12</hour>
627
			<mday>*</mday>
628
			<month>*</month>
629
			<wday>*</wday>
630
			<who>root</who>
631
			<command>/usr/bin/nice -n20 /etc/rc.update_urltables</command>
632
		</item>
633
	</cron>
634
	<wol/>
635
	<rrd>
636
		<enable/>
637
	</rrd>
638
	<load_balancer>
639
		<monitor_type>
640
			<name>ICMP</name>
641
			<type>icmp</type>
642
			<descr><![CDATA[ICMP]]></descr>
643
			<options/>
644
		</monitor_type>
645
		<monitor_type>
646
			<name>TCP</name>
647
			<type>tcp</type>
648
			<descr><![CDATA[Generic TCP]]></descr>
649
			<options/>
650
		</monitor_type>
651
		<monitor_type>
652
			<name>HTTP</name>
653
			<type>http</type>
654
			<descr><![CDATA[Generic HTTP]]></descr>
655
			<options>
656
				<path>/</path>
657
				<host/>
658
				<code>200</code>
659
			</options>
660
		</monitor_type>
661
		<monitor_type>
662
			<name>HTTPS</name>
663
			<type>https</type>
664
			<descr><![CDATA[Generic HTTPS]]></descr>
665
			<options>
666
				<path>/</path>
667
				<host/>
668
				<code>200</code>
669
			</options>
670
		</monitor_type>
671
		<monitor_type>
672
			<name>SMTP</name>
673
			<type>send</type>
674
			<descr><![CDATA[Generic SMTP]]></descr>
675
			<options>
676
				<send>EHLO nosuchhost</send>
677
				<expect>250-</expect>
678
			</options>
679
		</monitor_type>
680
	</load_balancer>
681
	<widgets>
682
		<sequence>system_information-container:col1:show,captive_portal_status-container:col1:close,carp_status-container:col1:close,cpu_graphs-container:col1:close,gateways-container:col1:close,gmirror_status-container:col1:close,installed_packages-container:col1:close,interface_statistics-container:col1:close,interfaces-container:col2:show,ipsec-container:col2:close,load_balancer_status-container:col2:close,log-container:col2:close,picture-container:col2:close,rss-container:col2:close,services_status-container:col2:close,traffic_graphs-container:col2:close</sequence>
683
	</widgets>
684
	<revision>
685
		<time>1300554108</time>
686
		<description><![CDATA[admin: /firewall_nat.php made unknown change]]></description>
687
		<username>admin</username>
688
	</revision>
689
	<openvpn/>
690
	<l7shaper>
691
		<container/>
692
	</l7shaper>
693
	<dnshaper/>
694
	<cert>
695
		<refid>4d6e1069274c6</refid>
696
		<descr><![CDATA[webConfigurator default]]></descr>
697
		<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVLRENDQTVHZ0F3SUJBZ0lKQU4wTk12OS8wZXBLTUEwR0NTcUdTSWIzRFFFQkJRVUFNSUcvTVFzd0NRWUQKVlFRR0V3SlZVekVTTUJBR0ExVUVDQk1KVTI5dFpYZG9aWEpsTVJFd0R3WURWUVFIRXdoVGIyMWxZMmwwZVRFVQpNQklHQTFVRUNoTUxRMjl0Y0dGdWVVNWhiV1V4THpBdEJnTlZCQXNUSms5eVoyRnVhWHBoZEdsdmJtRnNJRlZ1CmFYUWdUbUZ0WlNBb1pXY3NJSE5sWTNScGIyNHBNU1F3SWdZRFZRUURFeHREYjIxdGIyNGdUbUZ0WlNBb1pXY3MKSUZsUFZWSWdibUZ0WlNreEhEQWFCZ2txaGtpRzl3MEJDUUVXRFVWdFlXbHNJRUZrWkhKbGMzTXdIaGNOTVRFdwpNekF5TURrek9UVXpXaGNOTVRZd09ESXlNRGt6T1RVeldqQ0J2ekVMTUFrR0ExVUVCaE1DVlZNeEVqQVFCZ05WCkJBZ1RDVk52YldWM2FHVnlaVEVSTUE4R0ExVUVCeE1JVTI5dFpXTnBkSGt4RkRBU0JnTlZCQW9UQzBOdmJYQmgKYm5sT1lXMWxNUzh3TFFZRFZRUUxFeVpQY21kaGJtbDZZWFJwYjI1aGJDQlZibWwwSUU1aGJXVWdLR1ZuTENCegpaV04wYVc5dUtURWtNQ0lHQTFVRUF4TWJRMjl0Ylc5dUlFNWhiV1VnS0dWbkxDQlpUMVZTSUc1aGJXVXBNUnd3CkdnWUpLb1pJaHZjTkFRa0JGZzFGYldGcGJDQkJaR1J5WlhOek1JR2ZNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0R04KQURDQmlRS0JnUURoc05ZZXVNOVl5MittVkI0bHFwdFIyRmNHMDBLdk1vM1pndXpCNGs3b3JkL3pYM295OGUyYwo3M0JOZlZrRCtiK2JQbThubVlwdDRFek9rVEs3RmcrSndYektXaGltUkRHbGhLOWJDb0FoMWV6b01jeDExZGEyCkJvTVRTdCtVWHViZ3VzeDNPSXltRUxjeDVJbmFUYkJBTmNQclZWWjNWZzZPcGZleE1WTVIyd0lEQVFBQm80SUIKS0RDQ0FTUXdIUVlEVlIwT0JCWUVGSFFLNVJjNVB6a1hoVTFLRVNDNTF4aHl1MXJITUlIMEJnTlZIU01FZ2V3dwpnZW1BRkhRSzVSYzVQemtYaFUxS0VTQzUxeGh5dTFySG9ZSEZwSUhDTUlHL01Rc3dDUVlEVlFRR0V3SlZVekVTCk1CQUdBMVVFQ0JNSlUyOXRaWGRvWlhKbE1SRXdEd1lEVlFRSEV3aFRiMjFsWTJsMGVURVVNQklHQTFVRUNoTUwKUTI5dGNHRnVlVTVoYldVeEx6QXRCZ05WQkFzVEprOXlaMkZ1YVhwaGRHbHZibUZzSUZWdWFYUWdUbUZ0WlNBbwpaV2NzSUhObFkzUnBiMjRwTVNRd0lnWURWUVFERXh0RGIyMXRiMjRnVG1GdFpTQW9aV2NzSUZsUFZWSWdibUZ0ClpTa3hIREFhQmdrcWhraUc5dzBCQ1FFV0RVVnRZV2xzSUVGa1pISmxjM09DQ1FEZERUTC9mOUhxU2pBTUJnTlYKSFJNRUJUQURBUUgvTUEwR0NTcUdTSWIzRFFFQkJRVUFBNEdCQUdKV2pmMnA3NWE2MjZpSWZwcEN5aHl2Z1lFdgpscXl5SFdHL3F1WDBVeFY5NVU4dUNvMDQ2NmtpcSt3OXUva044SDNMdE84UXNhZ2pWdHlXOWhvYWpVUExjaCtaCkorQjI1dHV2SHRVVFBqb2Q3S25CazJqRlFhZGRydTRHaE80Q1ZyaHhldUxyNmwwTFFKakxWS3ZxRU9SZi9FL1EKbU9OdG9JcVRnWVdBVnNNcgotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
698
		<prv>R2VuZXJhdGluZyBSU0EgcHJpdmF0ZSBrZXksIDEwMjQgYml0IGxvbmcgbW9kdWx1cwouLi4uLisrKysrKwouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4rKysrKysKZSBpcyA2NTUzNyAoMHgxMDAwMSkKLS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVktLS0tLQpNSUlDWEFJQkFBS0JnUURoc05ZZXVNOVl5MittVkI0bHFwdFIyRmNHMDBLdk1vM1pndXpCNGs3b3JkL3pYM295CjhlMmM3M0JOZlZrRCtiK2JQbThubVlwdDRFek9rVEs3RmcrSndYektXaGltUkRHbGhLOWJDb0FoMWV6b01jeDEKMWRhMkJvTVRTdCtVWHViZ3VzeDNPSXltRUxjeDVJbmFUYkJBTmNQclZWWjNWZzZPcGZleE1WTVIyd0lEQVFBQgpBb0dBYktxYmZqRlh6Sll2VFBPbGpGZEg3N0Z0dmFDTXRCUndUakdHMDVlbWpNdmpUNmhDQ3pPSFNBL1ZqOG54CnlVTkFLWHgzUXFiZ0N5VjdkZDVkZ2MwT2Iwc0J3Rm1MUmw1QjBmSkNkNDdKS2hlQUJESzloanVvNnA4eUxmaTAKcnFKSS9xMEdBQU5xZ1R5UWx1dCtwa3pzVFVkeU5WMkI3allBZ3dOalFTSTdBaGtDUVFEM3drcWd5SFNMWmlrcQpRc2NOQkFVS1VTOWFsOVZnd0xqaVpYTEdqb0laZ3pCV28zT3NoRXllSUc4OHY4MEEyZjVYRmdVQUY2R2d6aXdyCjIzQUhoNHJ0QWtFQTZUS2hja3Z6c2U0TmhmcC9Rb2J6dzNBVDJCZVZSc0t2SXFwSEVOdWNlU0xQcGxqakppNFoKNWpyK0NtTkozYVZYN2o1c1MwNEtYbTRzWFlURWkrTE81d0pBUEc0dVo3TWRBaGREK1NQYWl5a3MxWXhod1hZQgpQSjBsTzB0RlNIcmY3cnNaNGpmeDhlVS9EdDZZWXpmaEY5RVVBVWZFcG5ZZEhTek1oMUg1ckV4NkxRSkFVY01BCnZCUkpNejlsMm0zRHBNMndOZnZiMlU0YmRwM1h6ZTJwMFExT3hXSWhNQS9HUktLeFRmbXRESE5YZUxENkxYd1IKZUMyNmtQVkw5TllTRzRIQVRRSkJBSXdaVU55blE5ZW9RQ2QrUHRZR1l0TWlwc0dqRyt0RWlWTzhLc1c1eEdkeQo2ejRjWi9DWHNJb0lYQSt1dHRLSThMRzN6TEVLMjVHYyt4aWl3ZlNiWTRVPQotLS0tLUVORCBSU0EgUFJJVkFURSBLRVktLS0tLQo=</prv>
699
	</cert>
700
	<ppps/>
701
	<gateways>
702
		<gateway_item>
703
			<interface>wan</interface>
704
			<gateway>68.115.69.153</gateway>
705
			<name>Default</name>
706
			<weight>1</weight>
707
			<descr/>
708
			<defaultgw/>
709
		</gateway_item>
710
	</gateways>
711
	<virtualip>
712
		<vip>
713
			<mode>proxyarp</mode>
714
			<interface>wan</interface>
715
			<descr><![CDATA[ip[2]]]></descr>
716
			<type>network</type>
717
			<subnet_bits>30</subnet_bits>
718
			<subnet>68.115.69.156</subnet>
719
		</vip>
720
		<vip>
721
			<mode>proxyarp</mode>
722
			<interface>wan</interface>
723
			<descr><![CDATA[ip[0]]]></descr>
724
			<type>single</type>
725
			<subnet_bits>32</subnet_bits>
726
			<subnet>68.115.69.154</subnet>
727
		</vip>
728
	</virtualip>
729
</pfsense>
    (1-1/1)