Project

General

Profile

Bug #2910 ยป config-fw1-dev.localdomain-20130325222234.xml

Chris Buechler, 03/25/2013 10:25 PM

 
1
<?xml version="1.0"?>
2
<pfsense>
3
	<version>9.4</version>
4
	<lastchange/>
5
	<theme>pfsense_ng</theme>
6
	<sysctl>
7
		<item>
8
			<descr><![CDATA[Enable mounting the FS read only with more checks.]]></descr>
9
			<tunable>vfs.forcesync</tunable>
10
			<value>default</value>
11
		</item>
12
		<item>
13
			<descr><![CDATA[Disable the pf ftp proxy handler.]]></descr>
14
			<tunable>debug.pfftpproxy</tunable>
15
			<value>default</value>
16
		</item>
17
		<item>
18
			<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>
19
			<tunable>vfs.read_max</tunable>
20
			<value>default</value>
21
		</item>
22
		<item>
23
			<descr><![CDATA[Set the ephemeral port range to be lower.]]></descr>
24
			<tunable>net.inet.ip.portrange.first</tunable>
25
			<value>default</value>
26
		</item>
27
		<item>
28
			<descr><![CDATA[Drop packets to closed TCP ports without returning a RST]]></descr>
29
			<tunable>net.inet.tcp.blackhole</tunable>
30
			<value>default</value>
31
		</item>
32
		<item>
33
			<descr><![CDATA[Do not send ICMP port unreachable messages for closed UDP ports]]></descr>
34
			<tunable>net.inet.udp.blackhole</tunable>
35
			<value>default</value>
36
		</item>
37
		<item>
38
			<descr><![CDATA[Randomize the ID field in IP packets (default is 0: sequential IP IDs)]]></descr>
39
			<tunable>net.inet.ip.random_id</tunable>
40
			<value>default</value>
41
		</item>
42
		<item>
43
			<descr><![CDATA[Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)]]></descr>
44
			<tunable>net.inet.tcp.drop_synfin</tunable>
45
			<value>default</value>
46
		</item>
47
		<item>
48
			<descr><![CDATA[Enable sending IPv4 redirects]]></descr>
49
			<tunable>net.inet.ip.redirect</tunable>
50
			<value>default</value>
51
		</item>
52
		<item>
53
			<descr><![CDATA[Enable sending IPv6 redirects]]></descr>
54
			<tunable>net.inet6.ip6.redirect</tunable>
55
			<value>default</value>
56
		</item>
57
		<item>
58
			<descr><![CDATA[Enable privacy settings for IPv6 (RFC 4941)]]></descr>
59
			<tunable>net.inet6.ip6.use_tempaddr</tunable>
60
			<value>default</value>
61
		</item>
62
		<item>
63
			<descr><![CDATA[Prefer privacy addresses and use them over the normal addresses]]></descr>
64
			<tunable>net.inet6.ip6.prefer_tempaddr</tunable>
65
			<value>default</value>
66
		</item>
67
		<item>
68
			<descr><![CDATA[Generate SYN cookies for outbound SYN-ACK packets]]></descr>
69
			<tunable>net.inet.tcp.syncookies</tunable>
70
			<value>default</value>
71
		</item>
72
		<item>
73
			<descr><![CDATA[Maximum incoming/outgoing TCP datagram size (receive)]]></descr>
74
			<tunable>net.inet.tcp.recvspace</tunable>
75
			<value>default</value>
76
		</item>
77
		<item>
78
			<descr><![CDATA[Maximum incoming/outgoing TCP datagram size (send)]]></descr>
79
			<tunable>net.inet.tcp.sendspace</tunable>
80
			<value>default</value>
81
		</item>
82
		<item>
83
			<descr><![CDATA[IP Fastforwarding]]></descr>
84
			<tunable>net.inet.ip.fastforwarding</tunable>
85
			<value>default</value>
86
		</item>
87
		<item>
88
			<descr><![CDATA[Do not delay ACK to try and piggyback it onto a data packet]]></descr>
89
			<tunable>net.inet.tcp.delayed_ack</tunable>
90
			<value>default</value>
91
		</item>
92
		<item>
93
			<descr><![CDATA[Maximum outgoing UDP datagram size]]></descr>
94
			<tunable>net.inet.udp.maxdgram</tunable>
95
			<value>default</value>
96
		</item>
97
		<item>
98
			<descr><![CDATA[Handling of non-IP packets which are not passed to pfil (see if_bridge(4))]]></descr>
99
			<tunable>net.link.bridge.pfil_onlyip</tunable>
100
			<value>default</value>
101
		</item>
102
		<item>
103
			<descr><![CDATA[Set to 0 to disable filtering on the incoming and outgoing member interfaces.]]></descr>
104
			<tunable>net.link.bridge.pfil_member</tunable>
105
			<value>default</value>
106
		</item>
107
		<item>
108
			<descr><![CDATA[Set to 1 to enable filtering on the bridge interface]]></descr>
109
			<tunable>net.link.bridge.pfil_bridge</tunable>
110
			<value>default</value>
111
		</item>
112
		<item>
113
			<descr><![CDATA[Allow unprivileged access to tap(4) device nodes]]></descr>
114
			<tunable>net.link.tap.user_open</tunable>
115
			<value>default</value>
116
		</item>
117
		<item>
118
			<descr><![CDATA[Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())]]></descr>
119
			<tunable>kern.randompid</tunable>
120
			<value>default</value>
121
		</item>
122
		<item>
123
			<descr><![CDATA[Maximum size of the IP input queue]]></descr>
124
			<tunable>net.inet.ip.intr_queue_maxlen</tunable>
125
			<value>default</value>
126
		</item>
127
		<item>
128
			<descr><![CDATA[Disable CTRL+ALT+Delete reboot from keyboard.]]></descr>
129
			<tunable>hw.syscons.kbd_reboot</tunable>
130
			<value>default</value>
131
		</item>
132
		<item>
133
			<descr><![CDATA[Enable TCP Inflight mode]]></descr>
134
			<tunable>net.inet.tcp.inflight.enable</tunable>
135
			<value>default</value>
136
		</item>
137
		<item>
138
			<descr><![CDATA[Enable TCP extended debugging]]></descr>
139
			<tunable>net.inet.tcp.log_debug</tunable>
140
			<value>default</value>
141
		</item>
142
		<item>
143
			<descr><![CDATA[Set ICMP Limits]]></descr>
144
			<tunable>net.inet.icmp.icmplim</tunable>
145
			<value>default</value>
146
		</item>
147
		<item>
148
			<descr><![CDATA[TCP Offload Engine]]></descr>
149
			<tunable>net.inet.tcp.tso</tunable>
150
			<value>default</value>
151
		</item>
152
		<item>
153
			<descr><![CDATA[Maximum socket buffer size]]></descr>
154
			<tunable>kern.ipc.maxsockbuf</tunable>
155
			<value>default</value>
156
		</item>
157
	</sysctl>
158
	<system>
159
		<optimization>normal</optimization>
160
		<hostname>fw1-dev</hostname>
161
		<domain>localdomain</domain>
162
		<group>
163
			<name>all</name>
164
			<description><![CDATA[All Users]]></description>
165
			<scope>system</scope>
166
			<gid>1998</gid>
167
			<member>0</member>
168
		</group>
169
		<group>
170
			<name>admins</name>
171
			<description><![CDATA[System Administrators]]></description>
172
			<scope>system</scope>
173
			<gid>1999</gid>
174
			<member>0</member>
175
			<priv>page-all</priv>
176
		</group>
177
		<user>
178
			<name>admin</name>
179
			<descr><![CDATA[System Administrator]]></descr>
180
			<scope>system</scope>
181
			<groupname>admins</groupname>
182
			<password>$1$dSJImFph$GvZ7.1UbuWu.Yb8etC0re.</password>
183
			<uid>0</uid>
184
			<priv>user-shell-access</priv>
185
		</user>
186
		<nextuid>2000</nextuid>
187
		<nextgid>2000</nextgid>
188
		<timezone>CST6CDT</timezone>
189
		<time-update-interval/>
190
		<timeservers>0.pfsense.pool.ntp.org</timeservers>
191
		<webgui>
192
			<protocol>https</protocol>
193
			<ssl-certref>514fc8d5cb51c</ssl-certref>
194
			<port/>
195
			<max_procs>2</max_procs>
196
		</webgui>
197
		<disablenatreflection>yes</disablenatreflection>
198
		<disablesegmentationoffloading/>
199
		<disablelargereceiveoffloading/>
200
		<ipv6allow/>
201
		<powerd_ac_mode>hadp</powerd_ac_mode>
202
		<powerd_battery_mode>hadp</powerd_battery_mode>
203
		<bogons>
204
			<interval>monthly</interval>
205
		</bogons>
206
		<language>en_US</language>
207
		<dnsserver>8.8.8.8</dnsserver>
208
		<dnsserver>8.8.4.4</dnsserver>
209
		<dnsallowoverride/>
210
		<dns1gw>none</dns1gw>
211
		<dns2gw>none</dns2gw>
212
		<dns3gw>none</dns3gw>
213
		<dns4gw>none</dns4gw>
214
		<serialspeed>9600</serialspeed>
215
		<enablesshd>enabled</enablesshd>
216
	</system>
217
	<interfaces>
218
		<wan>
219
			<enable/>
220
			<if>em0</if>
221
			<blockpriv/>
222
			<blockbogons/>
223
			<descr><![CDATA[WAN]]></descr>
224
			<spoofmac/>
225
			<ipaddr>192.168.15.23</ipaddr>
226
			<subnet>28</subnet>
227
			<gateway>WANGW</gateway>
228
		</wan>
229
		<lan>
230
			<enable/>
231
			<if>em1</if>
232
			<descr><![CDATA[LAN]]></descr>
233
			<spoofmac/>
234
		</lan>
235
		<opt1>
236
			<if>em2</if>
237
			<descr><![CDATA[OPT1]]></descr>
238
			<ipaddr>172.20.3.29</ipaddr>
239
			<subnet>24</subnet>
240
			<enable/>
241
		</opt1>
242
		<opt2>
243
			<if>em3</if>
244
			<descr><![CDATA[OPT2]]></descr>
245
		</opt2>
246
	</interfaces>
247
	<dhcpd>
248
		<lan>
249
			<range>
250
				<from>192.168.1.100</from>
251
				<to>192.168.1.199</to>
252
			</range>
253
			<failover_peerip/>
254
			<dhcpleaseinlocaltime/>
255
			<defaultleasetime/>
256
			<maxleasetime/>
257
			<netmask/>
258
			<gateway/>
259
			<domain/>
260
			<domainsearchlist/>
261
			<ddnsdomain/>
262
			<mac_allow/>
263
			<mac_deny/>
264
			<tftp/>
265
			<ldap/>
266
			<nextserver/>
267
			<filename/>
268
			<rootpath/>
269
			<numberoptions/>
270
		</lan>
271
	</dhcpd>
272
	<pptpd>
273
		<mode/>
274
		<redir/>
275
		<localip/>
276
		<remoteip/>
277
	</pptpd>
278
	<dnsmasq>
279
		<enable/>
280
	</dnsmasq>
281
	<snmpd>
282
		<syslocation/>
283
		<syscontact/>
284
		<rocommunity>public</rocommunity>
285
	</snmpd>
286
	<diag>
287
		<ipv6nat>
288
			<ipaddr/>
289
		</ipv6nat>
290
	</diag>
291
	<bridge/>
292
	<syslog/>
293
	<nat>
294
		<ipsecpassthru>
295
			<enable/>
296
		</ipsecpassthru>
297
	</nat>
298
	<filter>
299
		<rule>
300
			<type>pass</type>
301
			<ipprotocol>inet</ipprotocol>
302
			<descr><![CDATA[Default allow LAN to any rule]]></descr>
303
			<interface>lan</interface>
304
			<source>
305
				<network>lan</network>
306
			</source>
307
			<destination>
308
				<any/>
309
			</destination>
310
		</rule>
311
		<rule>
312
			<type>pass</type>
313
			<ipprotocol>inet6</ipprotocol>
314
			<descr><![CDATA[Default allow LAN IPv6 to any rule]]></descr>
315
			<interface>lan</interface>
316
			<source>
317
				<network>lan</network>
318
			</source>
319
			<destination>
320
				<any/>
321
			</destination>
322
		</rule>
323
		<rule>
324
			<id/>
325
			<type>pass</type>
326
			<interface>opt1</interface>
327
			<ipprotocol>inet</ipprotocol>
328
			<tag/>
329
			<tagged/>
330
			<max/>
331
			<max-src-nodes/>
332
			<max-src-conn/>
333
			<max-src-states/>
334
			<statetimeout/>
335
			<statetype>keep state</statetype>
336
			<os/>
337
			<source>
338
				<any/>
339
			</source>
340
			<destination>
341
				<any/>
342
			</destination>
343
			<descr/>
344
		</rule>
345
	</filter>
346
	<shaper/>
347
	<ipsec/>
348
	<aliases/>
349
	<proxyarp/>
350
	<cron>
351
		<item>
352
			<minute>0</minute>
353
			<hour>*</hour>
354
			<mday>*</mday>
355
			<month>*</month>
356
			<wday>*</wday>
357
			<who>root</who>
358
			<command>/usr/bin/nice -n20 newsyslog</command>
359
		</item>
360
		<item>
361
			<minute>1,31</minute>
362
			<hour>0-5</hour>
363
			<mday>*</mday>
364
			<month>*</month>
365
			<wday>*</wday>
366
			<who>root</who>
367
			<command>/usr/bin/nice -n20 adjkerntz -a</command>
368
		</item>
369
		<item>
370
			<minute>1</minute>
371
			<hour>3</hour>
372
			<mday>1</mday>
373
			<month>*</month>
374
			<wday>*</wday>
375
			<who>root</who>
376
			<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
377
		</item>
378
		<item>
379
			<minute>*/60</minute>
380
			<hour>*</hour>
381
			<mday>*</mday>
382
			<month>*</month>
383
			<wday>*</wday>
384
			<who>root</who>
385
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
386
		</item>
387
		<item>
388
			<minute>1</minute>
389
			<hour>1</hour>
390
			<mday>*</mday>
391
			<month>*</month>
392
			<wday>*</wday>
393
			<who>root</who>
394
			<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
395
		</item>
396
		<item>
397
			<minute>*/60</minute>
398
			<hour>*</hour>
399
			<mday>*</mday>
400
			<month>*</month>
401
			<wday>*</wday>
402
			<who>root</who>
403
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
404
		</item>
405
		<item>
406
			<minute>30</minute>
407
			<hour>12</hour>
408
			<mday>*</mday>
409
			<month>*</month>
410
			<wday>*</wday>
411
			<who>root</who>
412
			<command>/usr/bin/nice -n20 /etc/rc.update_urltables</command>
413
		</item>
414
	</cron>
415
	<wol/>
416
	<rrd>
417
		<enable/>
418
	</rrd>
419
	<load_balancer>
420
		<monitor_type>
421
			<name>ICMP</name>
422
			<type>icmp</type>
423
			<descr><![CDATA[ICMP]]></descr>
424
			<options/>
425
		</monitor_type>
426
		<monitor_type>
427
			<name>TCP</name>
428
			<type>tcp</type>
429
			<descr><![CDATA[Generic TCP]]></descr>
430
			<options/>
431
		</monitor_type>
432
		<monitor_type>
433
			<name>HTTP</name>
434
			<type>http</type>
435
			<descr><![CDATA[Generic HTTP]]></descr>
436
			<options>
437
				<path>/</path>
438
				<host/>
439
				<code>200</code>
440
			</options>
441
		</monitor_type>
442
		<monitor_type>
443
			<name>HTTPS</name>
444
			<type>https</type>
445
			<descr><![CDATA[Generic HTTPS]]></descr>
446
			<options>
447
				<path>/</path>
448
				<host/>
449
				<code>200</code>
450
			</options>
451
		</monitor_type>
452
		<monitor_type>
453
			<name>SMTP</name>
454
			<type>send</type>
455
			<descr><![CDATA[Generic SMTP]]></descr>
456
			<options>
457
				<send/>
458
				<expect>220 *</expect>
459
			</options>
460
		</monitor_type>
461
	</load_balancer>
462
	<widgets>
463
		<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>
464
	</widgets>
465
	<revision>
466
		<time>1364254987</time>
467
		<description><![CDATA[admin@172.27.33.176: /firewall_nat_1to1.php made unknown change]]></description>
468
		<username>admin@172.27.33.176</username>
469
	</revision>
470
	<dhcpdv6/>
471
	<openvpn/>
472
	<l7shaper>
473
		<container/>
474
	</l7shaper>
475
	<dnshaper/>
476
	<cert>
477
		<refid>514fc8d5cb51c</refid>
478
		<descr><![CDATA[webConfigurator default]]></descr>
479
		<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVLRENDQTVHZ0F3SUJBZ0lKQVA2NWhlU25NN1dGTUEwR0NTcUdTSWIzRFFFQkN3VUFNSUcvTVFzd0NRWUQKVlFRR0V3SlZVekVTTUJBR0ExVUVDQk1KVTI5dFpYZG9aWEpsTVJFd0R3WURWUVFIRXdoVGIyMWxZMmwwZVRFVQpNQklHQTFVRUNoTUxRMjl0Y0dGdWVVNWhiV1V4THpBdEJnTlZCQXNUSms5eVoyRnVhWHBoZEdsdmJtRnNJRlZ1CmFYUWdUbUZ0WlNBb1pXY3NJSE5sWTNScGIyNHBNU1F3SWdZRFZRUURFeHREYjIxdGIyNGdUbUZ0WlNBb1pXY3MKSUZsUFZWSWdibUZ0WlNreEhEQWFCZ2txaGtpRzl3MEJDUUVXRFVWdFlXbHNJRUZrWkhKbGMzTXdIaGNOTVRNdwpNekkxTURNME56TXpXaGNOTVRnd09URTFNRE0wTnpNeldqQ0J2ekVMTUFrR0ExVUVCaE1DVlZNeEVqQVFCZ05WCkJBZ1RDVk52YldWM2FHVnlaVEVSTUE4R0ExVUVCeE1JVTI5dFpXTnBkSGt4RkRBU0JnTlZCQW9UQzBOdmJYQmgKYm5sT1lXMWxNUzh3TFFZRFZRUUxFeVpQY21kaGJtbDZZWFJwYjI1aGJDQlZibWwwSUU1aGJXVWdLR1ZuTENCegpaV04wYVc5dUtURWtNQ0lHQTFVRUF4TWJRMjl0Ylc5dUlFNWhiV1VnS0dWbkxDQlpUMVZTSUc1aGJXVXBNUnd3CkdnWUpLb1pJaHZjTkFRa0JGZzFGYldGcGJDQkJaR1J5WlhOek1JR2ZNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0R04KQURDQmlRS0JnUUR0Z2NDWUZjRTV4MG9jMjdVMEVQR3grYUU0amhBeVAxa3hYZVU1VlFjSnZOK2VMSmR6Ulc4TAo2K09teFpzNkFyYkg5UjFLTm4xaGhPVkhaYkdUQm02bXMyWHMrQkRtbnl2M1Z1Z2xrYk4wckxGU1JwdUpPZGtCCnVWRm1DWHlvU09WRWNZZXlpTnU2SkxqRjhsU1BNMEhqaXJnTWYwd0pQY2ZnY0I5eTdRbWxqd0lEQVFBQm80SUIKS0RDQ0FTUXdIUVlEVlIwT0JCWUVGR3p2U3JRZFJneGozSkh6Ym5aWm1IMGUxQWZITUlIMEJnTlZIU01FZ2V3dwpnZW1BRkd6dlNyUWRSZ3hqM0pIemJuWlptSDBlMUFmSG9ZSEZwSUhDTUlHL01Rc3dDUVlEVlFRR0V3SlZVekVTCk1CQUdBMVVFQ0JNSlUyOXRaWGRvWlhKbE1SRXdEd1lEVlFRSEV3aFRiMjFsWTJsMGVURVVNQklHQTFVRUNoTUwKUTI5dGNHRnVlVTVoYldVeEx6QXRCZ05WQkFzVEprOXlaMkZ1YVhwaGRHbHZibUZzSUZWdWFYUWdUbUZ0WlNBbwpaV2NzSUhObFkzUnBiMjRwTVNRd0lnWURWUVFERXh0RGIyMXRiMjRnVG1GdFpTQW9aV2NzSUZsUFZWSWdibUZ0ClpTa3hIREFhQmdrcWhraUc5dzBCQ1FFV0RVVnRZV2xzSUVGa1pISmxjM09DQ1FEK3VZWGtwek8xaFRBTUJnTlYKSFJNRUJUQURBUUgvTUEwR0NTcUdTSWIzRFFFQkN3VUFBNEdCQUpDUzFjNWpVRnF3azVmWlBDaW56RFVLSE4zTQp2TGxzTCtlNzI5N3NtMDhiQ1FtaXpDbGpDSWxZZXZVekdpTWZ3VzI4Uyt6RUVtRUF0cjF3ekNoM1dpVFNSVEVCClp2THUxdGxGTStoVG9uUWZ3Qm44cjF0QzBJN3o3dnBxR2pXOXpWU3g0MDlUOHpkN0pJWXVtMWsvZVdHUG9RVzEKYUE3TVlKaFNVM2tHZVovTgotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
480
		<prv>R2VuZXJhdGluZyBSU0EgcHJpdmF0ZSBrZXksIDEwMjQgYml0IGxvbmcgbW9kdWx1cwouLi4uLi4uLi4rKysrKysKLi4uLi4uLisrKysrKwplIGlzIDY1NTM3ICgweDEwMDAxKQotLS0tLUJFR0lOIFJTQSBQUklWQVRFIEtFWS0tLS0tCk1JSUNYUUlCQUFLQmdRRHRnY0NZRmNFNXgwb2MyN1UwRVBHeCthRTRqaEF5UDFreFhlVTVWUWNKdk4rZUxKZHoKUlc4TDYrT214WnM2QXJiSDlSMUtObjFoaE9WSFpiR1RCbTZtczJYcytCRG1ueXYzVnVnbGtiTjByTEZTUnB1SgpPZGtCdVZGbUNYeW9TT1ZFY1lleWlOdTZKTGpGOGxTUE0wSGppcmdNZjB3SlBjZmdjQjl5N1FtbGp3SURBUUFCCkFvR0JBSkp0bmFUbVBMUDNsMHpGZENrK2pSU3lGK0M3VFdiOVFXczdQWGlrWUd0emc5YU1IVytYRGtpbVRUdGoKdHprRHRWY0FXdWVIUXJQZDhGR2RjK1oyWDc2ODMxL1dUQU9zTmJ2TENEeVNOWFhaQUphNmFkS3lQbzlnWTErSApPcTJPcnIvOWxvYWpTQlF3WGwxZ1d4dGFtRkd5dXMwOEVUL1VyRWRVb2VhNXdqY2hBa0VBKzFVTlJhcGNKOHlkCkVGaU5UV3FXY2VaL2pIeWQ4S0JHd1NSSjl4SXdrVFQvUGpUUFVQNThHdUhCQktXQzYwNU9nNnpFWTcrZlROcVoKdFhFZkxuTmdzUUpCQVBIcTkrQm1WcHkrdlNSSEJzZTNIaXNKNFJXRXJCRUZYOVc4Y2pRNUFVa1p4dVpHemIycwpQb1lCb3NNM3hXZGZmN0hFUnFuek1kTXl4OUQramtPNCtqOENRQWJ2QWI2NlJIQ1VwSUNlOE1jQitjU0twMW9vCjFmS2RlVlk2dWcrbTROQWd0aW54S3djQS9rdC9qdU9oN1Vxd2psbnptamRtUWU3TTJSQzRYalBaMndFQ1FRRHAKOE45a0VaTVFZU05uUVlnOCtjZ2l0cHNEeEJqaEhPRmdQNnZ3OUc5WjBhT1diRUhwZWZlOGZ6aDJzQ2dsbnlSTgpOQkZocDl3MjhKUnFkci84blpUaEFrQlhVendQS0RTTUw5VTQ3WlVNMTMzY0tpdy90YUZRUFF6V1VUcm5NUlBDCmZENkMwdVMwZkZPem9KdFBLMlFCd1didVdkTG9wSHN4SnVXN2hIVk1tSExQCi0tLS0tRU5EIFJTQSBQUklWQVRFIEtFWS0tLS0tCg==</prv>
481
	</cert>
482
	<gateways>
483
		<gateway_item>
484
			<interface>wan</interface>
485
			<gateway>192.168.15.1</gateway>
486
			<name>WANGW</name>
487
			<weight/>
488
			<ipprotocol/>
489
			<interval/>
490
			<descr/>
491
			<defaultgw/>
492
		</gateway_item>
493
		<gateway_item>
494
			<interface>opt1</interface>
495
			<gateway>172.20.3.1</gateway>
496
			<name>fw1_office</name>
497
			<weight>1</weight>
498
			<ipprotocol>inet</ipprotocol>
499
			<interval/>
500
			<descr/>
501
			<monitor_disable/>
502
		</gateway_item>
503
		<gateway_group>
504
			<name>testGroup</name>
505
			<item>WANGW|1|address</item>
506
			<item>fw1_office|2|address</item>
507
			<trigger>down</trigger>
508
			<descr/>
509
		</gateway_group>
510
	</gateways>
511
	<ppps/>
512
</pfsense>
    (1-1/1)