Project

General

Profile

Bug #1227 » bridge.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
			<spoofmac/>
232
		</opt1>
233
		<opt2>
234
			<descr><![CDATA[OPT2]]></descr>
235
			<if>rl2</if>
236
			<enable/>
237
			<spoofmac/>
238
		</opt2>
239
		<opt3>
240
			<descr><![CDATA[Bridge]]></descr>
241
			<if>bridge0</if>
242
			<enable/>
243
			<ipaddr>192.168.10.1</ipaddr>
244
			<subnet>24</subnet>
245
			<spoofmac/>
246
		</opt3>
247
	</interfaces>
248
	<staticroutes/>
249
	<dhcpd>
250
		<lan>
251
			<enable/>
252
			<range>
253
				<from>192.168.0.10</from>
254
				<to>192.168.0.245</to>
255
			</range>
256
		</lan>
257
		<opt4>
258
			<range>
259
				<from/>
260
				<to/>
261
			</range>
262
			<defaultleasetime/>
263
			<maxleasetime/>
264
			<netmask/>
265
			<failover_peerip/>
266
			<gateway/>
267
			<domain/>
268
			<domainsearchlist/>
269
			<ddnsdomain/>
270
			<tftp/>
271
			<ldap/>
272
			<next-server/>
273
			<filename/>
274
			<rootpath/>
275
			<numberoptions/>
276
		</opt4>
277
		<opt1>
278
			<range>
279
				<from/>
280
				<to/>
281
			</range>
282
			<defaultleasetime/>
283
			<maxleasetime/>
284
			<netmask/>
285
			<failover_peerip/>
286
			<gateway/>
287
			<domain/>
288
			<domainsearchlist/>
289
			<ddnsdomain/>
290
			<tftp/>
291
			<ldap/>
292
			<next-server/>
293
			<filename/>
294
			<rootpath/>
295
			<numberoptions/>
296
		</opt1>
297
		<opt2>
298
			<range>
299
				<from/>
300
				<to/>
301
			</range>
302
			<defaultleasetime/>
303
			<maxleasetime/>
304
			<netmask/>
305
			<failover_peerip/>
306
			<gateway/>
307
			<domain/>
308
			<domainsearchlist/>
309
			<ddnsdomain/>
310
			<tftp/>
311
			<ldap/>
312
			<next-server/>
313
			<filename/>
314
			<rootpath/>
315
			<numberoptions/>
316
		</opt2>
317
		<opt3>
318
			<range>
319
				<from>192.168.10.10</from>
320
				<to>192.168.10.245</to>
321
			</range>
322
			<defaultleasetime/>
323
			<maxleasetime/>
324
			<netmask/>
325
			<failover_peerip/>
326
			<gateway/>
327
			<domain/>
328
			<domainsearchlist/>
329
			<enable/>
330
			<ddnsdomain/>
331
			<tftp/>
332
			<ldap/>
333
			<next-server/>
334
			<filename/>
335
			<rootpath/>
336
			<numberoptions/>
337
		</opt3>
338
	</dhcpd>
339
	<pptpd>
340
		<mode/>
341
		<redir/>
342
		<localip/>
343
		<remoteip/>
344
	</pptpd>
345
	<dnsmasq>
346
		<enable/>
347
	</dnsmasq>
348
	<snmpd>
349
		<syslocation/>
350
		<syscontact/>
351
		<rocommunity>public</rocommunity>
352
	</snmpd>
353
	<diag>
354
		<ipv6nat>
355
			<ipaddr/>
356
		</ipv6nat>
357
	</diag>
358
	<bridge/>
359
	<syslog/>
360
	<nat>
361
		<ipsecpassthru>
362
			<enable/>
363
		</ipsecpassthru>
364
	</nat>
365
	<filter>
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>22</port>
386
			</destination>
387
			<descr><![CDATA[Allow WAN-sshconf]]></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>80</port>
409
			</destination>
410
			<descr><![CDATA[Allow WAN-webconf]]></descr>
411
		</rule>
412
		<rule>
413
			<id/>
414
			<type>pass</type>
415
			<interface>wan</interface>
416
			<tag/>
417
			<tagged/>
418
			<max/>
419
			<max-src-nodes/>
420
			<max-src-conn/>
421
			<max-src-states/>
422
			<statetimeout/>
423
			<statetype>keep state</statetype>
424
			<os/>
425
			<protocol>tcp</protocol>
426
			<source>
427
				<any/>
428
			</source>
429
			<destination>
430
				<network>wanip</network>
431
				<port>443</port>
432
			</destination>
433
			<descr><![CDATA[Allow WAN-webconf]]></descr>
434
		</rule>
435
		<rule>
436
			<type>pass</type>
437
			<descr><![CDATA[Default allow LAN to any rule]]></descr>
438
			<interface>lan</interface>
439
			<source>
440
				<network>lan</network>
441
			</source>
442
			<destination>
443
				<any/>
444
			</destination>
445
		</rule>
446
		<rule>
447
			<id/>
448
			<type>pass</type>
449
			<interface>opt3</interface>
450
			<tag/>
451
			<tagged/>
452
			<max/>
453
			<max-src-nodes/>
454
			<max-src-conn/>
455
			<max-src-states/>
456
			<statetimeout/>
457
			<statetype>keep state</statetype>
458
			<os/>
459
			<source>
460
				<network>opt3</network>
461
			</source>
462
			<destination>
463
				<any/>
464
			</destination>
465
			<descr><![CDATA[Default allow BRIDGE to any rule]]></descr>
466
		</rule>
467
	</filter>
468
	<shaper/>
469
	<ipsec>
470
		<preferoldsa/>
471
	</ipsec>
472
	<aliases/>
473
	<proxyarp/>
474
	<cron>
475
		<item>
476
			<minute>0</minute>
477
			<hour>*</hour>
478
			<mday>*</mday>
479
			<month>*</month>
480
			<wday>*</wday>
481
			<who>root</who>
482
			<command>/usr/bin/nice -n20 newsyslog</command>
483
		</item>
484
		<item>
485
			<minute>1,31</minute>
486
			<hour>0-5</hour>
487
			<mday>*</mday>
488
			<month>*</month>
489
			<wday>*</wday>
490
			<who>root</who>
491
			<command>/usr/bin/nice -n20 adjkerntz -a</command>
492
		</item>
493
		<item>
494
			<minute>1</minute>
495
			<hour>3</hour>
496
			<mday>1</mday>
497
			<month>*</month>
498
			<wday>*</wday>
499
			<who>root</who>
500
			<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
501
		</item>
502
		<item>
503
			<minute>*/60</minute>
504
			<hour>*</hour>
505
			<mday>*</mday>
506
			<month>*</month>
507
			<wday>*</wday>
508
			<who>root</who>
509
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
510
		</item>
511
		<item>
512
			<minute>1</minute>
513
			<hour>1</hour>
514
			<mday>*</mday>
515
			<month>*</month>
516
			<wday>*</wday>
517
			<who>root</who>
518
			<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
519
		</item>
520
		<item>
521
			<minute>*/60</minute>
522
			<hour>*</hour>
523
			<mday>*</mday>
524
			<month>*</month>
525
			<wday>*</wday>
526
			<who>root</who>
527
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
528
		</item>
529
		<item>
530
			<minute>30</minute>
531
			<hour>12</hour>
532
			<mday>*</mday>
533
			<month>*</month>
534
			<wday>*</wday>
535
			<who>root</who>
536
			<command>/usr/bin/nice -n20 /etc/rc.update_urltables</command>
537
		</item>
538
	</cron>
539
	<wol/>
540
	<rrd>
541
		<enable/>
542
	</rrd>
543
	<load_balancer>
544
		<monitor_type>
545
			<name>ICMP</name>
546
			<type>icmp</type>
547
			<descr><![CDATA[ICMP]]></descr>
548
			<options/>
549
		</monitor_type>
550
		<monitor_type>
551
			<name>TCP</name>
552
			<type>tcp</type>
553
			<descr><![CDATA[Generic TCP]]></descr>
554
			<options/>
555
		</monitor_type>
556
		<monitor_type>
557
			<name>HTTP</name>
558
			<type>http</type>
559
			<descr><![CDATA[Generic HTTP]]></descr>
560
			<options>
561
				<path>/</path>
562
				<host/>
563
				<code>200</code>
564
			</options>
565
		</monitor_type>
566
		<monitor_type>
567
			<name>HTTPS</name>
568
			<type>https</type>
569
			<descr><![CDATA[Generic HTTPS]]></descr>
570
			<options>
571
				<path>/</path>
572
				<host/>
573
				<code>200</code>
574
			</options>
575
		</monitor_type>
576
		<monitor_type>
577
			<name>SMTP</name>
578
			<type>send</type>
579
			<descr><![CDATA[Generic SMTP]]></descr>
580
			<options>
581
				<send>EHLO nosuchhost</send>
582
				<expect>250-</expect>
583
			</options>
584
		</monitor_type>
585
	</load_balancer>
586
	<widgets>
587
		<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>
588
	</widgets>
589
	<revision>
590
		<time>1295911613</time>
591
		<description><![CDATA[dfx: /firewall_rules.php made unknown change]]></description>
592
		<username>dfx</username>
593
	</revision>
594
	<openvpn/>
595
	<l7shaper>
596
		<container/>
597
	</l7shaper>
598
	<dnshaper/>
599
	<cert>
600
		<refid>4d3dd60bc17d0</refid>
601
		<descr><![CDATA[webConfigurator default]]></descr>
602
		<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVLRENDQTVHZ0F3SUJBZ0lKQUxwRDhTRW03dnZGTUEwR0NTcUdTSWIzRFFFQkJRVUFNSUcvTVFzd0NRWUQKVlFRR0V3SlZVekVTTUJBR0ExVUVDQk1KVTI5dFpYZG9aWEpsTVJFd0R3WURWUVFIRXdoVGIyMWxZMmwwZVRFVQpNQklHQTFVRUNoTUxRMjl0Y0dGdWVVNWhiV1V4THpBdEJnTlZCQXNUSms5eVoyRnVhWHBoZEdsdmJtRnNJRlZ1CmFYUWdUbUZ0WlNBb1pXY3NJSE5sWTNScGIyNHBNU1F3SWdZRFZRUURFeHREYjIxdGIyNGdUbUZ0WlNBb1pXY3MKSUZsUFZWSWdibUZ0WlNreEhEQWFCZ2txaGtpRzl3MEJDUUVXRFVWdFlXbHNJRUZrWkhKbGMzTXdIaGNOTVRFdwpNVEkwTVRrME1qQTBXaGNOTVRZd056RTJNVGswTWpBMFdqQ0J2ekVMTUFrR0ExVUVCaE1DVlZNeEVqQVFCZ05WCkJBZ1RDVk52YldWM2FHVnlaVEVSTUE4R0ExVUVCeE1JVTI5dFpXTnBkSGt4RkRBU0JnTlZCQW9UQzBOdmJYQmgKYm5sT1lXMWxNUzh3TFFZRFZRUUxFeVpQY21kaGJtbDZZWFJwYjI1aGJDQlZibWwwSUU1aGJXVWdLR1ZuTENCegpaV04wYVc5dUtURWtNQ0lHQTFVRUF4TWJRMjl0Ylc5dUlFNWhiV1VnS0dWbkxDQlpUMVZTSUc1aGJXVXBNUnd3CkdnWUpLb1pJaHZjTkFRa0JGZzFGYldGcGJDQkJaR1J5WlhOek1JR2ZNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0R04KQURDQmlRS0JnUURKeEpTMHl0b21tQ1A0bUVmZXFHVThVVmZoTXQ3eWVreWluL09tUU5xcytFRG5UcnBFV05tVApDQ0taajBVRTQ1UEFDQ3pDbUlhbHlDM1lvaUNqYWJHNVpqRlBNQVhEdDBDczN3TnFCSGV2RDM3aXFWM0YyQmN4CnFQSWx5QkVubW9QNTBnK3FHRlN0c2haaGdvRVFxdWdpZWVoMTlORVp0cW03cWIxZmxyMUVNUUlEQVFBQm80SUIKS0RDQ0FTUXdIUVlEVlIwT0JCWUVGTW5IL2hHYU1FTXpGV0d2bXVoRjZaUVZqM2krTUlIMEJnTlZIU01FZ2V3dwpnZW1BRk1uSC9oR2FNRU16RldHdm11aEY2WlFWajNpK29ZSEZwSUhDTUlHL01Rc3dDUVlEVlFRR0V3SlZVekVTCk1CQUdBMVVFQ0JNSlUyOXRaWGRvWlhKbE1SRXdEd1lEVlFRSEV3aFRiMjFsWTJsMGVURVVNQklHQTFVRUNoTUwKUTI5dGNHRnVlVTVoYldVeEx6QXRCZ05WQkFzVEprOXlaMkZ1YVhwaGRHbHZibUZzSUZWdWFYUWdUbUZ0WlNBbwpaV2NzSUhObFkzUnBiMjRwTVNRd0lnWURWUVFERXh0RGIyMXRiMjRnVG1GdFpTQW9aV2NzSUZsUFZWSWdibUZ0ClpTa3hIREFhQmdrcWhraUc5dzBCQ1FFV0RVVnRZV2xzSUVGa1pISmxjM09DQ1FDNlEvRWhKdTc3eFRBTUJnTlYKSFJNRUJUQURBUUgvTUEwR0NTcUdTSWIzRFFFQkJRVUFBNEdCQUNSRFVYRWphdVQvNW5MWE1WbTNpWlNNTXdBZgozKysxTDRETWMrK015K2l4VGFRcElBbTFvdVBKSWtCUUxyWlN6eEFBWW11QThTSVBHc3RodnZhTU5WZ29PMWNnCmlLMkFHNFZVN3lrTlFNb0JLc3RYbG1malpmdkc2MzdDdk5YV3VVa0F1QXJxNEhHL3M4WTRzTXVjU294cTN5RWUKbmRaUGZxNGN3VTQ4VVZxcQotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
603
		<prv>R2VuZXJhdGluZyBSU0EgcHJpdmF0ZSBrZXksIDEwMjQgYml0IGxvbmcgbW9kdWx1cwouLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4uLi4rKysrKysKLi4uLi4uLisrKysrKwplIGlzIDY1NTM3ICgweDEwMDAxKQotLS0tLUJFR0lOIFJTQSBQUklWQVRFIEtFWS0tLS0tCk1JSUNYQUlCQUFLQmdRREp4SlMweXRvbW1DUDRtRWZlcUdVOFVWZmhNdDd5ZWt5aW4vT21RTnFzK0VEblRycEUKV05tVENDS1pqMFVFNDVQQUNDekNtSWFseUMzWW9pQ2phYkc1WmpGUE1BWER0MENzM3dOcUJIZXZEMzdpcVYzRgoyQmN4cVBJbHlCRW5tb1A1MGcrcUdGU3RzaFpoZ29FUXF1Z2llZWgxOU5FWnRxbTdxYjFmbHIxRU1RSURBUUFCCkFvR0FleHEzNkg4RUR4d3dobExUTnVUanI2T3B6THN2RUI3U2R6N0VlQ0dGeXBkRmNsdTBobEwzblNBUGpFVy8KeExYZHhnSzIzSndYT3pzaHpkVk51S2FhU2dEWHcyM2wwVUl0ZDk2QjNYcmNoYUhKRFduUnYwYnZFL0p5clVhNQpaZUlsblJnc01RbjJVTjV4Vlp2MjEwQ21zeWZRSVlzL2FaT0J6SkVkQU5aQ3hBRUNRUURsM3EwRU55SFdjMzZjCjhpOWk4SGdRQnZiajk4ZVRBamdjWUZIanBIZUxGeDc4d3ZSQ2h3dFZQRzBjZjJHRW5QZzh4YlFON0JOZHJNU3MKZWJzWUczRVJBa0VBNExRZ0JBZEk1bHFlWXhkOWtYSWNJZFRQVUY3dVV1dmFuZE42WVViWXV1NkJTdmJ3S0pubQpGL0w4czBRVWx3WktlaXFmblpIdVpiaEVybHBicDVpaElRSkFFcUtmd2lTNkVJbWliUlRSTktNc0NKaVg4VmxJCkM2bjFaSStHYy84RVZmbFU0TWJwU0c5c1FzZTRUTVFpNHI1YS9ZcEZrNDljN280d0Q0OTYxSFI5RVFKQU1UN28Kd1ZsRFhkREFZNkV6VU52OFZHSEthYWZVZlhIWlFMdW5WNGhxV1ZXS0duN1NGV1BkTEtTQlExeUpVcXY3U0pqcwowR0M2S2FyZnlvSmRFZmIrWVFKQkFNcWxvTXZORkdKMGo1Zmg0eEgvcXdWVEhtcWFaL1QxcmdhcVIvempHZFV4CkhlZ1phMTVzSFA3QUZzTmxLWkVCNmR0cXFVU1dOLzdLdWNVSXZFTzgxL2c9Ci0tLS0tRU5EIFJTQSBQUklWQVRFIEtFWS0tLS0tCg==</prv>
604
	</cert>
605
	<ppps>
606
		<ppp>
607
			<ptpid>0</ptpid>
608
			<type>pppoe</type>
609
			<if>pppoe0</if>
610
			<ports>re0</ports>
611
			<username>ptn</username>
612
			<password>cHRu</password>
613
			<ondemand>on</ondemand>
614
		</ppp>
615
	</ppps>
616
	<gateways/>
617
	<bridges>
618
		<bridged>
619
			<members>opt1,opt2</members>
620
			<descr><![CDATA[LAN bridge]]></descr>
621
			<maxaddr/>
622
			<timeout/>
623
			<maxage/>
624
			<fwdelay/>
625
			<hellotime/>
626
			<priority/>
627
			<proto>rstp</proto>
628
			<holdcount/>
629
			<ifpriority/>
630
			<ifpathcost/>
631
			<bridgeif>bridge0</bridgeif>
632
		</bridged>
633
	</bridges>
634
	<ifgroups/>
635
</pfsense>
(2-2/2)