Project

General

Profile

Bug #1227 » separate.xml

config file w/o pwd hashes - Anton Vorobyov, 01/24/2011 07:09 PM

 
1
<?xml version="1.0"?>
2
<pfsense>
3
	<version>7.6</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>gate</hostname>
151
		<domain>local</domain>
152
		<dnsallowoverride>on</dnsallowoverride>
153
		<group>
154
			<name>all</name>
155
			<description><![CDATA[All Users]]></description>
156
			<scope>system</scope>
157
			<gid>1998</gid>
158
		</group>
159
		<group>
160
			<name>admins</name>
161
			<description><![CDATA[System Administrators]]></description>
162
			<scope>system</scope>
163
			<gid>1999</gid>
164
			<member>0</member>
165
			<member>2000</member>
166
			<priv>page-all</priv>
167
		</group>
168
		<user>
169
			<name>admin</name>
170
			<descr><![CDATA[System Administrator]]></descr>
171
			<scope>system</scope>
172
			<groupname>admins</groupname>
173
			<password>hash</password>
174
			<uid>0</uid>
175
			<priv>user-shell-access</priv>
176
			<md5-hash>hash</md5-hash>
177
			<nt-hash>hash</nt-hash>
178
		</user>
179
		<user>
180
			<scope>user</scope>
181
			<password>hash</password>
182
			<md5-hash>hash</md5-hash>
183
			<nt-hash>hash</nt-hash>
184
			<name>dfx</name>
185
			<descr><![CDATA[DarkPhoenix]]></descr>
186
			<expires/>
187
			<authorizedkeys/>
188
			<ipsecpsk/>
189
			<uid>2000</uid>
190
		</user>
191
		<nextuid>2001</nextuid>
192
		<nextgid>2000</nextgid>
193
		<timezone>Europe/Moscow</timezone>
194
		<time-update-interval>300</time-update-interval>
195
		<timeservers>0.pfsense.pool.ntp.org</timeservers>
196
		<webgui>
197
			<protocol>https</protocol>
198
			<ssl-certref>4d3dd60bc17d0</ssl-certref>
199
			<port/>
200
		</webgui>
201
		<disablenatreflection>yes</disablenatreflection>
202
		<disablesegmentationoffloading/>
203
		<disablelargereceiveoffloading/>
204
		<disableconsolemenu/>
205
		<enablesshd>enabled</enablesshd>
206
	</system>
207
	<interfaces>
208
		<wan>
209
			<enable/>
210
			<if>pppoe0</if>
211
			<ipaddr>pppoe</ipaddr>
212
			<blockpriv>on</blockpriv>
213
			<blockbogons>on</blockbogons>
214
			<media/>
215
			<mediaopt/>
216
			<descr><![CDATA[WAN]]></descr>
217
		</wan>
218
		<lan>
219
			<enable/>
220
			<if>rl0</if>
221
			<ipaddr>192.168.0.1</ipaddr>
222
			<subnet>24</subnet>
223
			<media/>
224
			<mediaopt/>
225
			<descr><![CDATA[LAN]]></descr>
226
		</lan>
227
		<opt1>
228
			<descr><![CDATA[OPT1]]></descr>
229
			<if>rl1</if>
230
			<enable/>
231
			<ipaddr>192.168.1.1</ipaddr>
232
			<subnet>24</subnet>
233
			<spoofmac/>
234
		</opt1>
235
		<opt2>
236
			<descr><![CDATA[OPT2]]></descr>
237
			<if>rl2</if>
238
			<enable/>
239
			<ipaddr>192.168.2.1</ipaddr>
240
			<subnet>24</subnet>
241
			<spoofmac/>
242
		</opt2>
243
	</interfaces>
244
	<staticroutes/>
245
	<dhcpd>
246
		<lan>
247
			<enable/>
248
			<range>
249
				<from>192.168.0.10</from>
250
				<to>192.168.0.245</to>
251
			</range>
252
		</lan>
253
		<opt4>
254
			<range>
255
				<from/>
256
				<to/>
257
			</range>
258
			<defaultleasetime/>
259
			<maxleasetime/>
260
			<netmask/>
261
			<failover_peerip/>
262
			<gateway/>
263
			<domain/>
264
			<domainsearchlist/>
265
			<ddnsdomain/>
266
			<tftp/>
267
			<ldap/>
268
			<next-server/>
269
			<filename/>
270
			<rootpath/>
271
			<numberoptions/>
272
		</opt4>
273
		<opt1>
274
			<range>
275
				<from>192.168.1.10</from>
276
				<to>192.168.1.245</to>
277
			</range>
278
			<defaultleasetime/>
279
			<maxleasetime/>
280
			<netmask/>
281
			<failover_peerip/>
282
			<gateway/>
283
			<domain/>
284
			<domainsearchlist/>
285
			<enable/>
286
			<ddnsdomain/>
287
			<tftp/>
288
			<ldap/>
289
			<next-server/>
290
			<filename/>
291
			<rootpath/>
292
			<numberoptions/>
293
		</opt1>
294
		<opt2>
295
			<range>
296
				<from>192.168.2.10</from>
297
				<to>192.168.2.245</to>
298
			</range>
299
			<defaultleasetime/>
300
			<maxleasetime/>
301
			<netmask/>
302
			<failover_peerip/>
303
			<gateway/>
304
			<domain/>
305
			<domainsearchlist/>
306
			<enable/>
307
			<ddnsdomain/>
308
			<tftp/>
309
			<ldap/>
310
			<next-server/>
311
			<filename/>
312
			<rootpath/>
313
			<numberoptions/>
314
		</opt2>
315
	</dhcpd>
316
	<pptpd>
317
		<mode/>
318
		<redir/>
319
		<localip/>
320
		<remoteip/>
321
	</pptpd>
322
	<dnsmasq>
323
		<enable/>
324
	</dnsmasq>
325
	<snmpd>
326
		<syslocation/>
327
		<syscontact/>
328
		<rocommunity>public</rocommunity>
329
	</snmpd>
330
	<diag>
331
		<ipv6nat>
332
			<ipaddr/>
333
		</ipv6nat>
334
	</diag>
335
	<bridge/>
336
	<syslog/>
337
	<nat>
338
		<ipsecpassthru>
339
			<enable/>
340
		</ipsecpassthru>
341
	</nat>
342
	<filter>
343
		<rule>
344
			<id/>
345
			<type>pass</type>
346
			<interface>wan</interface>
347
			<tag/>
348
			<tagged/>
349
			<max/>
350
			<max-src-nodes/>
351
			<max-src-conn/>
352
			<max-src-states/>
353
			<statetimeout/>
354
			<statetype>keep state</statetype>
355
			<os/>
356
			<protocol>tcp</protocol>
357
			<source>
358
				<any/>
359
			</source>
360
			<destination>
361
				<network>wanip</network>
362
				<port>22</port>
363
			</destination>
364
			<descr><![CDATA[Allow WAN-sshconf]]></descr>
365
		</rule>
366
		<rule>
367
			<id/>
368
			<type>pass</type>
369
			<interface>wan</interface>
370
			<tag/>
371
			<tagged/>
372
			<max/>
373
			<max-src-nodes/>
374
			<max-src-conn/>
375
			<max-src-states/>
376
			<statetimeout/>
377
			<statetype>keep state</statetype>
378
			<os/>
379
			<protocol>tcp</protocol>
380
			<source>
381
				<any/>
382
			</source>
383
			<destination>
384
				<network>wanip</network>
385
				<port>80</port>
386
			</destination>
387
			<descr><![CDATA[Allow WAN-webconf]]></descr>
388
		</rule>
389
		<rule>
390
			<id/>
391
			<type>pass</type>
392
			<interface>wan</interface>
393
			<tag/>
394
			<tagged/>
395
			<max/>
396
			<max-src-nodes/>
397
			<max-src-conn/>
398
			<max-src-states/>
399
			<statetimeout/>
400
			<statetype>keep state</statetype>
401
			<os/>
402
			<protocol>tcp</protocol>
403
			<source>
404
				<any/>
405
			</source>
406
			<destination>
407
				<network>wanip</network>
408
				<port>443</port>
409
			</destination>
410
			<descr><![CDATA[Allow WAN-webconf]]></descr>
411
		</rule>
412
		<rule>
413
			<type>pass</type>
414
			<descr><![CDATA[Default allow LAN to any rule]]></descr>
415
			<interface>lan</interface>
416
			<source>
417
				<network>lan</network>
418
			</source>
419
			<destination>
420
				<any/>
421
			</destination>
422
		</rule>
423
		<rule>
424
			<id/>
425
			<type>pass</type>
426
			<interface>opt1</interface>
427
			<tag/>
428
			<tagged/>
429
			<max/>
430
			<max-src-nodes/>
431
			<max-src-conn/>
432
			<max-src-states/>
433
			<statetimeout/>
434
			<statetype>keep state</statetype>
435
			<os/>
436
			<source>
437
				<network>opt1</network>
438
			</source>
439
			<destination>
440
				<any/>
441
			</destination>
442
			<descr><![CDATA[Default allow OPT1 to any rule]]></descr>
443
		</rule>
444
		<rule>
445
			<id/>
446
			<type>pass</type>
447
			<interface>opt2</interface>
448
			<tag/>
449
			<tagged/>
450
			<max/>
451
			<max-src-nodes/>
452
			<max-src-conn/>
453
			<max-src-states/>
454
			<statetimeout/>
455
			<statetype>keep state</statetype>
456
			<os></os>
457
			<source>
458
				<network>opt2</network>
459
			</source>
460
			<destination>
461
				<any/>
462
			</destination>
463
			<descr><![CDATA[Default allow OPT2 to any rule]]></descr>
464
		</rule>
465
	</filter>
466
	<shaper/>
467
	<ipsec>
468
		<preferoldsa/>
469
	</ipsec>
470
	<aliases/>
471
	<proxyarp/>
472
	<cron>
473
		<item>
474
			<minute>0</minute>
475
			<hour>*</hour>
476
			<mday>*</mday>
477
			<month>*</month>
478
			<wday>*</wday>
479
			<who>root</who>
480
			<command>/usr/bin/nice -n20 newsyslog</command>
481
		</item>
482
		<item>
483
			<minute>1,31</minute>
484
			<hour>0-5</hour>
485
			<mday>*</mday>
486
			<month>*</month>
487
			<wday>*</wday>
488
			<who>root</who>
489
			<command>/usr/bin/nice -n20 adjkerntz -a</command>
490
		</item>
491
		<item>
492
			<minute>1</minute>
493
			<hour>3</hour>
494
			<mday>1</mday>
495
			<month>*</month>
496
			<wday>*</wday>
497
			<who>root</who>
498
			<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
499
		</item>
500
		<item>
501
			<minute>*/60</minute>
502
			<hour>*</hour>
503
			<mday>*</mday>
504
			<month>*</month>
505
			<wday>*</wday>
506
			<who>root</who>
507
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
508
		</item>
509
		<item>
510
			<minute>1</minute>
511
			<hour>1</hour>
512
			<mday>*</mday>
513
			<month>*</month>
514
			<wday>*</wday>
515
			<who>root</who>
516
			<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
517
		</item>
518
		<item>
519
			<minute>*/60</minute>
520
			<hour>*</hour>
521
			<mday>*</mday>
522
			<month>*</month>
523
			<wday>*</wday>
524
			<who>root</who>
525
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
526
		</item>
527
		<item>
528
			<minute>30</minute>
529
			<hour>12</hour>
530
			<mday>*</mday>
531
			<month>*</month>
532
			<wday>*</wday>
533
			<who>root</who>
534
			<command>/usr/bin/nice -n20 /etc/rc.update_urltables</command>
535
		</item>
536
	</cron>
537
	<wol/>
538
	<rrd>
539
		<enable/>
540
	</rrd>
541
	<load_balancer>
542
		<monitor_type>
543
			<name>ICMP</name>
544
			<type>icmp</type>
545
			<descr><![CDATA[ICMP]]></descr>
546
			<options/>
547
		</monitor_type>
548
		<monitor_type>
549
			<name>TCP</name>
550
			<type>tcp</type>
551
			<descr><![CDATA[Generic TCP]]></descr>
552
			<options/>
553
		</monitor_type>
554
		<monitor_type>
555
			<name>HTTP</name>
556
			<type>http</type>
557
			<descr><![CDATA[Generic HTTP]]></descr>
558
			<options>
559
				<path>/</path>
560
				<host/>
561
				<code>200</code>
562
			</options>
563
		</monitor_type>
564
		<monitor_type>
565
			<name>HTTPS</name>
566
			<type>https</type>
567
			<descr><![CDATA[Generic HTTPS]]></descr>
568
			<options>
569
				<path>/</path>
570
				<host/>
571
				<code>200</code>
572
			</options>
573
		</monitor_type>
574
		<monitor_type>
575
			<name>SMTP</name>
576
			<type>send</type>
577
			<descr><![CDATA[Generic SMTP]]></descr>
578
			<options>
579
				<send>EHLO nosuchhost</send>
580
				<expect>250-</expect>
581
			</options>
582
		</monitor_type>
583
	</load_balancer>
584
	<widgets>
585
		<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>
586
	</widgets>
587
	<revision>
588
		<time>1295909445</time>
589
		<description><![CDATA[dfx: /firewall_rules_edit.php made unknown change]]></description>
590
		<username>dfx</username>
591
	</revision>
592
	<openvpn/>
593
	<l7shaper>
594
		<container/>
595
	</l7shaper>
596
	<dnshaper/>
597
	<cert>
598
		<refid>4d3dd60bc17d0</refid>
599
		<descr><![CDATA[webConfigurator default]]></descr>
600
		<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVLRENDQTVHZ0F3SUJBZ0lKQUxwRDhTRW03dnZGTUEwR0NTcUdTSWIzRFFFQkJRVUFNSUcvTVFzd0NRWUQKVlFRR0V3SlZVekVTTUJBR0ExVUVDQk1KVTI5dFpYZG9aWEpsTVJFd0R3WURWUVFIRXdoVGIyMWxZMmwwZVRFVQpNQklHQTFVRUNoTUxRMjl0Y0dGdWVVNWhiV1V4THpBdEJnTlZCQXNUSms5eVoyRnVhWHBoZEdsdmJtRnNJRlZ1CmFYUWdUbUZ0WlNBb1pXY3NJSE5sWTNScGIyNHBNU1F3SWdZRFZRUURFeHREYjIxdGIyNGdUbUZ0WlNBb1pXY3MKSUZsUFZWSWdibUZ0WlNreEhEQWFCZ2txaGtpRzl3MEJDUUVXRFVWdFlXbHNJRUZrWkhKbGMzTXdIaGNOTVRFdwpNVEkwTVRrME1qQTBXaGNOTVRZd056RTJNVGswTWpBMFdqQ0J2ekVMTUFrR0ExVUVCaE1DVlZNeEVqQVFCZ05WCkJBZ1RDVk52YldWM2FHVnlaVEVSTUE4R0ExVUVCeE1JVTI5dFpXTnBkSGt4RkRBU0JnTlZCQW9UQzBOdmJYQmgKYm5sT1lXMWxNUzh3TFFZRFZRUUxFeVpQY21kaGJtbDZZWFJwYjI1aGJDQlZibWwwSUU1aGJXVWdLR1ZuTENCegpaV04wYVc5dUtURWtNQ0lHQTFVRUF4TWJRMjl0Ylc5dUlFNWhiV1VnS0dWbkxDQlpUMVZTSUc1aGJXVXBNUnd3CkdnWUpLb1pJaHZjTkFRa0JGZzFGYldGcGJDQkJaR1J5WlhOek1JR2ZNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0R04KQURDQmlRS0JnUURKeEpTMHl0b21tQ1A0bUVmZXFHVThVVmZoTXQ3eWVreWluL09tUU5xcytFRG5UcnBFV05tVApDQ0taajBVRTQ1UEFDQ3pDbUlhbHlDM1lvaUNqYWJHNVpqRlBNQVhEdDBDczN3TnFCSGV2RDM3aXFWM0YyQmN4CnFQSWx5QkVubW9QNTBnK3FHRlN0c2haaGdvRVFxdWdpZWVoMTlORVp0cW03cWIxZmxyMUVNUUlEQVFBQm80SUIKS0RDQ0FTUXdIUVlEVlIwT0JCWUVGTW5IL2hHYU1FTXpGV0d2bXVoRjZaUVZqM2krTUlIMEJnTlZIU01FZ2V3dwpnZW1BRk1uSC9oR2FNRU16RldHdm11aEY2WlFWajNpK29ZSEZwSUhDTUlHL01Rc3dDUVlEVlFRR0V3SlZVekVTCk1CQUdBMVVFQ0JNSlUyOXRaWGRvWlhKbE1SRXdEd1lEVlFRSEV3aFRiMjFsWTJsMGVURVVNQklHQTFVRUNoTUwKUTI5dGNHRnVlVTVoYldVeEx6QXRCZ05WQkFzVEprOXlaMkZ1YVhwaGRHbHZibUZzSUZWdWFYUWdUbUZ0WlNBbwpaV2NzSUhObFkzUnBiMjRwTVNRd0lnWURWUVFERXh0RGIyMXRiMjRnVG1GdFpTQW9aV2NzSUZsUFZWSWdibUZ0ClpTa3hIREFhQmdrcWhraUc5dzBCQ1FFV0RVVnRZV2xzSUVGa1pISmxjM09DQ1FDNlEvRWhKdTc3eFRBTUJnTlYKSFJNRUJUQURBUUgvTUEwR0NTcUdTSWIzRFFFQkJRVUFBNEdCQUNSRFVYRWphdVQvNW5MWE1WbTNpWlNNTXdBZgozKysxTDRETWMrK015K2l4VGFRcElBbTFvdVBKSWtCUUxyWlN6eEFBWW11QThTSVBHc3RodnZhTU5WZ29PMWNnCmlLMkFHNFZVN3lrTlFNb0JLc3RYbG1malpmdkc2MzdDdk5YV3VVa0F1QXJxNEhHL3M4WTRzTXVjU294cTN5RWUKbmRaUGZxNGN3VTQ4VVZxcQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
601
		<prv>R2VuZXJhdGluZyBSU0EgcHJpdmF0ZSBrZXksIDEwMjQgYml0IGxvbmcgbW9kdWx1cwouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4rKysrKysKLi4uLi4uLisrKysrKwplIGlzIDY1NTM3ICgweDEwMDAxKQotLS0tLUJFR0lOIFJTQSBQUklWQVRFIEtFWS0tLS0tCk1JSUNYQUlCQUFLQmdRREp4SlMweXRvbW1DUDRtRWZlcUdVOFVWZmhNdDd5ZWt5aW4vT21RTnFzK0VEblRycEUKV05tVENDS1pqMFVFNDVQQUNDekNtSWFseUMzWW9pQ2phYkc1WmpGUE1BWER0MENzM3dOcUJIZXZEMzdpcVYzRgoyQmN4cVBJbHlCRW5tb1A1MGcrcUdGU3RzaFpoZ29FUXF1Z2llZWgxOU5FWnRxbTdxYjFmbHIxRU1RSURBUUFCCkFvR0FleHEzNkg4RUR4d3dobExUTnVUanI2T3B6THN2RUI3U2R6N0VlQ0dGeXBkRmNsdTBobEwzblNBUGpFVy8KeExYZHhnSzIzSndYT3pzaHpkVk51S2FhU2dEWHcyM2wwVUl0ZDk2QjNYcmNoYUhKRFduUnYwYnZFL0p5clVhNQpaZUlsblJnc01RbjJVTjV4Vlp2MjEwQ21zeWZRSVlzL2FaT0J6SkVkQU5aQ3hBRUNRUURsM3EwRU55SFdjMzZjCjhpOWk4SGdRQnZiajk4ZVRBamdjWUZIanBIZUxGeDc4d3ZSQ2h3dFZQRzBjZjJHRW5QZzh4YlFON0JOZHJNU3MKZWJzWUczRVJBa0VBNExRZ0JBZEk1bHFlWXhkOWtYSWNJZFRQVUY3dVV1dmFuZE42WVViWXV1NkJTdmJ3S0pubQpGL0w4czBRVWx3WktlaXFmblpIdVpiaEVybHBicDVpaElRSkFFcUtmd2lTNkVJbWliUlRSTktNc0NKaVg4VmxJCkM2bjFaSStHYy84RVZmbFU0TWJwU0c5c1FzZTRUTVFpNHI1YS9ZcEZrNDljN280d0Q0OTYxSFI5RVFKQU1UN28Kd1ZsRFhkREFZNkV6VU52OFZHSEthYWZVZlhIWlFMdW5WNGhxV1ZXS0duN1NGV1BkTEtTQlExeUpVcXY3U0pqcwowR0M2S2FyZnlvSmRFZmIrWVFKQkFNcWxvTXZORkdKMGo1Zmg0eEgvcXdWVEhtcWFaL1QxcmdhcVIvempHZFV4CkhlZ1phMTVzSFA3QUZzTmxLWkVCNmR0cXFVU1dOLzdLdWNVSXZFTzgxL2c9Ci0tLS0tRU5EIFJTQSBQUklWQVRFIEtFWS0tLS0tCg==</prv>
602
	</cert>
603
	<ppps>
604
		<ppp>
605
			<ptpid>0</ptpid>
606
			<type>pppoe</type>
607
			<if>pppoe0</if>
608
			<ports>re0</ports>
609
			<username>ptn</username>
610
			<password>cHRu</password>
611
			<ondemand>on</ondemand>
612
		</ppp>
613
	</ppps>
614
	<gateways/>
615
	<bridges/>
616
	<ifgroups/>
617
</pfsense>
(1-1/2)