Project

General

Profile

Bug #727 ยป config-router01.frappant.local-20100709142753.xml

tom hensel, 07/09/2010 08:29 AM

 
1
<?xml version="1.0"?>
2
<pfsense>
3
	<version>6.4</version>
4
	<lastchange/>
5
	<theme>pfsense_ng</theme>
6
	<sysctl>
7
		<item>
8
			<desc>Set the ephemeral port range to be lower.</desc>
9
			<tunable>net.inet.ip.portrange.first</tunable>
10
			<value>default</value>
11
		</item>
12
		<item>
13
			<desc>Drop packets to closed TCP ports without returning a RST</desc>
14
			<tunable>net.inet.tcp.blackhole</tunable>
15
			<value>default</value>
16
		</item>
17
		<item>
18
			<desc>Do not send ICMP port unreachable messages for closed UDP ports</desc>
19
			<tunable>net.inet.udp.blackhole</tunable>
20
			<value>default</value>
21
		</item>
22
		<item>
23
			<desc>Randomize the ID field in IP packets (default is 0: sequential IP IDs)</desc>
24
			<tunable>net.inet.ip.random_id</tunable>
25
			<value>default</value>
26
		</item>
27
		<item>
28
			<desc>Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)</desc>
29
			<tunable>net.inet.tcp.drop_synfin</tunable>
30
			<value>default</value>
31
		</item>
32
		<item>
33
			<desc>Enable sending IPv4 redirects</desc>
34
			<tunable>net.inet.ip.redirect</tunable>
35
			<value>default</value>
36
		</item>
37
		<item>
38
			<desc>Enable sending IPv6 redirects</desc>
39
			<tunable>net.inet6.ip6.redirect</tunable>
40
			<value>default</value>
41
		</item>
42
		<item>
43
			<desc>Generate SYN cookies for outbound SYN-ACK packets</desc>
44
			<tunable>net.inet.tcp.syncookies</tunable>
45
			<value>default</value>
46
		</item>
47
		<item>
48
			<desc>Maximum incoming/outgoing TCP datagram size (receive)</desc>
49
			<tunable>net.inet.tcp.recvspace</tunable>
50
			<value>default</value>
51
		</item>
52
		<item>
53
			<desc>Maximum incoming/outgoing TCP datagram size (send)</desc>
54
			<tunable>net.inet.tcp.sendspace</tunable>
55
			<value>default</value>
56
		</item>
57
		<item>
58
			<desc>IP Fastforwarding</desc>
59
			<tunable>net.inet.ip.fastforwarding</tunable>
60
			<value>default</value>
61
		</item>
62
		<item>
63
			<desc>Do not delay ACK to try and piggyback it onto a data packet</desc>
64
			<tunable>net.inet.tcp.delayed_ack</tunable>
65
			<value>default</value>
66
		</item>
67
		<item>
68
			<desc>Maximum outgoing UDP datagram size</desc>
69
			<tunable>net.inet.udp.maxdgram</tunable>
70
			<value>default</value>
71
		</item>
72
		<item>
73
			<desc>Handling of non-IP packets which are not passed to pfil (see if_bridge(4))</desc>
74
			<tunable>net.link.bridge.pfil_onlyip</tunable>
75
			<value>default</value>
76
		</item>
77
		<item>
78
			<desc>Set to 0 to disable filtering on the incoming and outgoing member interfaces.</desc>
79
			<tunable>net.link.bridge.pfil_member</tunable>
80
			<value>default</value>
81
		</item>
82
		<item>
83
			<desc>Set to 1 to enable filtering on the bridge interface</desc>
84
			<tunable>net.link.bridge.pfil_bridge</tunable>
85
			<value>default</value>
86
		</item>
87
		<item>
88
			<desc>Allow unprivileged access to tap(4) device nodes</desc>
89
			<tunable>net.link.tap.user_open</tunable>
90
			<value>default</value>
91
		</item>
92
		<item>
93
			<desc>Verbosity of the rndtest driver (0: do not display results on console)</desc>
94
			<tunable>kern.rndtest.verbose</tunable>
95
			<value>default</value>
96
		</item>
97
		<item>
98
			<desc>Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())</desc>
99
			<tunable>kern.randompid</tunable>
100
			<value>default</value>
101
		</item>
102
		<item>
103
			<desc>Maximum size of the IP input queue</desc>
104
			<tunable>net.inet.ip.intr_queue_maxlen</tunable>
105
			<value>default</value>
106
		</item>
107
		<item>
108
			<desc>Disable CTRL+ALT+Delete reboot from keyboard.</desc>
109
			<tunable>hw.syscons.kbd_reboot</tunable>
110
			<value>default</value>
111
		</item>
112
		<item>
113
			<desc>Enable TCP Inflight mode</desc>
114
			<tunable>net.inet.tcp.inflight.enable</tunable>
115
			<value>default</value>
116
		</item>
117
		<item>
118
			<desc>Enable TCP extended debugging</desc>
119
			<tunable>net.inet.tcp.log_debug</tunable>
120
			<value>default</value>
121
		</item>
122
		<item>
123
			<desc>Set ICMP Limits</desc>
124
			<tunable>net.inet.icmp.icmplim</tunable>
125
			<value>default</value>
126
		</item>
127
		<item>
128
			<desc>TCP Offload Engine</desc>
129
			<tunable>net.inet.tcp.tso</tunable>
130
			<value>default</value>
131
		</item>
132
		<item>
133
			<desc>TCP Offload Engine - BCE</desc>
134
			<tunable>hw.bce.tso_enable</tunable>
135
			<value>default</value>
136
		</item>
137
	</sysctl>
138
	<system>
139
		<optimization>normal</optimization>
140
		<hostname>router01</hostname>
141
		<domain>frappant.local</domain>
142
		<group>
143
			<name>all</name>
144
			<description><![CDATA[All Users]]></description>
145
			<scope>system</scope>
146
			<gid>1998</gid>
147
			<member>0</member>
148
		</group>
149
		<group>
150
			<name>admins</name>
151
			<description><![CDATA[System Administrators]]></description>
152
			<scope>system</scope>
153
			<gid>1999</gid>
154
			<member>0</member>
155
			<priv>page-all</priv>
156
		</group>
157
		<user>
158
			<name>admin</name>
159
			<fullname>System Administrator</fullname>
160
			<scope>system</scope>
161
			<groupname>admins</groupname>
162
			<password>$1$gedKgM7u$ryI.a3TVG0Iib3hB3c385/</password>
163
			<uid>0</uid>
164
			<priv>user-shell-access</priv>
165
			<md5-hash>aa1f2015d6abfc65caed63266fa6c58f</md5-hash>
166
			<nt-hash>aeefd65fa26be5fbfc07ceeeabafd8af</nt-hash>
167
		</user>
168
		<nextuid>2000</nextuid>
169
		<nextgid>2000</nextgid>
170
		<timezone>Europe/Berlin</timezone>
171
		<time-update-interval/>
172
		<timeservers>0.europe.pool.ntp.org</timeservers>
173
		<webgui>
174
			<protocol>https</protocol>
175
			<ssl-certref>4c364a5502a47</ssl-certref>
176
			<port/>
177
		</webgui>
178
		<disablenatreflection>yes</disablenatreflection>
179
		<cert>
180
			<refid>4c364a5502a47</refid>
181
			<name>webConfigurator default</name>
182
			<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVLRENDQTVHZ0F3SUJBZ0lKQU56dmxSeTRIemZDTUEwR0NTcUdTSWIzRFFFQkJRVUFNSUcvTVFzd0NRWUQKVlFRR0V3SlZVekVTTUJBR0ExVUVDQk1KVTI5dFpYZG9aWEpsTVJFd0R3WURWUVFIRXdoVGIyMWxZMmwwZVRFVQpNQklHQTFVRUNoTUxRMjl0Y0dGdWVVNWhiV1V4THpBdEJnTlZCQXNUSms5eVoyRnVhWHBoZEdsdmJtRnNJRlZ1CmFYUWdUbUZ0WlNBb1pXY3NJSE5sWTNScGIyNHBNU1F3SWdZRFZRUURFeHREYjIxdGIyNGdUbUZ0WlNBb1pXY3MKSUZsUFZWSWdibUZ0WlNreEhEQWFCZ2txaGtpRzl3MEJDUUVXRFVWdFlXbHNJRUZrWkhKbGMzTXdIaGNOTVRBdwpOekE0TWpFMU9UUTVXaGNOTVRVeE1qSTVNakUxT1RRNVdqQ0J2ekVMTUFrR0ExVUVCaE1DVlZNeEVqQVFCZ05WCkJBZ1RDVk52YldWM2FHVnlaVEVSTUE4R0ExVUVCeE1JVTI5dFpXTnBkSGt4RkRBU0JnTlZCQW9UQzBOdmJYQmgKYm5sT1lXMWxNUzh3TFFZRFZRUUxFeVpQY21kaGJtbDZZWFJwYjI1aGJDQlZibWwwSUU1aGJXVWdLR1ZuTENCegpaV04wYVc5dUtURWtNQ0lHQTFVRUF4TWJRMjl0Ylc5dUlFNWhiV1VnS0dWbkxDQlpUMVZTSUc1aGJXVXBNUnd3CkdnWUpLb1pJaHZjTkFRa0JGZzFGYldGcGJDQkJaR1J5WlhOek1JR2ZNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0R04KQURDQmlRS0JnUUNaZnB5eGdTZXJJUWxpZ29QeWdNVVI2d0NhblVJWktIM0gxKzhrMm45SUsrVi9LakFsc2p3NApTOTVjQTlSTWpTT0EwUTZ5MGlXdFJqVWtLaVFMMWYxcVI1VkpGOEYzOGNlcm9TNStjVCtxU1IxeW1FTWJoazBkCm1GWHVRMzNjYUQxUklWMVZKTktNK1VBOEpScTFMZGJWWnhTZFlxRkdvNktlUXBOUnlZcmdDUUlEQVFBQm80SUIKS0RDQ0FTUXdIUVlEVlIwT0JCWUVGRmVXKzNJRFJ1WVhmK3hBbVFyTWdER3hKWUozTUlIMEJnTlZIU01FZ2V3dwpnZW1BRkZlVyszSURSdVlYZit4QW1Rck1nREd4SllKM29ZSEZwSUhDTUlHL01Rc3dDUVlEVlFRR0V3SlZVekVTCk1CQUdBMVVFQ0JNSlUyOXRaWGRvWlhKbE1SRXdEd1lEVlFRSEV3aFRiMjFsWTJsMGVURVVNQklHQTFVRUNoTUwKUTI5dGNHRnVlVTVoYldVeEx6QXRCZ05WQkFzVEprOXlaMkZ1YVhwaGRHbHZibUZzSUZWdWFYUWdUbUZ0WlNBbwpaV2NzSUhObFkzUnBiMjRwTVNRd0lnWURWUVFERXh0RGIyMXRiMjRnVG1GdFpTQW9aV2NzSUZsUFZWSWdibUZ0ClpTa3hIREFhQmdrcWhraUc5dzBCQ1FFV0RVVnRZV2xzSUVGa1pISmxjM09DQ1FEYzc1VWN1Qjgzd2pBTUJnTlYKSFJNRUJUQURBUUgvTUEwR0NTcUdTSWIzRFFFQkJRVUFBNEdCQUJMLzN6aWxsak9NRmV2K0FycjFyOUhNSWlRaQpVUUpJRU9HVlRvZU8xZGlkYkpsOUpsSVVTSk4vczZEc3ZJeGFXellUSG1velhKU1FKS2tXTmZiNGhDM1JUcG02ClR2WXpteXRMVk5oZ1RjcVZhRGdrN1dzMXE1ait2VmIxVVRPYmhDd0JpNUdGUm9UeVIvWEt1UmhYcUNoZFNHWEIKc1RKbDFObEJrMm5MRDdSWgotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
183
			<prv>R2VuZXJhdGluZyBSU0EgcHJpdmF0ZSBrZXksIDEwMjQgYml0IGxvbmcgbW9kdWx1cwouLi4uLi4uLi4uLi4uLi4rKysrKysKLi4uLi4rKysrKysKZSBpcyA2NTUzNyAoMHgxMDAwMSkKLS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVktLS0tLQpNSUlDWGdJQkFBS0JnUUNaZnB5eGdTZXJJUWxpZ29QeWdNVVI2d0NhblVJWktIM0gxKzhrMm45SUsrVi9LakFsCnNqdzRTOTVjQTlSTWpTT0EwUTZ5MGlXdFJqVWtLaVFMMWYxcVI1VkpGOEYzOGNlcm9TNStjVCtxU1IxeW1FTWIKaGswZG1GWHVRMzNjYUQxUklWMVZKTktNK1VBOEpScTFMZGJWWnhTZFlxRkdvNktlUXBOUnlZcmdDUUlEQVFBQgpBb0dBSC9RT2xKa3BjK09GdTU4bDdyYkZ6NndYVFJpTnFRVVg0aUZlcEZKa0N0Y3dpRjkwOUhQOU8wNzM5RG5MCjJUL01jMFdTQk1IZ25BaXdpVjNJY1RwVDdaaDRjUzIrVjB0V2U0NzZoMU14Ny9veEhkVFFlRkQzVUZlRWo4U3oKQzhOeTFmb2FpMU9vOXZUeHZIQmJaYk1FT0xYSGEwQzBRNnFHTk9tZXFpTFBsUzBDUVFETE1CUTBxTzFEOTg0agpwZTNBa3hqMG45Sk9waC9NS1M5aEpJbXVYOGFaT2VvT1pjbitvb091d0tYbEtJT1NkMklIREwyYlFhN1ovYWJCCi9EY2hLVTREQWtFQXdXUCtWZ2tkNkszeEErYjdJRGpyc2kyNlM4akIrMEpTb0VGcGd6aFBFVlZnSFJ2T2drSVQKYk9ZZ1J3ckJTNkJoUklVZjVNNERaNEtRVndrVkhRWlNBd0pCQU1XQWMzT0liREN2OUNDMGpmaXRRd210UEVpVQpzNzNJbnJSSFJzbEhjWXpKUFpoSEd1UTNaZFo4amdURXI3ZXo4WVkydlNybjJxVXNLR2JRMldtVGM2OENRUUNGCm43VGw5Nml0MURvYkt5ZExyV2pXRlppS3NxMnVFYmFMdW9iUVAwRUt4Z1lDTnV0cXY0TXlsSk9xNHJpS3E4ZHAKazk1a3R5Qk5Eajd6bEhmOU5SZkhBa0VBcDdvS0ptZkhQeWdXend5QUF6TWEzSlhaZ2ltd1M2U3h0Zk1ibFpsYgp3THRUSEprWWJTQmI0NFU5U2VPcklLU0pXNndzOE5ZOUpzbm1RdGZrdXRFTGFBPT0KLS0tLS1FTkQgUlNBIFBSSVZBVEUgS0VZLS0tLS0K</prv>
184
		</cert>
185
		<enablesshd>enabled</enablesshd>
186
		<dns1gwint>opt1</dns1gwint>
187
		<dns2gwint>wan</dns2gwint>
188
		<dns3gwint>opt1</dns3gwint>
189
		<dns4gwint>wan</dns4gwint>
190
		<scrubrnid>enabled</scrubrnid>
191
		<maximumstates/>
192
		<maximumtableentries/>
193
		<reflectiontimeout/>
194
		<glxsb_enable/>
195
		<firmware>
196
			<alturl>
197
				<enable/>
198
				<firmwareurl>http://snapshots.pfsense.org/FreeBSD_RELENG_8_1/i386/pfSense_HEAD/.updaters/</firmwareurl>
199
			</alturl>
200
		</firmware>
201
		<dnsserver>8.8.8.8</dnsserver>
202
		<dnsserver>208.67.222.222</dnsserver>
203
		<dnsserver>204.69.234.1</dnsserver>
204
		<dnsserver>208.67.220.220</dnsserver>
205
	</system>
206
	<interfaces>
207
		<wan>
208
			<enable/>
209
			<if>vr1</if>
210
			<mtu>1472</mtu>
211
			<media/>
212
			<mediaopt/>
213
			<descr><![CDATA[DSL_A]]></descr>
214
			<ipaddr>dhcp</ipaddr>
215
			<dhcphostname/>
216
			<alias-address/>
217
			<alias-subnet>32</alias-subnet>
218
			<spoofmac/>
219
		</wan>
220
		<lan>
221
			<enable/>
222
			<if>vr0</if>
223
			<ipaddr>192.168.1.250</ipaddr>
224
			<subnet>24</subnet>
225
			<media/>
226
			<mediaopt/>
227
			<descr><![CDATA[LAN]]></descr>
228
		</lan>
229
		<opt1>
230
			<descr><![CDATA[DSL_B]]></descr>
231
			<if>pppoe0</if>
232
			<enable/>
233
			<blockpriv/>
234
			<spoofmac/>
235
			<mtu>1472</mtu>
236
			<ipaddr>pppoe</ipaddr>
237
		</opt1>
238
	</interfaces>
239
	<staticroutes/>
240
	<pppoe>
241
		<username/>
242
		<password/>
243
		<provider/>
244
	</pppoe>
245
	<pptp>
246
		<username/>
247
		<password/>
248
	</pptp>
249
	<dhcpd>
250
		<lan>
251
			<enable/>
252
			<range>
253
				<from>192.168.1.1</from>
254
				<to>192.168.1.200</to>
255
			</range>
256
			<defaultleasetime/>
257
			<maxleasetime/>
258
			<netmask/>
259
			<failover_peerip/>
260
			<gateway/>
261
			<domain>frappant.local</domain>
262
			<domainsearchlist/>
263
			<ddnsdomain/>
264
			<tftp/>
265
			<ldap/>
266
			<next-server/>
267
			<filename/>
268
			<rootpath/>
269
			<numberoptions/>
270
			<staticmap>
271
				<mac>00:26:bb:0b:4b:6c</mac>
272
				<ipaddr>192.168.1.201</ipaddr>
273
				<hostname>tom</hostname>
274
				<descr><![CDATA[tom@frappant.org]]></descr>
275
			</staticmap>
276
			<ntpserver>192.168.1.250</ntpserver>
277
			<ntpserver>192.53.103.108</ntpserver>
278
		</lan>
279
	</dhcpd>
280
	<pptpd>
281
		<mode/>
282
		<redir/>
283
		<localip/>
284
		<remoteip/>
285
	</pptpd>
286
	<ovpn/>
287
	<dnsmasq>
288
		<enable/>
289
		<regdhcp/>
290
		<regdhcpstatic/>
291
	</dnsmasq>
292
	<snmpd>
293
		<syslocation/>
294
		<syscontact/>
295
		<rocommunity>public</rocommunity>
296
	</snmpd>
297
	<diag>
298
		<ipv6nat>
299
			<ipaddr/>
300
		</ipv6nat>
301
	</diag>
302
	<bridge/>
303
	<syslog>
304
		<reverse/>
305
		<nentries>75</nentries>
306
	</syslog>
307
	<nat>
308
		<ipsecpassthru>
309
			<enable/>
310
		</ipsecpassthru>
311
		<advancedoutbound>
312
			<rule>
313
				<source>
314
					<network>192.168.1.0/24</network>
315
				</source>
316
				<dstport>500</dstport>
317
				<descr><![CDATA[Auto created rule for ISAKMP - LAN to DSL_A]]></descr>
318
				<target/>
319
				<interface>wan</interface>
320
				<destination>
321
					<any/>
322
				</destination>
323
				<staticnatport/>
324
			</rule>
325
			<rule>
326
				<source>
327
					<network>192.168.1.0/24</network>
328
				</source>
329
				<dstport>5060</dstport>
330
				<descr><![CDATA[Auto created rule for SIP - LAN to DSL_A]]></descr>
331
				<target/>
332
				<interface>wan</interface>
333
				<destination>
334
					<any/>
335
				</destination>
336
				<staticnatport/>
337
			</rule>
338
			<rule>
339
				<source>
340
					<network>192.168.1.0/24</network>
341
				</source>
342
				<sourceport/>
343
				<descr><![CDATA[Auto created rule for LAN to DSL_A]]></descr>
344
				<target/>
345
				<interface>wan</interface>
346
				<destination>
347
					<any/>
348
				</destination>
349
				<natport/>
350
			</rule>
351
			<rule>
352
				<source>
353
					<network>192.168.1.0/24</network>
354
				</source>
355
				<dstport>500</dstport>
356
				<descr><![CDATA[Auto created rule for ISAKMP - LAN to DSL_B]]></descr>
357
				<target/>
358
				<interface>opt1</interface>
359
				<destination>
360
					<any/>
361
				</destination>
362
				<staticnatport/>
363
			</rule>
364
			<rule>
365
				<source>
366
					<network>192.168.1.0/24</network>
367
				</source>
368
				<dstport>5060</dstport>
369
				<descr><![CDATA[Auto created rule for SIP - LAN to DSL_B]]></descr>
370
				<target/>
371
				<interface>opt1</interface>
372
				<destination>
373
					<any/>
374
				</destination>
375
				<staticnatport/>
376
			</rule>
377
			<rule>
378
				<source>
379
					<network>192.168.1.0/24</network>
380
				</source>
381
				<sourceport/>
382
				<descr><![CDATA[Auto created rule for LAN to DSL_B]]></descr>
383
				<target/>
384
				<interface>opt1</interface>
385
				<destination>
386
					<any/>
387
				</destination>
388
				<natport/>
389
			</rule>
390
			<rule>
391
				<source>
392
					<network>any</network>
393
				</source>
394
				<sourceport/>
395
				<descr/>
396
				<target/>
397
				<interface>wan</interface>
398
				<protocol>icmp</protocol>
399
				<destination>
400
					<any/>
401
				</destination>
402
			</rule>
403
			<rule>
404
				<source>
405
					<network>any</network>
406
				</source>
407
				<sourceport/>
408
				<descr/>
409
				<target/>
410
				<interface>opt1</interface>
411
				<protocol>icmp</protocol>
412
				<destination>
413
					<any/>
414
				</destination>
415
			</rule>
416
			<enable/>
417
		</advancedoutbound>
418
	</nat>
419
	<filter>
420
		<rule>
421
			<type>pass</type>
422
			<descr><![CDATA[Default allow LAN to any rule]]></descr>
423
			<interface>lan</interface>
424
			<source>
425
				<network>lan</network>
426
			</source>
427
			<destination>
428
				<any/>
429
			</destination>
430
		</rule>
431
		<rule>
432
			<id/>
433
			<type>pass</type>
434
			<interface>lan</interface>
435
			<tag/>
436
			<tagged/>
437
			<direction>out</direction>
438
			<floating>yes</floating>
439
			<max/>
440
			<max-src-nodes/>
441
			<max-src-conn/>
442
			<max-src-states/>
443
			<statetimeout/>
444
			<statetype>keep state</statetype>
445
			<os/>
446
			<protocol>tcp</protocol>
447
			<source>
448
				<any/>
449
			</source>
450
			<destination>
451
				<any/>
452
				<port>22</port>
453
			</destination>
454
			<descr><![CDATA[SSH outbound]]></descr>
455
			<defaultqueue>qOthersHigh</defaultqueue>
456
			<ackqueue>qACK</ackqueue>
457
		</rule>
458
		<rule>
459
			<id/>
460
			<type>pass</type>
461
			<tag/>
462
			<tagged/>
463
			<direction>out</direction>
464
			<floating>yes</floating>
465
			<max/>
466
			<max-src-nodes/>
467
			<max-src-conn/>
468
			<max-src-states/>
469
			<statetimeout/>
470
			<statetype>keep state</statetype>
471
			<os/>
472
			<protocol>tcp</protocol>
473
			<source>
474
				<any/>
475
			</source>
476
			<destination>
477
				<any/>
478
				<port>5060</port>
479
			</destination>
480
			<descr><![CDATA[SIP]]></descr>
481
			<defaultqueue>qVoIP</defaultqueue>
482
			<ackqueue>qACK</ackqueue>
483
		</rule>
484
		<rule>
485
			<id/>
486
			<type>pass</type>
487
			<tag/>
488
			<tagged/>
489
			<direction>out</direction>
490
			<floating>yes</floating>
491
			<max/>
492
			<max-src-nodes/>
493
			<max-src-conn/>
494
			<max-src-states/>
495
			<statetimeout/>
496
			<statetype>keep state</statetype>
497
			<os/>
498
			<protocol>udp</protocol>
499
			<source>
500
				<any/>
501
			</source>
502
			<destination>
503
				<any/>
504
			</destination>
505
			<descr><![CDATA[DiffServ/Lowdelay/Upload]]></descr>
506
			<defaultqueue>qVoIP</defaultqueue>
507
		</rule>
508
		<rule>
509
			<descr><![CDATA[DiffServ/Lowdelay/Upload]]></descr>
510
			<direction>out</direction>
511
			<protocol>udp</protocol>
512
			<source>
513
				<any/>
514
			</source>
515
			<defaultqueue>qVoIP</defaultqueue>
516
			<destination>
517
				<any/>
518
			</destination>
519
			<iptos>lowdelay</iptos>
520
			<floating>yes</floating>
521
			<wizard>yes</wizard>
522
			<enabled>on</enabled>
523
		</rule>
524
		<rule>
525
			<defaultqueue>qOthersHigh</defaultqueue>
526
			<ackqueue>qACK</ackqueue>
527
			<direction>out</direction>
528
			<source>
529
				<any/>
530
			</source>
531
			<destination>
532
				<any/>
533
				<port>5222-5222</port>
534
			</destination>
535
			<floating>yes</floating>
536
			<wizard>yes</wizard>
537
			<enabled>on</enabled>
538
			<descr><![CDATA[m_Other IRC outbound]]></descr>
539
			<protocol>tcp</protocol>
540
		</rule>
541
		<rule>
542
			<defaultqueue>qOthersHigh</defaultqueue>
543
			<ackqueue>qACK</ackqueue>
544
			<direction>out</direction>
545
			<source>
546
				<any/>
547
			</source>
548
			<destination>
549
				<any/>
550
				<port>5223-5223</port>
551
			</destination>
552
			<floating>yes</floating>
553
			<wizard>yes</wizard>
554
			<enabled>on</enabled>
555
			<descr><![CDATA[m_Other IRC outbound]]></descr>
556
			<protocol>tcp</protocol>
557
		</rule>
558
		<rule>
559
			<defaultqueue>qOthersHigh</defaultqueue>
560
			<ackqueue>qACK</ackqueue>
561
			<direction>out</direction>
562
			<source>
563
				<any/>
564
			</source>
565
			<destination>
566
				<any/>
567
				<port>5269-5269</port>
568
			</destination>
569
			<floating>yes</floating>
570
			<wizard>yes</wizard>
571
			<enabled>on</enabled>
572
			<descr><![CDATA[m_Other IRC outbound]]></descr>
573
			<protocol>tcp</protocol>
574
		</rule>
575
		<rule>
576
			<defaultqueue>qOthersHigh</defaultqueue>
577
			<ackqueue>qACK</ackqueue>
578
			<direction>out</direction>
579
			<source>
580
				<any/>
581
			</source>
582
			<destination>
583
				<any/>
584
				<port>1723-1723</port>
585
			</destination>
586
			<floating>yes</floating>
587
			<wizard>yes</wizard>
588
			<enabled>on</enabled>
589
			<descr><![CDATA[m_Other PPTP outbound]]></descr>
590
			<protocol>tcp</protocol>
591
		</rule>
592
		<rule>
593
			<defaultqueue>qOthersHigh</defaultqueue>
594
			<direction>out</direction>
595
			<source>
596
				<any/>
597
			</source>
598
			<destination>
599
				<any/>
600
			</destination>
601
			<floating>yes</floating>
602
			<wizard>yes</wizard>
603
			<enabled>on</enabled>
604
			<descr><![CDATA[m_Other PPTPGRE outbound]]></descr>
605
			<protocol>gre</protocol>
606
		</rule>
607
		<rule>
608
			<defaultqueue>qOthersHigh</defaultqueue>
609
			<direction>out</direction>
610
			<source>
611
				<any/>
612
			</source>
613
			<destination>
614
				<any/>
615
				<port>500-500</port>
616
			</destination>
617
			<floating>yes</floating>
618
			<wizard>yes</wizard>
619
			<enabled>on</enabled>
620
			<descr><![CDATA[m_Other IPSEC outbound]]></descr>
621
			<protocol>udp</protocol>
622
		</rule>
623
		<rule>
624
			<defaultqueue>qOthersHigh</defaultqueue>
625
			<direction>out</direction>
626
			<source>
627
				<any/>
628
			</source>
629
			<destination>
630
				<any/>
631
			</destination>
632
			<floating>yes</floating>
633
			<wizard>yes</wizard>
634
			<enabled>on</enabled>
635
			<descr><![CDATA[m_Other IPSEC outbound]]></descr>
636
			<protocol>ah</protocol>
637
		</rule>
638
		<rule>
639
			<defaultqueue>qOthersHigh</defaultqueue>
640
			<direction>out</direction>
641
			<source>
642
				<any/>
643
			</source>
644
			<destination>
645
				<any/>
646
			</destination>
647
			<floating>yes</floating>
648
			<wizard>yes</wizard>
649
			<enabled>on</enabled>
650
			<descr><![CDATA[m_Other IPSEC outbound]]></descr>
651
			<protocol>esp</protocol>
652
		</rule>
653
		<rule>
654
			<defaultqueue>qOthersHigh</defaultqueue>
655
			<ackqueue>qACK</ackqueue>
656
			<direction>out</direction>
657
			<source>
658
				<any/>
659
			</source>
660
			<destination>
661
				<any/>
662
				<port>8000-8100</port>
663
			</destination>
664
			<floating>yes</floating>
665
			<wizard>yes</wizard>
666
			<enabled>on</enabled>
667
			<descr><![CDATA[m_Other STREAMINGMP3 outbound]]></descr>
668
			<protocol>tcp</protocol>
669
		</rule>
670
		<rule>
671
			<defaultqueue>qOthersHigh</defaultqueue>
672
			<ackqueue>qACK</ackqueue>
673
			<direction>out</direction>
674
			<source>
675
				<any/>
676
			</source>
677
			<destination>
678
				<any/>
679
				<port>554-554</port>
680
			</destination>
681
			<floating>yes</floating>
682
			<wizard>yes</wizard>
683
			<enabled>on</enabled>
684
			<descr><![CDATA[m_Other RTSP1 outbound]]></descr>
685
			<protocol>tcp</protocol>
686
		</rule>
687
		<rule>
688
			<id/>
689
			<type>pass</type>
690
			<tag/>
691
			<tagged/>
692
			<direction>out</direction>
693
			<floating>yes</floating>
694
			<max/>
695
			<max-src-nodes/>
696
			<max-src-conn/>
697
			<max-src-states/>
698
			<statetimeout/>
699
			<statetype>keep state</statetype>
700
			<os/>
701
			<protocol>tcp</protocol>
702
			<source>
703
				<any/>
704
			</source>
705
			<destination>
706
				<any/>
707
				<port>80</port>
708
			</destination>
709
			<descr><![CDATA[m_Other HTTP outbound]]></descr>
710
			<defaultqueue>qOthersHigh</defaultqueue>
711
			<ackqueue>qACK</ackqueue>
712
		</rule>
713
		<rule>
714
			<defaultqueue>qOthersHigh</defaultqueue>
715
			<ackqueue>qACK</ackqueue>
716
			<direction>out</direction>
717
			<source>
718
				<any/>
719
			</source>
720
			<destination>
721
				<any/>
722
				<port>443-443</port>
723
			</destination>
724
			<floating>yes</floating>
725
			<wizard>yes</wizard>
726
			<enabled>on</enabled>
727
			<descr><![CDATA[m_Other HTTPS outbound]]></descr>
728
			<protocol>tcp</protocol>
729
		</rule>
730
		<rule>
731
			<defaultqueue>qOthersHigh</defaultqueue>
732
			<ackqueue>qACK</ackqueue>
733
			<direction>out</direction>
734
			<source>
735
				<any/>
736
			</source>
737
			<destination>
738
				<any/>
739
				<port>25-25</port>
740
			</destination>
741
			<floating>yes</floating>
742
			<wizard>yes</wizard>
743
			<enabled>on</enabled>
744
			<descr><![CDATA[m_Other SMTP outbound]]></descr>
745
			<protocol>tcp</protocol>
746
		</rule>
747
		<rule>
748
			<defaultqueue>qOthersHigh</defaultqueue>
749
			<ackqueue>qACK</ackqueue>
750
			<direction>out</direction>
751
			<source>
752
				<any/>
753
			</source>
754
			<destination>
755
				<any/>
756
				<port>143-143</port>
757
			</destination>
758
			<floating>yes</floating>
759
			<wizard>yes</wizard>
760
			<enabled>on</enabled>
761
			<descr><![CDATA[m_Other IMAP outbound]]></descr>
762
			<protocol>tcp</protocol>
763
		</rule>
764
		<rule>
765
			<defaultqueue>qOthersHigh</defaultqueue>
766
			<ackqueue>qACK</ackqueue>
767
			<direction>out</direction>
768
			<source>
769
				<any/>
770
			</source>
771
			<destination>
772
				<any/>
773
				<port>53-53</port>
774
			</destination>
775
			<floating>yes</floating>
776
			<wizard>yes</wizard>
777
			<enabled>on</enabled>
778
			<descr><![CDATA[m_Other DNS1 outbound]]></descr>
779
			<protocol>tcp</protocol>
780
		</rule>
781
		<rule>
782
			<defaultqueue>qOthersHigh</defaultqueue>
783
			<direction>out</direction>
784
			<source>
785
				<any/>
786
			</source>
787
			<destination>
788
				<any/>
789
				<port>53-53</port>
790
			</destination>
791
			<floating>yes</floating>
792
			<wizard>yes</wizard>
793
			<enabled>on</enabled>
794
			<descr><![CDATA[m_Other DNS2 outbound]]></descr>
795
			<protocol>udp</protocol>
796
		</rule>
797
		<rule>
798
			<defaultqueue>qOthersHigh</defaultqueue>
799
			<direction>out</direction>
800
			<source>
801
				<any/>
802
			</source>
803
			<destination>
804
				<any/>
805
			</destination>
806
			<floating>yes</floating>
807
			<wizard>yes</wizard>
808
			<enabled>on</enabled>
809
			<descr><![CDATA[m_Other ICMP outbound]]></descr>
810
			<protocol>icmp</protocol>
811
		</rule>
812
	</filter>
813
	<shaper>
814
		<queue>
815
			<interface>wan</interface>
816
			<name>wan</name>
817
			<scheduler>CBQ</scheduler>
818
			<bandwidth>16000</bandwidth>
819
			<bandwidthtype>Kb</bandwidthtype>
820
			<enabled>on</enabled>
821
			<queue>
822
				<interface>wan</interface>
823
				<priority>6</priority>
824
				<name>qACK</name>
825
				<bandwidth>19.68</bandwidth>
826
				<bandwidthtype>%</bandwidthtype>
827
				<enabled>on</enabled>
828
				<ecn>on</ecn>
829
				<borrow>on</borrow>
830
			</queue>
831
			<queue>
832
				<interface>wan</interface>
833
				<priority>3</priority>
834
				<name>qDefault</name>
835
				<bandwidth>9.84</bandwidth>
836
				<bandwidthtype>%</bandwidthtype>
837
				<enabled>on</enabled>
838
				<default>default</default>
839
				<ecn>ecn</ecn>
840
				<borrow>on</borrow>
841
				<red>red</red>
842
			</queue>
843
			<queue>
844
				<interface>wan</interface>
845
				<priority>7</priority>
846
				<name>qVoIP</name>
847
				<bandwidth>256</bandwidth>
848
				<bandwidthtype>Kb</bandwidthtype>
849
				<enabled>on</enabled>
850
				<ecn>on</ecn>
851
				<borrow>on</borrow>
852
			</queue>
853
			<queue>
854
				<interface>wan</interface>
855
				<priority>4</priority>
856
				<name>qOthersHigh</name>
857
				<bandwidth>9.84</bandwidth>
858
				<bandwidthtype>%</bandwidthtype>
859
				<enabled>on</enabled>
860
				<ecn>on</ecn>
861
				<borrow>on</borrow>
862
			</queue>
863
			<queue>
864
				<interface>wan</interface>
865
				<priority>2</priority>
866
				<name>qOthersLow</name>
867
				<bandwidth>4.92</bandwidth>
868
				<bandwidthtype>%</bandwidthtype>
869
				<enabled>on</enabled>
870
				<ecn>on</ecn>
871
				<borrow>on</borrow>
872
			</queue>
873
		</queue>
874
		<queue>
875
			<interface>opt1</interface>
876
			<name>opt1</name>
877
			<scheduler>CBQ</scheduler>
878
			<bandwidth>16000</bandwidth>
879
			<bandwidthtype>Kb</bandwidthtype>
880
			<enabled>on</enabled>
881
			<queue>
882
				<interface>opt1</interface>
883
				<priority>6</priority>
884
				<name>qACK</name>
885
				<bandwidth>19.68</bandwidth>
886
				<bandwidthtype>%</bandwidthtype>
887
				<enabled>on</enabled>
888
				<ecn>on</ecn>
889
				<borrow>on</borrow>
890
			</queue>
891
			<queue>
892
				<interface>opt1</interface>
893
				<priority>3</priority>
894
				<name>qDefault</name>
895
				<bandwidth>9.84</bandwidth>
896
				<bandwidthtype>%</bandwidthtype>
897
				<enabled>on</enabled>
898
				<default>default</default>
899
				<ecn>ecn</ecn>
900
				<borrow>on</borrow>
901
				<red>red</red>
902
			</queue>
903
			<queue>
904
				<interface>opt1</interface>
905
				<priority>7</priority>
906
				<name>qVoIP</name>
907
				<bandwidth>256</bandwidth>
908
				<bandwidthtype>Kb</bandwidthtype>
909
				<enabled>on</enabled>
910
				<ecn>on</ecn>
911
				<borrow>on</borrow>
912
			</queue>
913
			<queue>
914
				<interface>opt1</interface>
915
				<priority>4</priority>
916
				<name>qOthersHigh</name>
917
				<bandwidth>9.84</bandwidth>
918
				<bandwidthtype>%</bandwidthtype>
919
				<enabled>on</enabled>
920
				<ecn>on</ecn>
921
				<borrow>on</borrow>
922
			</queue>
923
			<queue>
924
				<interface>opt1</interface>
925
				<priority>2</priority>
926
				<name>qOthersLow</name>
927
				<bandwidth>4.92</bandwidth>
928
				<bandwidthtype>%</bandwidthtype>
929
				<enabled>on</enabled>
930
				<ecn>on</ecn>
931
				<borrow>on</borrow>
932
			</queue>
933
		</queue>
934
		<queue>
935
			<interface>lan</interface>
936
			<name>lan</name>
937
			<scheduler>CBQ</scheduler>
938
			<bandwidth>2000</bandwidth>
939
			<bandwidthtype>Kb</bandwidthtype>
940
			<queue>
941
				<name>qInternet</name>
942
				<interface>lan</interface>
943
				<bandwidth>2000</bandwidth>
944
				<bandwidthtype>Kb</bandwidthtype>
945
				<enabled>on</enabled>
946
				<ecn>on</ecn>
947
				<queue>
948
					<name>qACK</name>
949
					<interface>lan</interface>
950
					<priority>6</priority>
951
					<bandwidth>19.68</bandwidth>
952
					<bandwidthtype>%</bandwidthtype>
953
					<enabled>on</enabled>
954
					<ecn>on</ecn>
955
				</queue>
956
				<queue>
957
					<name>qDefault</name>
958
					<interface>lan</interface>
959
					<priority>3</priority>
960
					<bandwidth>9.84</bandwidth>
961
					<bandwidthtype>%</bandwidthtype>
962
					<enabled>on</enabled>
963
					<default>on</default>
964
					<ecn>on</ecn>
965
				</queue>
966
				<queue>
967
					<name>qVoIP</name>
968
					<interface>lan</interface>
969
					<priority>7</priority>
970
					<bandwidth>32</bandwidth>
971
					<bandwidthtype>Kb</bandwidthtype>
972
					<enabled>on</enabled>
973
					<ecn>on</ecn>
974
				</queue>
975
				<queue>
976
					<name>qOthersHigh</name>
977
					<interface>lan</interface>
978
					<priority>4</priority>
979
					<bandwidth>9.84</bandwidth>
980
					<bandwidthtype>%</bandwidthtype>
981
					<enabled>on</enabled>
982
					<ecn>on</ecn>
983
				</queue>
984
				<queue>
985
					<name>qOthersLow</name>
986
					<interface>lan</interface>
987
					<priority>2</priority>
988
					<bandwidth>4.92</bandwidth>
989
					<bandwidthtype>%</bandwidthtype>
990
					<enabled>on</enabled>
991
					<ecn>on</ecn>
992
				</queue>
993
			</queue>
994
		</queue>
995
	</shaper>
996
	<ipsec>
997
		<preferredoldsa/>
998
	</ipsec>
999
	<aliases/>
1000
	<proxyarp/>
1001
	<cron>
1002
		<item>
1003
			<minute>0</minute>
1004
			<hour>*</hour>
1005
			<mday>*</mday>
1006
			<month>*</month>
1007
			<wday>*</wday>
1008
			<who>root</who>
1009
			<command>/usr/bin/nice -n20 newsyslog</command>
1010
		</item>
1011
		<item>
1012
			<minute>1,31</minute>
1013
			<hour>0-5</hour>
1014
			<mday>*</mday>
1015
			<month>*</month>
1016
			<wday>*</wday>
1017
			<who>root</who>
1018
			<command>/usr/bin/nice -n20 adjkerntz -a</command>
1019
		</item>
1020
		<item>
1021
			<minute>1</minute>
1022
			<hour>3</hour>
1023
			<mday>1</mday>
1024
			<month>*</month>
1025
			<wday>*</wday>
1026
			<who>root</who>
1027
			<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
1028
		</item>
1029
		<item>
1030
			<minute>*/60</minute>
1031
			<hour>*</hour>
1032
			<mday>*</mday>
1033
			<month>*</month>
1034
			<wday>*</wday>
1035
			<who>root</who>
1036
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
1037
		</item>
1038
		<item>
1039
			<minute>1</minute>
1040
			<hour>1</hour>
1041
			<mday>*</mday>
1042
			<month>*</month>
1043
			<wday>*</wday>
1044
			<who>root</who>
1045
			<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
1046
		</item>
1047
		<item>
1048
			<minute>*/60</minute>
1049
			<hour>*</hour>
1050
			<mday>*</mday>
1051
			<month>*</month>
1052
			<wday>*</wday>
1053
			<who>root</who>
1054
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
1055
		</item>
1056
		<item>
1057
			<minute>*/5</minute>
1058
			<hour>*</hour>
1059
			<mday>*</mday>
1060
			<month>*</month>
1061
			<wday>*</wday>
1062
			<who>root</who>
1063
			<command>/usr/bin/nice -n20 /usr/local/bin/checkreload.sh</command>
1064
		</item>
1065
	</cron>
1066
	<wol/>
1067
	<rrd>
1068
		<enable/>
1069
		<category>traffic</category>
1070
		<style>inverse</style>
1071
	</rrd>
1072
	<load_balancer>
1073
		<monitor_type>
1074
			<name>ICMP</name>
1075
			<type>icmp</type>
1076
			<desc>ICMP</desc>
1077
			<options/>
1078
		</monitor_type>
1079
		<monitor_type>
1080
			<name>TCP</name>
1081
			<type>tcp</type>
1082
			<desc>Generic TCP</desc>
1083
			<options/>
1084
		</monitor_type>
1085
		<monitor_type>
1086
			<name>HTTP</name>
1087
			<type>http</type>
1088
			<desc>Generic HTTP</desc>
1089
			<options>
1090
				<path>/</path>
1091
				<host/>
1092
				<code>200</code>
1093
			</options>
1094
		</monitor_type>
1095
		<monitor_type>
1096
			<name>HTTPS</name>
1097
			<type>https</type>
1098
			<desc>Generic HTTPS</desc>
1099
			<options>
1100
				<path>/</path>
1101
				<host/>
1102
				<code>200</code>
1103
			</options>
1104
		</monitor_type>
1105
		<monitor_type>
1106
			<name>SMTP</name>
1107
			<type>send</type>
1108
			<desc>Generic SMTP</desc>
1109
			<options>
1110
				<send>EHLO nosuchhost</send>
1111
				<expect>250-</expect>
1112
			</options>
1113
		</monitor_type>
1114
	</load_balancer>
1115
	<widgets>
1116
		<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>
1117
	</widgets>
1118
	<ppps>
1119
		<ppp>
1120
			<ptpid>0</ptpid>
1121
			<type>pppoe</type>
1122
			<if>pppoe0</if>
1123
			<ports>vr2</ports>
1124
			<username>2342</username>
1125
			<password/>
1126
		</ppp>
1127
	</ppps>
1128
	<revision>
1129
		<time>1278678046</time>
1130
		<description><![CDATA[admin: /firewall_rules_edit.php made unknown change]]></description>
1131
		<username>admin</username>
1132
	</revision>
1133
	<l7shaper>
1134
		<container/>
1135
		<container>
1136
			<name>filesharing</name>
1137
			<enabled>on</enabled>
1138
			<description/>
1139
			<divert_port>43222</divert_port>
1140
			<l7rules>
1141
				<protocol>bittorrent</protocol>
1142
				<structure>queue</structure>
1143
				<behaviour>qOthersLow</behaviour>
1144
			</l7rules>
1145
			<l7rules>
1146
				<protocol>edonkey</protocol>
1147
				<structure>queue</structure>
1148
				<behaviour>qOthersLow</behaviour>
1149
			</l7rules>
1150
			<l7rules>
1151
				<protocol>soulseek</protocol>
1152
				<structure>queue</structure>
1153
				<behaviour>qOthersLow</behaviour>
1154
			</l7rules>
1155
		</container>
1156
	</l7shaper>
1157
	<dnshaper/>
1158
	<gateways>
1159
		<gateway_item>
1160
			<interface>opt1</interface>
1161
			<gateway>dynamic</gateway>
1162
			<name>DSL_B_GW</name>
1163
			<weight>1</weight>
1164
			<descr><![CDATA[SIEMENS PLUS]]></descr>
1165
			<monitor>213.191.76.37</monitor>
1166
		</gateway_item>
1167
		<gateway_item>
1168
			<interface>wan</interface>
1169
			<gateway>dynamic</gateway>
1170
			<name>DSL_A_GW</name>
1171
			<weight>1</weight>
1172
			<descr><![CDATA[D-Link DIR-615]]></descr>
1173
			<monitor>192.168.0.1</monitor>
1174
		</gateway_item>
1175
		<gateway_group>
1176
			<name>balance</name>
1177
			<item>DSL_B_GW|1</item>
1178
			<item>DSL_A_GW|1</item>
1179
			<trigger>down</trigger>
1180
			<descr/>
1181
		</gateway_group>
1182
	</gateways>
1183
	<openvpn/>
1184
	<installedpackages>
1185
		<openntpd>
1186
			<config>
1187
				<enable>on</enable>
1188
				<interface>lan</interface>
1189
			</config>
1190
		</openntpd>
1191
	</installedpackages>
1192
	<ezshaper>
1193
		<step1>
1194
			<numberofconnections>2</numberofconnections>
1195
		</step1>
1196
		<step3>
1197
			<enable>on</enable>
1198
			<provider>Generic</provider>
1199
			<download>512</download>
1200
			<downloadspeed>Kb</downloadspeed>
1201
			<conn0upload>256</conn0upload>
1202
			<conn0uploadspeed>Kb</conn0uploadspeed>
1203
			<conn1upload>256</conn1upload>
1204
			<conn1uploadspeed>Kb</conn1uploadspeed>
1205
		</step3>
1206
		<step4>
1207
			<bandwidthunit>%</bandwidthunit>
1208
		</step4>
1209
		<step5>
1210
			<bandwidthunit>%</bandwidthunit>
1211
		</step5>
1212
		<step7>
1213
			<enable>on</enable>
1214
			<msrdp>D</msrdp>
1215
			<vnc>D</vnc>
1216
			<appleremotedesktop>D</appleremotedesktop>
1217
			<pcanywhere>D</pcanywhere>
1218
			<irc>D</irc>
1219
			<jabber>H</jabber>
1220
			<icq>D</icq>
1221
			<aolinstantmessenger>D</aolinstantmessenger>
1222
			<msnmessenger>D</msnmessenger>
1223
			<teamspeak>D</teamspeak>
1224
			<pptp>H</pptp>
1225
			<ipsec>H</ipsec>
1226
			<streamingmp3>H</streamingmp3>
1227
			<rtsp>H</rtsp>
1228
			<http>H</http>
1229
			<smtp>H</smtp>
1230
			<pop3>D</pop3>
1231
			<imap>H</imap>
1232
			<lotusnotes>D</lotusnotes>
1233
			<dns>H</dns>
1234
			<icmp>H</icmp>
1235
			<smb>D</smb>
1236
			<snmp>D</snmp>
1237
			<mysqlserver>D</mysqlserver>
1238
			<nntp>D</nntp>
1239
			<cvsup>D</cvsup>
1240
			<slingbox>D</slingbox>
1241
			<hbci>D</hbci>
1242
		</step7>
1243
		<step2>
1244
			<downloadscheduler>HFSC</downloadscheduler>
1245
			<conn0uploadscheduler>CBQ</conn0uploadscheduler>
1246
			<conn0upload>16000</conn0upload>
1247
			<conn0uploadspeed>Kb</conn0uploadspeed>
1248
			<conn0download>1000</conn0download>
1249
			<conn0downloadspeed>Kb</conn0downloadspeed>
1250
			<conn0interface>wan</conn0interface>
1251
			<conn1uploadscheduler>CBQ</conn1uploadscheduler>
1252
			<conn1upload>16000</conn1upload>
1253
			<conn1uploadspeed>Kb</conn1uploadspeed>
1254
			<conn1download>1000</conn1download>
1255
			<conn1downloadspeed>Kb</conn1downloadspeed>
1256
			<conn1interface>opt1</conn1interface>
1257
		</step2>
1258
	</ezshaper>
1259
	<notifications>
1260
		<growl>
1261
			<ipaddress>192.168.1.201</ipaddress>
1262
			<password>Dk20SJn32mnSS</password>
1263
			<name>FrappantRouter</name>
1264
			<notification_name>pfSense</notification_name>
1265
		</growl>
1266
		<smtp>
1267
			<ipaddress/>
1268
			<notifyemailaddress/>
1269
			<username/>
1270
			<password/>
1271
			<fromaddress/>
1272
		</smtp>
1273
	</notifications>
1274
</pfsense>
    (1-1/1)