Project

General

Profile

Bug #1074 » config.xml

Danny Bogaards, 12/06/2010 07:24 AM

 
1
<?xml version="1.0"?>
2
<pfsense>
3
	<version>7.5</version>
4
	<lastchange/>
5
	<theme>pfsense_ng</theme>
6
	<sysctl>
7
		<item>
8
			<tunable>net.inet.ip.portrange.first</tunable>
9
			<value>default</value>
10
			<descr><![CDATA[Set the ephemeral port range to be lower.]]></descr>
11
		</item>
12
		<item>
13
			<tunable>net.inet.tcp.blackhole</tunable>
14
			<value>default</value>
15
			<descr><![CDATA[Drop packets to closed TCP ports without returning a RST]]></descr>
16
		</item>
17
		<item>
18
			<tunable>net.inet.udp.blackhole</tunable>
19
			<value>default</value>
20
			<descr><![CDATA[Do not send ICMP port unreachable messages for closed UDP ports]]></descr>
21
		</item>
22
		<item>
23
			<tunable>net.inet.ip.random_id</tunable>
24
			<value>default</value>
25
			<descr><![CDATA[Randomize the ID field in IP packets (default is 0: sequential IP IDs)]]></descr>
26
		</item>
27
		<item>
28
			<tunable>net.inet.tcp.drop_synfin</tunable>
29
			<value>default</value>
30
			<descr><![CDATA[Drop SYN-FIN packets (breaks RFC1379, but nobody uses it anyway)]]></descr>
31
		</item>
32
		<item>
33
			<tunable>net.inet.ip.redirect</tunable>
34
			<value>default</value>
35
			<descr><![CDATA[Enable sending IPv4 redirects]]></descr>
36
		</item>
37
		<item>
38
			<tunable>net.inet6.ip6.redirect</tunable>
39
			<value>default</value>
40
			<descr><![CDATA[Enable sending IPv6 redirects]]></descr>
41
		</item>
42
		<item>
43
			<tunable>net.inet.tcp.syncookies</tunable>
44
			<value>default</value>
45
			<descr><![CDATA[Generate SYN cookies for outbound SYN-ACK packets]]></descr>
46
		</item>
47
		<item>
48
			<tunable>net.inet.tcp.recvspace</tunable>
49
			<value>default</value>
50
			<descr><![CDATA[Maximum incoming/outgoing TCP datagram size (receive)]]></descr>
51
		</item>
52
		<item>
53
			<tunable>net.inet.tcp.sendspace</tunable>
54
			<value>default</value>
55
			<descr><![CDATA[Maximum incoming/outgoing TCP datagram size (send)]]></descr>
56
		</item>
57
		<item>
58
			<tunable>net.inet.ip.fastforwarding</tunable>
59
			<value>default</value>
60
			<descr><![CDATA[IP Fastforwarding]]></descr>
61
		</item>
62
		<item>
63
			<tunable>net.inet.tcp.delayed_ack</tunable>
64
			<value>default</value>
65
			<descr><![CDATA[Do not delay ACK to try and piggyback it onto a data packet]]></descr>
66
		</item>
67
		<item>
68
			<tunable>net.inet.udp.maxdgram</tunable>
69
			<value>default</value>
70
			<descr><![CDATA[Maximum outgoing UDP datagram size]]></descr>
71
		</item>
72
		<item>
73
			<tunable>net.link.bridge.pfil_onlyip</tunable>
74
			<value>default</value>
75
			<descr><![CDATA[Handling of non-IP packets which are not passed to pfil (see if_bridge(4))]]></descr>
76
		</item>
77
		<item>
78
			<tunable>net.link.bridge.pfil_member</tunable>
79
			<value>default</value>
80
			<descr><![CDATA[Set to 0 to disable filtering on the incoming and outgoing member interfaces.]]></descr>
81
		</item>
82
		<item>
83
			<tunable>net.link.bridge.pfil_bridge</tunable>
84
			<value>default</value>
85
			<descr><![CDATA[Set to 1 to enable filtering on the bridge interface]]></descr>
86
		</item>
87
		<item>
88
			<tunable>net.link.tap.user_open</tunable>
89
			<value>default</value>
90
			<descr><![CDATA[Allow unprivileged access to tap(4) device nodes]]></descr>
91
		</item>
92
		<item>
93
			<tunable>kern.rndtest.verbose</tunable>
94
			<value>default</value>
95
			<descr><![CDATA[Verbosity of the rndtest driver (0: do not display results on console)]]></descr>
96
		</item>
97
		<item>
98
			<tunable>kern.randompid</tunable>
99
			<value>default</value>
100
			<descr><![CDATA[Randomize PID's (see src/sys/kern/kern_fork.c: sysctl_kern_randompid())]]></descr>
101
		</item>
102
		<item>
103
			<tunable>net.inet.ip.intr_queue_maxlen</tunable>
104
			<value>default</value>
105
			<descr><![CDATA[Maximum size of the IP input queue]]></descr>
106
		</item>
107
		<item>
108
			<tunable>hw.syscons.kbd_reboot</tunable>
109
			<value>default</value>
110
			<descr><![CDATA[Disable CTRL+ALT+Delete reboot from keyboard.]]></descr>
111
		</item>
112
		<item>
113
			<tunable>net.inet.tcp.inflight.enable</tunable>
114
			<value>default</value>
115
			<descr><![CDATA[Enable TCP Inflight mode]]></descr>
116
		</item>
117
		<item>
118
			<tunable>net.inet.tcp.log_debug</tunable>
119
			<value>default</value>
120
			<descr><![CDATA[Enable TCP extended debugging]]></descr>
121
		</item>
122
		<item>
123
			<tunable>net.inet.icmp.icmplim</tunable>
124
			<value>default</value>
125
			<descr><![CDATA[Set ICMP Limits]]></descr>
126
		</item>
127
		<item>
128
			<tunable>net.inet.tcp.tso</tunable>
129
			<value>default</value>
130
			<descr><![CDATA[TCP Offload Engine]]></descr>
131
		</item>
132
		<item>
133
			<tunable>hw.bce.tso_enable</tunable>
134
			<value>default</value>
135
			<descr><![CDATA[TCP Offload Engine - BCE]]></descr>
136
		</item>
137
	</sysctl>
138
	<system>
139
		<optimization>normal</optimization>
140
		<hostname>pfsense</hostname>
141
		<domain>boware.nl</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
			<scope>system</scope>
160
			<groupname>admins</groupname>
161
			<password>$1$z2HL19Lx$6.r2SC9loo7c77IG0E4iO0</password>
162
			<uid>0</uid>
163
			<priv>user-shell-access</priv>
164
			<md5-hash>8992d88f2edc3d8b037d2427537f9a2e</md5-hash>
165
			<nt-hash>b3198625b9e9c2114beae133ca72e73c</nt-hash>
166
			<descr><![CDATA[System Administrator]]></descr>
167
		</user>
168
		<user>
169
			<scope>user</scope>
170
			<password>$1$J7Oj46cF$MVq.bfvooa7bGN5ssGIk10</password>
171
			<md5-hash>8cdbcaf78281e13bdf17f768ab0f7764</md5-hash>
172
			<nt-hash>3f2089daa4e702849c500b8af0c9a273</nt-hash>
173
			<name>danny</name>
174
			<expires/>
175
			<authorizedkeys/>
176
			<uid>2000</uid>
177
		</user>
178
		<nextuid>2001</nextuid>
179
		<nextgid>2000</nextgid>
180
		<timezone>Europe/Amsterdam</timezone>
181
		<time-update-interval/>
182
		<timeservers>0.europe.pool.ntp.org</timeservers>
183
		<webgui>
184
			<protocol>http</protocol>
185
			<ssl-certref>4ba93609310bc</ssl-certref>
186
			<port/>
187
		</webgui>
188
		<disablenatreflection>yes</disablenatreflection>
189
		<cert>
190
			<refid>4ba93609310bc</refid>
191
			<name>webConfigurator default</name>
192
			<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVLRENDQTVHZ0F3SUJBZ0lKQUpKaHdGRWRJSXVaTUEwR0NTcUdTSWIzRFFFQkJRVUFNSUcvTVFzd0NRWUQKVlFRR0V3SlZVekVTTUJBR0ExVUVDQk1KVTI5dFpYZG9aWEpsTVJFd0R3WURWUVFIRXdoVGIyMWxZMmwwZVRFVQpNQklHQTFVRUNoTUxRMjl0Y0dGdWVVNWhiV1V4THpBdEJnTlZCQXNUSms5eVoyRnVhWHBoZEdsdmJtRnNJRlZ1CmFYUWdUbUZ0WlNBb1pXY3NJSE5sWTNScGIyNHBNU1F3SWdZRFZRUURFeHREYjIxdGIyNGdUbUZ0WlNBb1pXY3MKSUZsUFZWSWdibUZ0WlNreEhEQWFCZ2txaGtpRzl3MEJDUUVXRFVWdFlXbHNJRUZrWkhKbGMzTXdIaGNOTVRBdwpNekl6TWpFME16TTNXaGNOTVRVd09URXpNakUwTXpNM1dqQ0J2ekVMTUFrR0ExVUVCaE1DVlZNeEVqQVFCZ05WCkJBZ1RDVk52YldWM2FHVnlaVEVSTUE4R0ExVUVCeE1JVTI5dFpXTnBkSGt4RkRBU0JnTlZCQW9UQzBOdmJYQmgKYm5sT1lXMWxNUzh3TFFZRFZRUUxFeVpQY21kaGJtbDZZWFJwYjI1aGJDQlZibWwwSUU1aGJXVWdLR1ZuTENCegpaV04wYVc5dUtURWtNQ0lHQTFVRUF4TWJRMjl0Ylc5dUlFNWhiV1VnS0dWbkxDQlpUMVZTSUc1aGJXVXBNUnd3CkdnWUpLb1pJaHZjTkFRa0JGZzFGYldGcGJDQkJaR1J5WlhOek1JR2ZNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0R04KQURDQmlRS0JnUURLZWYrU3ZHQmJHNVJVUGJLL29KUEhKdDJRc0s2N0I3REJCN0RyMGl0eXFDbFBJdVR5c2R5dwp3d0VBakFpYUpTYzhFK0ovbkZLTzNyRFBaMVJGWEVFdk85SWc4NUNTMmhuZ21LMVpmL2x2SGhqc0Z6TUk5WTBFCmVWUWJ0T1V5dit6dFZnSUhvb01mT3VQWi8zbUVSMXdQL2FPdktHNHRFenVSRk9qZ2RnWkYzUUlEQVFBQm80SUIKS0RDQ0FTUXdIUVlEVlIwT0JCWUVGUGVGSDF3ZUtNaTI1d0hCbkNOaUdGbEhobkpoTUlIMEJnTlZIU01FZ2V3dwpnZW1BRlBlRkgxd2VLTWkyNXdIQm5DTmlHRmxIaG5KaG9ZSEZwSUhDTUlHL01Rc3dDUVlEVlFRR0V3SlZVekVTCk1CQUdBMVVFQ0JNSlUyOXRaWGRvWlhKbE1SRXdEd1lEVlFRSEV3aFRiMjFsWTJsMGVURVVNQklHQTFVRUNoTUwKUTI5dGNHRnVlVTVoYldVeEx6QXRCZ05WQkFzVEprOXlaMkZ1YVhwaGRHbHZibUZzSUZWdWFYUWdUbUZ0WlNBbwpaV2NzSUhObFkzUnBiMjRwTVNRd0lnWURWUVFERXh0RGIyMXRiMjRnVG1GdFpTQW9aV2NzSUZsUFZWSWdibUZ0ClpTa3hIREFhQmdrcWhraUc5dzBCQ1FFV0RVVnRZV2xzSUVGa1pISmxjM09DQ1FDU1ljQlJIU0NMbVRBTUJnTlYKSFJNRUJUQURBUUgvTUEwR0NTcUdTSWIzRFFFQkJRVUFBNEdCQUUxbnEvYlJiT0V5bXJ2SkI4cUtBU0FLb0k4bgpBYzFmejN4U0xzZnZmWHV3VXZVbDNHZ3lNNyt6NlkzRXdNb0ZKd1BSL05QekxVbVg1MWRkT0FWWnVJSzBORFdWCk82dVJ1WlpiWU9xdHRQT2FRRHRXYUc0VXNwR21acE1Ga2JGRFFuTCt0U01TV0NPdFliMSsrTlJ5clNSNTZUVHQKWUtrUnJtV1VNVXFha2h0RAotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
193
			<prv>R2VuZXJhdGluZyBSU0EgcHJpdmF0ZSBrZXksIDEwMjQgYml0IGxvbmcgbW9kdWx1cwouLi4uLi4uLisrKysrKwouLi4uLi4rKysrKysKZSBpcyA2NTUzNyAoMHgxMDAwMSkKLS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVktLS0tLQpNSUlDWFFJQkFBS0JnUURLZWYrU3ZHQmJHNVJVUGJLL29KUEhKdDJRc0s2N0I3REJCN0RyMGl0eXFDbFBJdVR5CnNkeXd3d0VBakFpYUpTYzhFK0ovbkZLTzNyRFBaMVJGWEVFdk85SWc4NUNTMmhuZ21LMVpmL2x2SGhqc0Z6TUkKOVkwRWVWUWJ0T1V5dit6dFZnSUhvb01mT3VQWi8zbUVSMXdQL2FPdktHNHRFenVSRk9qZ2RnWkYzUUlEQVFBQgpBb0dCQUlYM2huUXVFNHIwaW9YYWRNUjVtSTF5VjdMK1UvNEhycGxwWDFRSXNScWh6UU5CVVQ2TEZEd1lLamVVCmI3U2QxSUhabmtsVXd3TW9zTS9wekVaQUxoZkdGNE9HRG9nZVR0U2h3RmhjMFA0akdSdjBYd3BXcXdvN3dBR2UKRjRRZVlqRHV6SUZaSWJjM0EvN3hXd3o3M2pWTkZOZHNjbE01Y0Y3ZTVqRTJGQW01QWtFQStCTmpXb1pZdWFaZwphNjMyRkVBZlBaVjBWYzZaVzJPTlBjeXM0ZUlJcnFDekxCdDRIc2JhbXIrWThxRTlVNDFuQWpqaVJzaXdLbkpFCmU0cjdzVGxsbHdKQkFORHh1bDExWjBNYzA5cEVtb3NpeFluMzduWEZVQm52ZGkxUHNXNGlNWUhHWG1nMlp3MWIKdENUTjZ0alBFN25ISHJVeVcyMDVxY0dCUW1iUzl3NmRKcXNDUUZBQmNMbHhPb3dsTEZPTjl4N3d6eUo5WU5lTAptY252Z1UyOUJNU1VzVmdnVzZpTjgxOTVvbWJtQTkyOFFwci9yNGozNzRJRWwwd1pMaHpwNWVKeU1HRUNRSFZnClZpRktZc2dBMmNJejU5MWhtemIyWUs4b09PZFk3anBtR25hVUh0dVlaRkNHdnoxeDFyRVdQR2V2YkpWZ2xvK1QKeW1pQmpDdDRRYVVodmtnbllDRUNRUUN0QWN2WkZJeWM1b1RIT3RqeDYvZmdJR1pxRW5rbjluSkJxQTViVjBWTApXZlBNSVg1STNBZHZRR2dIQzNKMlkwU2NVdUxIN0NCY0tNYkJoTmZNb1VWLwotLS0tLUVORCBSU0EgUFJJVkFURSBLRVktLS0tLQo=</prv>
194
		</cert>
195
		<dns1gwint>none</dns1gwint>
196
		<dns2gwint>opt1</dns2gwint>
197
		<dns3gwint>opt1</dns3gwint>
198
		<dns4gwint>none</dns4gwint>
199
		<ssh>
200
			<port>59022</port>
201
		</ssh>
202
		<ca>
203
			<refid>4bb1fef9dbe8e</refid>
204
			<name/>
205
		</ca>
206
		<dnsserver>192.168.1.1</dnsserver>
207
		<dnsserver>212.54.40.25</dnsserver>
208
		<dnsserver>212.54.35.25</dnsserver>
209
		<enablesshd>enabled</enablesshd>
210
		<firmware>
211
			<allowinvalidsig/>
212
		</firmware>
213
		<disablesegmentationoffloading/>
214
		<disablelargereceiveoffloading/>
215
	</system>
216
	<interfaces>
217
		<lan>
218
			<if>vr0</if>
219
			<ipaddr>192.168.56.3</ipaddr>
220
			<subnet>24</subnet>
221
			<media/>
222
			<mediaopt/>
223
			<bandwidth>100</bandwidth>
224
			<bandwidthtype>Mb</bandwidthtype>
225
			<descr><![CDATA[LAN]]></descr>
226
			<enable/>
227
		</lan>
228
		<opt1>
229
			<descr><![CDATA[OPT1]]></descr>
230
			<if>vr2</if>
231
			<alias-address/>
232
			<alias-subnet>32</alias-subnet>
233
			<spoofmac>00:0d:b9:1b:b7:1b</spoofmac>
234
			<blockpriv/>
235
			<blockbogons/>
236
			<enable/>
237
			<ipaddr>dhcp</ipaddr>
238
			<dhcphostname/>
239
		</opt1>
240
		<wan>
241
			<if>vr1</if>
242
			<blockbogons/>
243
			<media/>
244
			<mediaopt/>
245
			<bandwidth>100</bandwidth>
246
			<bandwidthtype>Mb</bandwidthtype>
247
			<spoofmac/>
248
			<descr><![CDATA[WAN]]></descr>
249
			<enable/>
250
			<ipaddr>dhcp</ipaddr>
251
			<dhcphostname/>
252
			<alias-address/>
253
			<alias-subnet>32</alias-subnet>
254
		</wan>
255
	</interfaces>
256
	<staticroutes/>
257
	<pptp>
258
		<username/>
259
		<password/>
260
		<local/>
261
		<subnet/>
262
		<remote/>
263
		<timeout/>
264
	</pptp>
265
	<dhcpd>
266
		<lan>
267
			<range>
268
				<from>192.168.56.80</from>
269
				<to>192.168.56.96</to>
270
			</range>
271
			<staticmap>
272
				<mac>00:d0:b8:02:9a:3e</mac>
273
				<ipaddr>192.168.56.10</ipaddr>
274
				<hostname>nas1</hostname>
275
				<descr><![CDATA[nas1]]></descr>
276
			</staticmap>
277
			<staticmap>
278
				<mac>00:d0:b8:09:b6:77</mac>
279
				<ipaddr>192.168.56.11</ipaddr>
280
				<hostname>nas2</hostname>
281
				<descr><![CDATA[nas2]]></descr>
282
			</staticmap>
283
			<staticmap>
284
				<mac>00:03:78:b6:3c:e5</mac>
285
				<ipaddr>192.168.56.12</ipaddr>
286
				<hostname>ziggohd</hostname>
287
				<descr><![CDATA[ziggohd]]></descr>
288
			</staticmap>
289
			<staticmap>
290
				<mac>00:21:04:f5:1f:f4</mac>
291
				<ipaddr>192.168.56.13</ipaddr>
292
				<hostname>gigaset_A580</hostname>
293
				<descr><![CDATA[gigaset_A580]]></descr>
294
			</staticmap>
295
			<staticmap>
296
				<mac>00:0d:b9:1c:49:b0</mac>
297
				<ipaddr>192.168.56.14</ipaddr>
298
				<hostname>asterisk1</hostname>
299
				<descr><![CDATA[Asterisk server]]></descr>
300
			</staticmap>
301
			<staticmap>
302
				<mac>00:12:17:49:c1:42</mac>
303
				<ipaddr>192.168.56.20</ipaddr>
304
				<hostname>wrtg_1</hostname>
305
				<descr><![CDATA[wireless: wrtg_1]]></descr>
306
			</staticmap>
307
			<staticmap>
308
				<mac>00:0c:f6:32:f5:04</mac>
309
				<ipaddr>192.168.56.21</ipaddr>
310
				<hostname>sitecom_wl130_0</hostname>
311
				<descr><![CDATA[wireless: sitecom_wl130_0 (not used)]]></descr>
312
			</staticmap>
313
			<staticmap>
314
				<mac>00:0c:f6:25:9b:11</mac>
315
				<ipaddr>192.168.56.22</ipaddr>
316
				<hostname>sitecom_wl130_1</hostname>
317
				<descr><![CDATA[wireless: sitecom_wl130_1 (schuur)]]></descr>
318
			</staticmap>
319
			<staticmap>
320
				<mac>00:18:39:01:b1:6</mac>
321
				<ipaddr>192.168.56.23</ipaddr>
322
				<hostname>wap54g_1</hostname>
323
				<descr><![CDATA[wireless: wap54g_1 (verkocht)]]></descr>
324
			</staticmap>
325
			<staticmap>
326
				<mac>00:15:60:47:b0:06</mac>
327
				<ipaddr>192.168.56.40</ipaddr>
328
				<hostname>hp7310</hostname>
329
				<descr><![CDATA[printer: hp7310]]></descr>
330
			</staticmap>
331
			<staticmap>
332
				<mac>00:80:77:05:bd:3e</mac>
333
				<ipaddr>192.168.56.41</ipaddr>
334
				<hostname>hl5250dn</hostname>
335
				<descr><![CDATA[printer: hl5250dn]]></descr>
336
			</staticmap>
337
			<staticmap>
338
				<mac>00:0c:29:c5:e1:d6</mac>
339
				<ipaddr>192.168.56.50</ipaddr>
340
				<hostname>VM-w2kprof</hostname>
341
				<descr><![CDATA[vmware: VM-w2kprof]]></descr>
342
			</staticmap>
343
			<staticmap>
344
				<mac>00:0d:9d:dc:25:64</mac>
345
				<ipaddr>192.168.56.51</ipaddr>
346
				<hostname>pcjacq</hostname>
347
				<descr><![CDATA[pc: pcjacq]]></descr>
348
			</staticmap>
349
			<staticmap>
350
				<mac>00:0c:6e:9f:1f:8c</mac>
351
				<ipaddr>192.168.56.52</ipaddr>
352
				<hostname>orac</hostname>
353
				<descr><![CDATA[pc: orac]]></descr>
354
			</staticmap>
355
			<staticmap>
356
				<mac>00:06:5b:bc:8f:5e</mac>
357
				<ipaddr>192.168.56.53</ipaddr>
358
				<hostname>latty</hostname>
359
				<descr><![CDATA[pc: latty]]></descr>
360
			</staticmap>
361
			<staticmap>
362
				<mac>00:02:2d:5c:08:0c</mac>
363
				<ipaddr>192.168.56.54</ipaddr>
364
				<hostname>latty-wireless</hostname>
365
				<descr><![CDATA[pc: latty-wireless]]></descr>
366
			</staticmap>
367
			<staticmap>
368
				<mac>00:0b:cd:08:b3:35</mac>
369
				<ipaddr>192.168.56.55</ipaddr>
370
				<hostname>lizettespc</hostname>
371
				<descr><![CDATA[pc: lizettespc]]></descr>
372
			</staticmap>
373
			<staticmap>
374
				<mac>00:1e:3b:04:da:58</mac>
375
				<ipaddr>192.168.56.56</ipaddr>
376
				<hostname>gsmdanny</hostname>
377
				<descr><![CDATA[pc: gsmdanny]]></descr>
378
			</staticmap>
379
			<staticmap>
380
				<mac>00:0d:9d:d9:17:02</mac>
381
				<ipaddr>192.168.56.57</ipaddr>
382
				<hostname>skype</hostname>
383
				<descr><![CDATA[pc: skype]]></descr>
384
			</staticmap>
385
			<staticmap>
386
				<mac>00:11:85:f4:4d:42</mac>
387
				<ipaddr>192.168.56.58</ipaddr>
388
				<hostname>skype2</hostname>
389
				<descr><![CDATA[pc: skype2]]></descr>
390
			</staticmap>
391
			<staticmap>
392
				<mac>00:0b:cd:08:b3:38</mac>
393
				<ipaddr>192.168.56.59</ipaddr>
394
				<hostname>mythtv2</hostname>
395
				<descr><![CDATA[pc: mythtv2]]></descr>
396
			</staticmap>
397
			<staticmap>
398
				<mac>00:19:1d:ef:d1:50</mac>
399
				<ipaddr>192.168.56.60</ipaddr>
400
				<hostname>wii</hostname>
401
				<descr><![CDATA[console: wii]]></descr>
402
			</staticmap>
403
			<staticmap>
404
				<mac>00:21:e8:a9:68:45</mac>
405
				<ipaddr>192.168.56.61</ipaddr>
406
				<hostname>gsm_lizzy</hostname>
407
				<descr><![CDATA[gsm: gsm_lizzy]]></descr>
408
			</staticmap>
409
			<staticmap>
410
				<mac>00:16:6f:60:62:ce</mac>
411
				<ipaddr>192.168.56.62</ipaddr>
412
				<hostname>laptop_lizzy_wifi</hostname>
413
				<descr><![CDATA[pc: laptop_lizzy_wifi]]></descr>
414
			</staticmap>
415
			<staticmap>
416
				<mac>00:50:56:40:00:59</mac>
417
				<ipaddr>192.168.56.63</ipaddr>
418
				<hostname>silent_vm_win2000srv</hostname>
419
				<descr><![CDATA[vmware: silent_vm_win2000srv]]></descr>
420
			</staticmap>
421
			<staticmap>
422
				<mac>00:19:d1:80:d4:53</mac>
423
				<ipaddr>192.168.56.64</ipaddr>
424
				<hostname>zen</hostname>
425
				<descr><![CDATA[pc: zen]]></descr>
426
			</staticmap>
427
			<staticmap>
428
				<mac>00:15:c5:18:d3:c3</mac>
429
				<ipaddr>192.168.56.65</ipaddr>
430
				<hostname>robin-laptop</hostname>
431
				<descr/>
432
			</staticmap>
433
			<staticmap>
434
				<mac>00:16:6f:8f:cc:a5</mac>
435
				<ipaddr>192.168.56.66</ipaddr>
436
				<hostname>robin-laptop-wifi</hostname>
437
				<descr/>
438
			</staticmap>
439
			<staticmap>
440
				<mac>00:1f:c6:d7:80:e8</mac>
441
				<ipaddr>192.168.56.67</ipaddr>
442
				<hostname>robinspc</hostname>
443
				<descr><![CDATA[pc: robinspc]]></descr>
444
			</staticmap>
445
			<staticmap>
446
				<mac>00:21:e8:50:cc:e7</mac>
447
				<ipaddr>192.168.56.68</ipaddr>
448
				<hostname>S8000</hostname>
449
				<descr><![CDATA[GSM Robin]]></descr>
450
			</staticmap>
451
			<staticmap>
452
				<mac>18:e7:f4:9a:37:8e</mac>
453
				<ipaddr>192.168.56.69</ipaddr>
454
				<hostname>itouch-lizzy</hostname>
455
				<descr><![CDATA[Ipod Touch Lizette]]></descr>
456
				<netbootfile/>
457
			</staticmap>
458
			<staticmap>
459
				<mac>00:0b:cd:1f:0d:1d</mac>
460
				<ipaddr>192.168.56.76</ipaddr>
461
				<hostname>juke</hostname>
462
				<descr><![CDATA[pc: juke]]></descr>
463
			</staticmap>
464
			<staticmap>
465
				<mac>00:0d:9d:52:11:7e</mac>
466
				<ipaddr>192.168.56.78</ipaddr>
467
				<hostname>mythtv3</hostname>
468
				<descr><![CDATA[pc: mythtv3]]></descr>
469
			</staticmap>
470
			<staticmap>
471
				<mac>00:0c:29:f4:48:0c</mac>
472
				<ipaddr>192.168.56.97</ipaddr>
473
				<hostname>datiq001</hostname>
474
				<descr><![CDATA[Datiq001 emulator datiq server (DEP)]]></descr>
475
			</staticmap>
476
			<staticmap>
477
				<mac>00:09:34:14:97:38</mac>
478
				<ipaddr>192.168.56.201</ipaddr>
479
				<hostname>dreambox</hostname>
480
				<descr><![CDATA[dreambox]]></descr>
481
			</staticmap>
482
			<defaultleasetime/>
483
			<maxleasetime/>
484
			<netmask/>
485
			<failover_peerip/>
486
			<gateway/>
487
			<domain/>
488
			<domainsearchlist/>
489
			<enable/>
490
			<ddnsdomain/>
491
			<tftp/>
492
			<ldap/>
493
			<next-server/>
494
			<filename/>
495
			<rootpath/>
496
			<numberoptions/>
497
		</lan>
498
	</dhcpd>
499
	<pptpd>
500
		<mode/>
501
		<redir/>
502
		<localip/>
503
		<remoteip/>
504
	</pptpd>
505
	<ovpn/>
506
	<dnsmasq>
507
		<enable/>
508
		<regdhcp/>
509
		<regdhcpstatic/>
510
	</dnsmasq>
511
	<snmpd>
512
		<syslocation/>
513
		<syscontact/>
514
		<rocommunity>public</rocommunity>
515
	</snmpd>
516
	<diag>
517
		<ipv6nat>
518
			<ipaddr/>
519
		</ipv6nat>
520
	</diag>
521
	<bridge/>
522
	<syslog/>
523
	<nat>
524
		<ipsecpassthru>
525
			<enable/>
526
		</ipsecpassthru>
527
		<rule>
528
			<protocol>tcp</protocol>
529
			<target>Zen</target>
530
			<local-port>22</local-port>
531
			<interface>wan</interface>
532
			<descr><![CDATA[SSH to Zen via ADSL]]></descr>
533
			<associated-rule-id>nat_4baa3d044d98c2.31532236</associated-rule-id>
534
			<source>
535
				<any/>
536
				<port/>
537
			</source>
538
			<destination>
539
				<port>64022</port>
540
				<network>wanip</network>
541
			</destination>
542
		</rule>
543
		<rule>
544
			<protocol>tcp</protocol>
545
			<target>Zen</target>
546
			<local-port>22</local-port>
547
			<interface>opt1</interface>
548
			<descr><![CDATA[SSH to Zen via ZIGGO]]></descr>
549
			<associated-rule-id>nat_4ba943b3345585.11152200</associated-rule-id>
550
			<source>
551
				<any/>
552
				<port/>
553
			</source>
554
			<destination>
555
				<port>64022</port>
556
				<network>opt1ip</network>
557
			</destination>
558
		</rule>
559
		<rule>
560
			<protocol>tcp</protocol>
561
			<target>Orac</target>
562
			<local-port>22</local-port>
563
			<interface>wan</interface>
564
			<descr><![CDATA[SSH to Orac via ADSL]]></descr>
565
			<associated-rule-id>nat_4baa3da27c33a7.03933747</associated-rule-id>
566
			<source>
567
				<any/>
568
				<port/>
569
			</source>
570
			<destination>
571
				<port>52022</port>
572
				<network>wanip</network>
573
			</destination>
574
		</rule>
575
		<rule>
576
			<protocol>tcp</protocol>
577
			<target>Orac</target>
578
			<local-port>22</local-port>
579
			<interface>opt1</interface>
580
			<descr><![CDATA[SSH to Orac via ZIGGO]]></descr>
581
			<associated-rule-id>nat_4ba9448296f047.13351146</associated-rule-id>
582
			<source>
583
				<any/>
584
				<port/>
585
			</source>
586
			<destination>
587
				<port>52022</port>
588
				<network>opt1ip</network>
589
			</destination>
590
		</rule>
591
		<rule>
592
			<protocol>tcp</protocol>
593
			<target>Skype2</target>
594
			<local-port>5500</local-port>
595
			<interface>wan</interface>
596
			<descr><![CDATA[VNC listener to Skype2 via ADSL]]></descr>
597
			<associated-rule-id>nat_4ba944a692c4d8.39621976</associated-rule-id>
598
			<source>
599
				<any/>
600
				<port/>
601
			</source>
602
			<destination>
603
				<port>5500</port>
604
				<network>wanip</network>
605
			</destination>
606
		</rule>
607
		<rule>
608
			<protocol>tcp</protocol>
609
			<target>Skype2</target>
610
			<local-port>5500</local-port>
611
			<interface>opt1</interface>
612
			<descr><![CDATA[VNC listener to Skype2 via ZIGGO]]></descr>
613
			<associated-rule-id>nat_4baa3dd3567d26.81578290</associated-rule-id>
614
			<source>
615
				<any/>
616
				<port/>
617
			</source>
618
			<destination>
619
				<port>5500</port>
620
				<network>opt1ip</network>
621
			</destination>
622
		</rule>
623
		<rule>
624
			<protocol>tcp</protocol>
625
			<target>Skype2</target>
626
			<local-port>3389</local-port>
627
			<interface>wan</interface>
628
			<descr><![CDATA[Remote Desktop to Skype2 via ADSL]]></descr>
629
			<associated-rule-id>nat_4ba94511ee1a23.45454500</associated-rule-id>
630
			<source>
631
				<any/>
632
				<port/>
633
			</source>
634
			<destination>
635
				<port>53389</port>
636
				<network>wanip</network>
637
			</destination>
638
		</rule>
639
		<rule>
640
			<protocol>tcp</protocol>
641
			<target>Skype2</target>
642
			<local-port>3389</local-port>
643
			<interface>opt1</interface>
644
			<descr><![CDATA[Remote Desktop to Skype2 via ZIGGO]]></descr>
645
			<associated-rule-id>nat_4baa3df7cccbe2.77255860</associated-rule-id>
646
			<source>
647
				<any/>
648
				<port/>
649
			</source>
650
			<destination>
651
				<port>53389</port>
652
				<network>opt1ip</network>
653
			</destination>
654
		</rule>
655
		<rule>
656
			<protocol>tcp</protocol>
657
			<target>Mythtv</target>
658
			<local-port>80</local-port>
659
			<interface>wan</interface>
660
			<descr><![CDATA[Myth backend server HTTP]]></descr>
661
			<associated-rule-id>nat_4baa38c93e3666.73675467</associated-rule-id>
662
			<source>
663
				<any/>
664
				<port/>
665
			</source>
666
			<destination>
667
				<port>7680</port>
668
				<network>wanip</network>
669
			</destination>
670
		</rule>
671
		<rule>
672
			<protocol>tcp</protocol>
673
			<target>Dreambox</target>
674
			<local-port>80</local-port>
675
			<interface>wan</interface>
676
			<descr><![CDATA[HTTP to Dreambox]]></descr>
677
			<associated-rule-id>nat_4baa3f15968592.87357613</associated-rule-id>
678
			<source>
679
				<any/>
680
				<port/>
681
			</source>
682
			<destination>
683
				<port>20180</port>
684
				<network>wanip</network>
685
			</destination>
686
		</rule>
687
		<rule>
688
			<protocol>udp</protocol>
689
			<target>Asterisk</target>
690
			<local-port>5060</local-port>
691
			<interface>wan</interface>
692
			<descr><![CDATA[SIP to Asterisk]]></descr>
693
			<associated-rule-id>nat_4baa3fdb558ea6.05177782</associated-rule-id>
694
			<source>
695
				<any/>
696
				<port/>
697
			</source>
698
			<destination>
699
				<port>5060</port>
700
				<network>wanip</network>
701
			</destination>
702
		</rule>
703
		<rule>
704
			<protocol>udp</protocol>
705
			<target>Asterisk</target>
706
			<local-port>10000</local-port>
707
			<interface>wan</interface>
708
			<descr><![CDATA[RTP traffice Asterisk]]></descr>
709
			<associated-rule-id>nat_4baa403ba69374.52853780</associated-rule-id>
710
			<source>
711
				<any/>
712
				<port/>
713
			</source>
714
			<destination>
715
				<port>10000-10100</port>
716
				<network>wanip</network>
717
			</destination>
718
		</rule>
719
		<rule>
720
			<protocol>tcp/udp</protocol>
721
			<target>Orac</target>
722
			<local-port>45000</local-port>
723
			<interface>opt1</interface>
724
			<descr><![CDATA[Bittorrent to Orac via ZIGGO]]></descr>
725
			<associated-rule-id>nat_4bac7b6633b761.13516646</associated-rule-id>
726
			<source>
727
				<any/>
728
				<port/>
729
			</source>
730
			<destination>
731
				<port>45000-45039</port>
732
				<network>opt1ip</network>
733
			</destination>
734
		</rule>
735
		<rule>
736
			<protocol>tcp</protocol>
737
			<target>192.168.56.76</target>
738
			<local-port>5666</local-port>
739
			<interface>wan</interface>
740
			<descr><![CDATA[Nagios plugin op myth]]></descr>
741
			<associated-rule-id>nat_4bc6fe93d212a0.45980901</associated-rule-id>
742
			<source>
743
				<any/>
744
				<port/>
745
			</source>
746
			<destination>
747
				<port>5667</port>
748
				<network>wanip</network>
749
			</destination>
750
		</rule>
751
		<rule>
752
			<protocol>tcp</protocol>
753
			<target>192.168.56.10</target>
754
			<local-port>22</local-port>
755
			<interface>opt1</interface>
756
			<descr><![CDATA[Koppeling naar NAS voor updaten Juke -&gt; adrem]]></descr>
757
			<associated-rule-id>nat_4bca2cf0c5c1b9.41103076</associated-rule-id>
758
			<source>
759
				<any/>
760
				<port/>
761
			</source>
762
			<destination>
763
				<port>10022</port>
764
				<network>opt1ip</network>
765
			</destination>
766
		</rule>
767
		<rule>
768
			<protocol>tcp</protocol>
769
			<target>Asterisk</target>
770
			<local-port>22</local-port>
771
			<interface>wan</interface>
772
			<descr><![CDATA[SSH to Asterisk via ADSL]]></descr>
773
			<associated-rule-id>nat_4bd6fb2a496713.73888351</associated-rule-id>
774
			<source>
775
				<any/>
776
				<port/>
777
			</source>
778
			<destination>
779
				<port>14022</port>
780
				<network>wanip</network>
781
			</destination>
782
		</rule>
783
		<rule>
784
			<protocol>tcp</protocol>
785
			<target>Skype2</target>
786
			<local-port>5900</local-port>
787
			<interface>wan</interface>
788
			<descr><![CDATA[VNC server to Skype2 via ADSL]]></descr>
789
			<associated-rule-id>nat_4bdca263095798.74911090</associated-rule-id>
790
			<source>
791
				<any/>
792
				<port/>
793
			</source>
794
			<destination>
795
				<port>55900</port>
796
				<network>wanip</network>
797
			</destination>
798
		</rule>
799
		<rule>
800
			<protocol>tcp</protocol>
801
			<target>192.168.56.97</target>
802
			<local-port>3389</local-port>
803
			<interface>wan</interface>
804
			<descr><![CDATA[RDP vmware server]]></descr>
805
			<associated-rule-id>nat_4bdee0696015e5.68718935</associated-rule-id>
806
			<source>
807
				<any/>
808
				<port/>
809
			</source>
810
			<destination>
811
				<port>53390</port>
812
				<network>wanip</network>
813
			</destination>
814
		</rule>
815
		<rule>
816
			<protocol>tcp</protocol>
817
			<target>Zen</target>
818
			<local-port>5900</local-port>
819
			<interface>opt1</interface>
820
			<descr><![CDATA[VNC to Zen via ZIGGO ]]></descr>
821
			<associated-rule-id>nat_4be731d727e341.38547363</associated-rule-id>
822
			<source>
823
				<any/>
824
				<port/>
825
			</source>
826
			<destination>
827
				<port>59006</port>
828
				<network>opt1ip</network>
829
			</destination>
830
		</rule>
831
		<rule>
832
			<protocol>tcp</protocol>
833
			<target>Zen</target>
834
			<local-port>5900</local-port>
835
			<interface>wan</interface>
836
			<descr><![CDATA[VNC to Zen via ADSL]]></descr>
837
			<associated-rule-id>nat_4becbfc84fcd70.51826388</associated-rule-id>
838
			<source>
839
				<any/>
840
				<port/>
841
			</source>
842
			<destination>
843
				<port>59006</port>
844
				<network>wanip</network>
845
			</destination>
846
		</rule>
847
		<rule>
848
			<protocol>tcp/udp</protocol>
849
			<target>Mythtv</target>
850
			<local-port>8001</local-port>
851
			<interface>opt1</interface>
852
			<descr><![CDATA[Myth steam]]></descr>
853
			<associated-rule-id>nat_4c3ba0485fbe70.98328669</associated-rule-id>
854
			<source>
855
				<any/>
856
				<port/>
857
			</source>
858
			<destination>
859
				<port>8001-8002</port>
860
				<network>opt1ip</network>
861
			</destination>
862
		</rule>
863
		<rule>
864
			<source>
865
				<any/>
866
			</source>
867
			<destination>
868
				<network>opt1ip</network>
869
				<port>64080</port>
870
			</destination>
871
			<protocol>tcp</protocol>
872
			<target>Zen</target>
873
			<local-port>80</local-port>
874
			<interface>opt1</interface>
875
			<descr><![CDATA[http naar zen]]></descr>
876
			<associated-rule-id>nat_4c66f8efe5bee1.90782710</associated-rule-id>
877
		</rule>
878
		<rule>
879
			<source>
880
				<any/>
881
			</source>
882
			<destination>
883
				<network>opt1ip</network>
884
				<port>51413</port>
885
			</destination>
886
			<protocol>tcp</protocol>
887
			<target>danny_ubuntu</target>
888
			<local-port/>
889
			<interface>opt1</interface>
890
			<descr><![CDATA[danny-ubuntu torrent]]></descr>
891
			<associated-rule-id>nat_4c9f92eeb1cd36.33063550</associated-rule-id>
892
		</rule>
893
		<rule>
894
			<source>
895
				<address>AhsayBackupServes</address>
896
			</source>
897
			<destination>
898
				<network>opt1ip</network>
899
				<port>9444</port>
900
			</destination>
901
			<protocol>tcp</protocol>
902
			<target>CI22015</target>
903
			<local-port>9444</local-port>
904
			<interface>opt1</interface>
905
			<descr><![CDATA[Ahsay RPS]]></descr>
906
			<associated-rule-id>nat_4cb4e3d0a96f04.05538645</associated-rule-id>
907
		</rule>
908
		<rule>
909
			<source>
910
				<any/>
911
			</source>
912
			<destination>
913
				<network>opt1ip</network>
914
				<port>52080</port>
915
			</destination>
916
			<protocol>tcp</protocol>
917
			<target>Orac</target>
918
			<local-port>80</local-port>
919
			<interface>opt1</interface>
920
			<descr><![CDATA[http naar orac]]></descr>
921
			<associated-rule-id>nat_4ceb8b73876462.81901260</associated-rule-id>
922
		</rule>
923
		<rule>
924
			<source>
925
				<any/>
926
			</source>
927
			<destination>
928
				<network>opt1ip</network>
929
				<port>21</port>
930
			</destination>
931
			<protocol>tcp</protocol>
932
			<target>Zen</target>
933
			<local-port>21</local-port>
934
			<interface>opt1</interface>
935
			<descr><![CDATA[FTP to Zen via ZIGGO]]></descr>
936
			<associated-rule-id>nat_4cebbb4a929c88.97470004</associated-rule-id>
937
		</rule>
938
		<rule>
939
			<source>
940
				<any/>
941
			</source>
942
			<destination>
943
				<network>wanip</network>
944
				<port>4569</port>
945
			</destination>
946
			<protocol>udp</protocol>
947
			<target>192.168.56.203</target>
948
			<local-port/>
949
			<interface>wan</interface>
950
			<descr><![CDATA[IAX2 van IC naar vserver]]></descr>
951
			<associated-rule-id>nat_4cee7c7e03d5b2.39477609</associated-rule-id>
952
		</rule>
953
	</nat>
954
	<filter>
955
		<rule>
956
			<id/>
957
			<type>pass</type>
958
			<interface>wan</interface>
959
			<max/>
960
			<max-src-nodes/>
961
			<max-src-conn/>
962
			<max-src-states/>
963
			<statetimeout/>
964
			<statetype>keep state</statetype>
965
			<os/>
966
			<source>
967
				<address>TrustedHosts</address>
968
			</source>
969
			<destination>
970
				<any/>
971
			</destination>
972
			<descr><![CDATA[Trusted hosts are allowed to connect]]></descr>
973
		</rule>
974
		<rule>
975
			<id/>
976
			<type>pass</type>
977
			<interface>wan</interface>
978
			<max/>
979
			<max-src-nodes/>
980
			<max-src-conn/>
981
			<max-src-states/>
982
			<statetimeout/>
983
			<statetype>keep state</statetype>
984
			<os/>
985
			<protocol>tcp</protocol>
986
			<source>
987
				<any/>
988
			</source>
989
			<destination>
990
				<any/>
991
				<port>59022</port>
992
			</destination>
993
			<log/>
994
			<descr><![CDATA[SSH to pfsense]]></descr>
995
		</rule>
996
		<rule>
997
			<source>
998
				<any/>
999
			</source>
1000
			<interface>wan</interface>
1001
			<protocol>tcp</protocol>
1002
			<destination>
1003
				<address>Skype2</address>
1004
				<port>5500</port>
1005
			</destination>
1006
			<descr><![CDATA[NAT VNC listener to Skype2 via ADSL]]></descr>
1007
			<associated-rule-id>nat_4ba944a692c4d8.39621976</associated-rule-id>
1008
		</rule>
1009
		<rule>
1010
			<source>
1011
				<any/>
1012
			</source>
1013
			<interface>wan</interface>
1014
			<protocol>tcp</protocol>
1015
			<destination>
1016
				<address>Skype2</address>
1017
				<port>3389</port>
1018
			</destination>
1019
			<descr><![CDATA[NAT Remote Desktop to Skype2 via ADSL]]></descr>
1020
			<associated-rule-id>nat_4ba94511ee1a23.45454500</associated-rule-id>
1021
		</rule>
1022
		<rule>
1023
			<source>
1024
				<any/>
1025
			</source>
1026
			<interface>wan</interface>
1027
			<protocol>tcp</protocol>
1028
			<destination>
1029
				<address>Mythtv</address>
1030
				<port>80</port>
1031
			</destination>
1032
			<descr><![CDATA[NAT Myth backend server HTTP]]></descr>
1033
			<associated-rule-id>nat_4baa38c93e3666.73675467</associated-rule-id>
1034
		</rule>
1035
		<rule>
1036
			<source>
1037
				<any/>
1038
			</source>
1039
			<interface>wan</interface>
1040
			<protocol>tcp</protocol>
1041
			<destination>
1042
				<address>Zen</address>
1043
				<port>22</port>
1044
			</destination>
1045
			<descr><![CDATA[NAT SSH to Zen via ADSL]]></descr>
1046
			<associated-rule-id>nat_4baa3d044d98c2.31532236</associated-rule-id>
1047
		</rule>
1048
		<rule>
1049
			<source>
1050
				<any/>
1051
			</source>
1052
			<interface>wan</interface>
1053
			<protocol>tcp</protocol>
1054
			<destination>
1055
				<address>Orac</address>
1056
				<port>22</port>
1057
			</destination>
1058
			<descr><![CDATA[NAT SSH to Orac via ADSL]]></descr>
1059
			<associated-rule-id>nat_4baa3da27c33a7.03933747</associated-rule-id>
1060
		</rule>
1061
		<rule>
1062
			<source>
1063
				<any/>
1064
			</source>
1065
			<interface>wan</interface>
1066
			<protocol>tcp</protocol>
1067
			<destination>
1068
				<address>Dreambox</address>
1069
				<port>80</port>
1070
			</destination>
1071
			<descr><![CDATA[NAT HTTP to Dreambox]]></descr>
1072
			<associated-rule-id>nat_4baa3f15968592.87357613</associated-rule-id>
1073
		</rule>
1074
		<rule>
1075
			<source>
1076
				<any/>
1077
			</source>
1078
			<interface>wan</interface>
1079
			<protocol>udp</protocol>
1080
			<destination>
1081
				<address>Asterisk</address>
1082
				<port>5060</port>
1083
			</destination>
1084
			<descr><![CDATA[NAT SIP to Asterisk]]></descr>
1085
			<associated-rule-id>nat_4baa3fdb558ea6.05177782</associated-rule-id>
1086
		</rule>
1087
		<rule>
1088
			<source>
1089
				<any/>
1090
			</source>
1091
			<interface>wan</interface>
1092
			<protocol>udp</protocol>
1093
			<destination>
1094
				<address>Asterisk</address>
1095
				<port>10000-10100</port>
1096
			</destination>
1097
			<descr><![CDATA[NAT RTP traffice Asterisk]]></descr>
1098
			<associated-rule-id>nat_4baa403ba69374.52853780</associated-rule-id>
1099
		</rule>
1100
		<rule>
1101
			<source>
1102
				<any/>
1103
			</source>
1104
			<interface>wan</interface>
1105
			<protocol>tcp</protocol>
1106
			<destination>
1107
				<address>192.168.56.76</address>
1108
				<port>5666</port>
1109
			</destination>
1110
			<descr><![CDATA[NAT Nagios plugin op myth]]></descr>
1111
			<associated-rule-id>nat_4bc6fe93d212a0.45980901</associated-rule-id>
1112
		</rule>
1113
		<rule>
1114
			<source>
1115
				<any/>
1116
			</source>
1117
			<interface>wan</interface>
1118
			<protocol>tcp</protocol>
1119
			<destination>
1120
				<address>Asterisk</address>
1121
				<port>22</port>
1122
			</destination>
1123
			<descr><![CDATA[NAT SSH to Asterisk via ADSL]]></descr>
1124
			<associated-rule-id>nat_4bd6fb2a496713.73888351</associated-rule-id>
1125
		</rule>
1126
		<rule>
1127
			<source>
1128
				<any/>
1129
			</source>
1130
			<interface>wan</interface>
1131
			<protocol>tcp</protocol>
1132
			<destination>
1133
				<address>Skype2</address>
1134
				<port>5900</port>
1135
			</destination>
1136
			<descr><![CDATA[NAT VNC server to Skype2 via ADSL]]></descr>
1137
			<associated-rule-id>nat_4bdca263095798.74911090</associated-rule-id>
1138
		</rule>
1139
		<rule>
1140
			<source>
1141
				<any/>
1142
			</source>
1143
			<interface>wan</interface>
1144
			<protocol>tcp</protocol>
1145
			<destination>
1146
				<address>192.168.56.97</address>
1147
				<port>3389</port>
1148
			</destination>
1149
			<descr><![CDATA[NAT RDP vmware server]]></descr>
1150
			<associated-rule-id>nat_4bdee0696015e5.68718935</associated-rule-id>
1151
		</rule>
1152
		<rule>
1153
			<source>
1154
				<any/>
1155
			</source>
1156
			<interface>wan</interface>
1157
			<protocol>tcp</protocol>
1158
			<destination>
1159
				<address>Zen</address>
1160
				<port>5900</port>
1161
			</destination>
1162
			<descr><![CDATA[NAT VNC to Zen via ADSL]]></descr>
1163
			<associated-rule-id>nat_4becbfc84fcd70.51826388</associated-rule-id>
1164
		</rule>
1165
		<rule>
1166
			<source>
1167
				<any/>
1168
			</source>
1169
			<interface>wan</interface>
1170
			<protocol>udp</protocol>
1171
			<destination>
1172
				<address>192.168.56.203</address>
1173
				<port/>
1174
			</destination>
1175
			<descr><![CDATA[NAT IAX2 van IC naar vserver]]></descr>
1176
			<associated-rule-id>nat_4cee7c7e03d5b2.39477609</associated-rule-id>
1177
		</rule>
1178
		<rule>
1179
			<id/>
1180
			<type>pass</type>
1181
			<interface>lan</interface>
1182
			<max/>
1183
			<max-src-nodes/>
1184
			<max-src-conn/>
1185
			<max-src-states/>
1186
			<statetimeout/>
1187
			<statetype>keep state</statetype>
1188
			<os/>
1189
			<protocol>tcp</protocol>
1190
			<source>
1191
				<address>WhiteHole</address>
1192
			</source>
1193
			<destination>
1194
				<any/>
1195
				<port>HTTPSprotocols</port>
1196
			</destination>
1197
			<descr><![CDATA[HTTPS and SSH alway over ADSL first]]></descr>
1198
			<gateway>ADSLFailsToZIGGO</gateway>
1199
		</rule>
1200
		<rule>
1201
			<id/>
1202
			<type>pass</type>
1203
			<interface>lan</interface>
1204
			<max/>
1205
			<max-src-nodes/>
1206
			<max-src-conn/>
1207
			<max-src-states/>
1208
			<statetimeout/>
1209
			<statetype>keep state</statetype>
1210
			<os/>
1211
			<source>
1212
				<address>WhiteHole</address>
1213
			</source>
1214
			<destination>
1215
				<any/>
1216
			</destination>
1217
			<descr><![CDATA[Hosts allowed to Internet]]></descr>
1218
			<gateway>LoadBalance</gateway>
1219
		</rule>
1220
		<rule>
1221
			<id/>
1222
			<type>pass</type>
1223
			<interface>lan</interface>
1224
			<max/>
1225
			<max-src-nodes/>
1226
			<max-src-conn/>
1227
			<max-src-states/>
1228
			<statetimeout/>
1229
			<statetype>keep state</statetype>
1230
			<os/>
1231
			<source>
1232
				<any/>
1233
			</source>
1234
			<destination>
1235
				<address>Schoolsites</address>
1236
			</destination>
1237
			<descr><![CDATA[Schoolsites altijd toegestaan]]></descr>
1238
			<gateway>ADSLFailsToZIGGO</gateway>
1239
		</rule>
1240
		<rule>
1241
			<id/>
1242
			<type>block</type>
1243
			<interface>lan</interface>
1244
			<max/>
1245
			<max-src-nodes/>
1246
			<max-src-conn/>
1247
			<max-src-states/>
1248
			<statetimeout/>
1249
			<statetype>keep state</statetype>
1250
			<os/>
1251
			<source>
1252
				<address>BlackHole</address>
1253
			</source>
1254
			<destination>
1255
				<any/>
1256
			</destination>
1257
			<log/>
1258
			<descr><![CDATA[Hosts not allowed to Internet]]></descr>
1259
		</rule>
1260
		<rule>
1261
			<id/>
1262
			<type>block</type>
1263
			<interface>lan</interface>
1264
			<max/>
1265
			<max-src-nodes/>
1266
			<max-src-conn/>
1267
			<max-src-states/>
1268
			<statetimeout/>
1269
			<statetype>keep state</statetype>
1270
			<os/>
1271
			<source>
1272
				<address>Lizette</address>
1273
			</source>
1274
			<destination>
1275
				<any/>
1276
			</destination>
1277
			<descr><![CDATA[Lizette Internet UIT (timer)]]></descr>
1278
			<sched>LizetteInternetBlackout</sched>
1279
		</rule>
1280
		<rule>
1281
			<id/>
1282
			<type>block</type>
1283
			<interface>lan</interface>
1284
			<max/>
1285
			<max-src-nodes/>
1286
			<max-src-conn/>
1287
			<max-src-states/>
1288
			<statetimeout/>
1289
			<statetype>keep state</statetype>
1290
			<os/>
1291
			<source>
1292
				<address>Lizette</address>
1293
			</source>
1294
			<destination>
1295
				<any/>
1296
			</destination>
1297
			<descr><![CDATA[Lizette Internet UIT vakantie (timer)]]></descr>
1298
			<sched>LizetteInternetBlackoutHoliday</sched>
1299
			<disabled/>
1300
		</rule>
1301
		<rule>
1302
			<id/>
1303
			<type>block</type>
1304
			<interface>lan</interface>
1305
			<max/>
1306
			<max-src-nodes/>
1307
			<max-src-conn/>
1308
			<max-src-states/>
1309
			<statetimeout/>
1310
			<statetype>keep state</statetype>
1311
			<os/>
1312
			<source>
1313
				<address>Robin</address>
1314
			</source>
1315
			<destination>
1316
				<any/>
1317
			</destination>
1318
			<descr><![CDATA[Robin Internet UIT (timer)]]></descr>
1319
			<sched>RobinInternetBlackout</sched>
1320
		</rule>
1321
		<rule>
1322
			<id/>
1323
			<type>block</type>
1324
			<interface>lan</interface>
1325
			<max/>
1326
			<max-src-nodes/>
1327
			<max-src-conn/>
1328
			<max-src-states/>
1329
			<statetimeout/>
1330
			<statetype>keep state</statetype>
1331
			<os/>
1332
			<source>
1333
				<address>Robin</address>
1334
			</source>
1335
			<destination>
1336
				<any/>
1337
			</destination>
1338
			<descr><![CDATA[Robin Internet UIT vakantie (timer)]]></descr>
1339
			<sched>RobinInternetBlackoutHoliday</sched>
1340
			<disabled/>
1341
		</rule>
1342
		<rule>
1343
			<id/>
1344
			<type>block</type>
1345
			<interface>lan</interface>
1346
			<max/>
1347
			<max-src-nodes/>
1348
			<max-src-conn/>
1349
			<max-src-states/>
1350
			<statetimeout/>
1351
			<statetype>keep state</statetype>
1352
			<os/>
1353
			<source>
1354
				<address>HuiskamerPC</address>
1355
			</source>
1356
			<destination>
1357
				<any/>
1358
			</destination>
1359
			<log/>
1360
			<descr><![CDATA[Huiskamer Internet UIT (timer)]]></descr>
1361
			<sched>HuiskamerInetBlackout</sched>
1362
			<disabled/>
1363
		</rule>
1364
		<rule>
1365
			<id/>
1366
			<type>pass</type>
1367
			<interface>lan</interface>
1368
			<max/>
1369
			<max-src-nodes/>
1370
			<max-src-conn/>
1371
			<max-src-states/>
1372
			<statetimeout/>
1373
			<statetype>keep state</statetype>
1374
			<os/>
1375
			<source>
1376
				<any/>
1377
			</source>
1378
			<destination>
1379
				<address>192.168.1.1/24</address>
1380
			</destination>
1381
			<descr><![CDATA[ADSL modem itself and network]]></descr>
1382
			<gateway>GW_WAN</gateway>
1383
		</rule>
1384
		<rule>
1385
			<id/>
1386
			<type>pass</type>
1387
			<interface>lan</interface>
1388
			<max/>
1389
			<max-src-nodes/>
1390
			<max-src-conn/>
1391
			<max-src-states/>
1392
			<statetimeout/>
1393
			<statetype>keep state</statetype>
1394
			<os/>
1395
			<protocol>tcp</protocol>
1396
			<source>
1397
				<any/>
1398
			</source>
1399
			<destination>
1400
				<any/>
1401
				<port>HTTPSprotocols</port>
1402
			</destination>
1403
			<descr><![CDATA[HTTPS and SSH alway over ADSL first]]></descr>
1404
			<gateway>ADSLFailsToZIGGO</gateway>
1405
		</rule>
1406
		<rule>
1407
			<id/>
1408
			<type>pass</type>
1409
			<interface>lan</interface>
1410
			<max/>
1411
			<max-src-nodes/>
1412
			<max-src-conn/>
1413
			<max-src-states/>
1414
			<statetimeout/>
1415
			<statetype>keep state</statetype>
1416
			<os/>
1417
			<source>
1418
				<address>ZIGGOhosts</address>
1419
			</source>
1420
			<destination>
1421
				<any/>
1422
			</destination>
1423
			<descr><![CDATA[Some hosts prefer ZIGGO]]></descr>
1424
			<gateway>ZIGGOFailsToADSL</gateway>
1425
		</rule>
1426
		<rule>
1427
			<id/>
1428
			<type>pass</type>
1429
			<interface>lan</interface>
1430
			<max/>
1431
			<max-src-nodes/>
1432
			<max-src-conn/>
1433
			<max-src-states/>
1434
			<statetimeout/>
1435
			<statetype>keep state</statetype>
1436
			<os/>
1437
			<source>
1438
				<address>ADSLhosts</address>
1439
			</source>
1440
			<destination>
1441
				<any/>
1442
			</destination>
1443
			<descr><![CDATA[Some hosts prefer ADSL]]></descr>
1444
			<gateway>ADSLFailsToZIGGO</gateway>
1445
		</rule>
1446
		<rule>
1447
			<id/>
1448
			<type>pass</type>
1449
			<interface>lan</interface>
1450
			<max/>
1451
			<max-src-nodes/>
1452
			<max-src-conn/>
1453
			<max-src-states/>
1454
			<statetimeout/>
1455
			<statetype>keep state</statetype>
1456
			<os/>
1457
			<source>
1458
				<any/>
1459
			</source>
1460
			<destination>
1461
				<any/>
1462
			</destination>
1463
			<descr><![CDATA[Default allow LAN to any rule]]></descr>
1464
			<gateway>LoadBalance</gateway>
1465
			<associated-rule-id/>
1466
		</rule>
1467
		<rule>
1468
			<id/>
1469
			<type>pass</type>
1470
			<interface>opt1</interface>
1471
			<max/>
1472
			<max-src-nodes/>
1473
			<max-src-conn/>
1474
			<max-src-states/>
1475
			<statetimeout/>
1476
			<statetype>keep state</statetype>
1477
			<os/>
1478
			<source>
1479
				<address>TrustedHosts</address>
1480
			</source>
1481
			<destination>
1482
				<any/>
1483
			</destination>
1484
			<descr><![CDATA[Trusted hosts are allowed to connect]]></descr>
1485
		</rule>
1486
		<rule>
1487
			<source>
1488
				<any/>
1489
			</source>
1490
			<interface>opt1</interface>
1491
			<protocol>tcp</protocol>
1492
			<destination>
1493
				<address>Zen</address>
1494
				<port>22</port>
1495
			</destination>
1496
			<descr><![CDATA[NAT SSH to Zen via ZIGGO]]></descr>
1497
			<associated-rule-id>nat_4ba943b3345585.11152200</associated-rule-id>
1498
		</rule>
1499
		<rule>
1500
			<source>
1501
				<any/>
1502
			</source>
1503
			<interface>opt1</interface>
1504
			<protocol>tcp</protocol>
1505
			<destination>
1506
				<address>Orac</address>
1507
				<port>22</port>
1508
			</destination>
1509
			<descr><![CDATA[NAT SSH to Orac via ZIGGO]]></descr>
1510
			<associated-rule-id>nat_4ba9448296f047.13351146</associated-rule-id>
1511
		</rule>
1512
		<rule>
1513
			<source>
1514
				<any/>
1515
			</source>
1516
			<interface>opt1</interface>
1517
			<protocol>tcp</protocol>
1518
			<destination>
1519
				<address>Skype2</address>
1520
				<port>5500</port>
1521
			</destination>
1522
			<descr><![CDATA[NAT VNC listener to Skype2 via ZIGGO]]></descr>
1523
			<associated-rule-id>nat_4baa3dd3567d26.81578290</associated-rule-id>
1524
		</rule>
1525
		<rule>
1526
			<source>
1527
				<any/>
1528
			</source>
1529
			<interface>opt1</interface>
1530
			<protocol>tcp</protocol>
1531
			<destination>
1532
				<address>Skype2</address>
1533
				<port>3389</port>
1534
			</destination>
1535
			<descr><![CDATA[NAT Remote Desktop to Skype2 via ZIGGO]]></descr>
1536
			<associated-rule-id>nat_4baa3df7cccbe2.77255860</associated-rule-id>
1537
		</rule>
1538
		<rule>
1539
			<source>
1540
				<any/>
1541
			</source>
1542
			<interface>opt1</interface>
1543
			<protocol>tcp/udp</protocol>
1544
			<destination>
1545
				<address>Orac</address>
1546
				<port>45000-45039</port>
1547
			</destination>
1548
			<descr><![CDATA[NAT Bittorrent to Orac via ZIGGO]]></descr>
1549
			<associated-rule-id>nat_4bac7b6633b761.13516646</associated-rule-id>
1550
		</rule>
1551
		<rule>
1552
			<source>
1553
				<any/>
1554
			</source>
1555
			<interface>opt1</interface>
1556
			<protocol>tcp</protocol>
1557
			<destination>
1558
				<address>192.168.56.10</address>
1559
				<port>22</port>
1560
			</destination>
1561
			<descr><![CDATA[NAT Koppeling naar NAS voor updaten Juke -&gt; adrem]]></descr>
1562
			<associated-rule-id>nat_4bca2cf0c5c1b9.41103076</associated-rule-id>
1563
		</rule>
1564
		<rule>
1565
			<source>
1566
				<any/>
1567
			</source>
1568
			<interface>opt1</interface>
1569
			<protocol>tcp</protocol>
1570
			<destination>
1571
				<address>Zen</address>
1572
				<port>5900</port>
1573
			</destination>
1574
			<descr><![CDATA[NAT VNC to Zen via ZIGGO ]]></descr>
1575
			<associated-rule-id>nat_4be731d727e341.38547363</associated-rule-id>
1576
		</rule>
1577
		<rule>
1578
			<source>
1579
				<any/>
1580
			</source>
1581
			<interface>opt1</interface>
1582
			<protocol>tcp/udp</protocol>
1583
			<destination>
1584
				<address>Mythtv</address>
1585
				<port>8001-8002</port>
1586
			</destination>
1587
			<descr><![CDATA[NAT Myth steam]]></descr>
1588
			<associated-rule-id>nat_4c3ba0485fbe70.98328669</associated-rule-id>
1589
		</rule>
1590
		<rule>
1591
			<source>
1592
				<any/>
1593
			</source>
1594
			<interface>opt1</interface>
1595
			<protocol>tcp</protocol>
1596
			<destination>
1597
				<address>Zen</address>
1598
				<port>80</port>
1599
			</destination>
1600
			<descr><![CDATA[NAT http naar zen]]></descr>
1601
			<associated-rule-id>nat_4c66f8efe5bee1.90782710</associated-rule-id>
1602
		</rule>
1603
		<rule>
1604
			<source>
1605
				<any/>
1606
			</source>
1607
			<interface>opt1</interface>
1608
			<protocol>tcp</protocol>
1609
			<destination>
1610
				<address>danny_ubuntu</address>
1611
				<port/>
1612
			</destination>
1613
			<descr><![CDATA[NAT danny-ubuntu torrent]]></descr>
1614
			<associated-rule-id>nat_4c9f92eeb1cd36.33063550</associated-rule-id>
1615
		</rule>
1616
		<rule>
1617
			<source>
1618
				<address>AhsayBackupServes</address>
1619
			</source>
1620
			<interface>opt1</interface>
1621
			<protocol>tcp</protocol>
1622
			<destination>
1623
				<address>CI22015</address>
1624
				<port>9444</port>
1625
			</destination>
1626
			<descr><![CDATA[NAT Ahsay RPS]]></descr>
1627
			<associated-rule-id>nat_4cb4e3d0a96f04.05538645</associated-rule-id>
1628
		</rule>
1629
		<rule>
1630
			<source>
1631
				<any/>
1632
			</source>
1633
			<interface>opt1</interface>
1634
			<protocol>tcp</protocol>
1635
			<destination>
1636
				<address>Orac</address>
1637
				<port>80</port>
1638
			</destination>
1639
			<descr><![CDATA[NAT http naar orac]]></descr>
1640
			<associated-rule-id>nat_4ceb8b73876462.81901260</associated-rule-id>
1641
		</rule>
1642
		<rule>
1643
			<source>
1644
				<any/>
1645
			</source>
1646
			<interface>opt1</interface>
1647
			<protocol>tcp</protocol>
1648
			<destination>
1649
				<address>Zen</address>
1650
				<port>21</port>
1651
			</destination>
1652
			<descr><![CDATA[NAT FTP to Zen via ZIGGO]]></descr>
1653
			<associated-rule-id>nat_4cebbb4a929c88.97470004</associated-rule-id>
1654
		</rule>
1655
	</filter>
1656
	<shaper/>
1657
	<ipsec>
1658
		<preferredoldsa/>
1659
	</ipsec>
1660
	<aliases>
1661
		<alias>
1662
			<name>ADSLhosts</name>
1663
			<address>Skype2 Asterisk</address>
1664
			<descr><![CDATA[Some hosts prefer ADSL]]></descr>
1665
			<type>host</type>
1666
			<detail>Skype (ivm beheer) liever eerst via ADSL||Asterisk server liever eerst via ADSL</detail>
1667
		</alias>
1668
		<alias>
1669
			<name>AhsayBackupServes</name>
1670
			<address>217.170.25.133</address>
1671
			<descr><![CDATA[Alle externe Ahsay backup servers]]></descr>
1672
			<type>host</type>
1673
			<detail>backup1.boware.nl</detail>
1674
		</alias>
1675
		<alias>
1676
			<name>Asterisk</name>
1677
			<address>192.168.56.14</address>
1678
			<descr><![CDATA[Asterisk]]></descr>
1679
			<type>host</type>
1680
			<detail>Entry added Wed, 24 Mar 2010 16:37:02 +0000||</detail>
1681
		</alias>
1682
		<alias>
1683
			<name>Asterisk2</name>
1684
			<address>192.168.56.99</address>
1685
			<descr><![CDATA[Test asterisk]]></descr>
1686
			<type>host</type>
1687
			<detail>Entry added Mon, 05 Apr 2010 22:48:12 +0200</detail>
1688
		</alias>
1689
		<alias>
1690
			<name>BlackHole</name>
1691
			<address>192.168.56.254</address>
1692
			<descr><![CDATA[All hosts in this group do not have INET]]></descr>
1693
			<type>host</type>
1694
			<detail>IP address not used</detail>
1695
		</alias>
1696
		<alias>
1697
			<name>CI22015</name>
1698
			<address>192.168.56.202</address>
1699
			<descr><![CDATA[Tweede Ahsay backup server]]></descr>
1700
			<type>host</type>
1701
			<detail>backup2.boware.nl</detail>
1702
		</alias>
1703
		<alias>
1704
			<name>danny_ubuntu</name>
1705
			<address>192.168.56.87</address>
1706
			<descr><![CDATA[Danny laptop Ubuntu Dell 610]]></descr>
1707
			<type>host</type>
1708
			<detail>Danny laptop Ubuntu Dell 610</detail>
1709
		</alias>
1710
		<alias>
1711
			<name>Dreambox</name>
1712
			<address>192.168.56.201</address>
1713
			<descr><![CDATA[Dreambox]]></descr>
1714
			<type>host</type>
1715
			<detail>Entry added Wed, 24 Mar 2010 16:33:19 +0000||</detail>
1716
		</alias>
1717
		<alias>
1718
			<name>HTTPSprotocols</name>
1719
			<address>22 443 8222 8333</address>
1720
			<descr><![CDATA[HTTPS and SSH alway over ADSL first]]></descr>
1721
			<type>port</type>
1722
			<detail>SSH||HTTPS||vmware||vmware</detail>
1723
		</alias>
1724
		<alias>
1725
			<name>HuiskamerPC</name>
1726
			<address>192.168.56.51</address>
1727
			<descr><![CDATA[PC in de huiskamer]]></descr>
1728
			<type>host</type>
1729
			<detail>PC in de huiskamer</detail>
1730
		</alias>
1731
		<alias>
1732
			<name>Lizette</name>
1733
			<address>192.168.56.55 192.168.56.61 192.168.56.62 192.168.56.69</address>
1734
			<descr><![CDATA[All things belonging to Lizette]]></descr>
1735
			<type>host</type>
1736
			<detail>PC Lizette||GSM Lizette||Laptop Lizette WIFi||Ipod Touch Lizette</detail>
1737
		</alias>
1738
		<alias>
1739
			<name>Mythtv</name>
1740
			<address>192.168.56.76</address>
1741
			<descr><![CDATA[Mythtv master backend]]></descr>
1742
			<type>host</type>
1743
			<detail>Entry added Wed, 24 Mar 2010 16:08:15 +0000||</detail>
1744
		</alias>
1745
		<alias>
1746
			<name>Orac</name>
1747
			<address>192.168.56.52</address>
1748
			<descr><![CDATA[Orac]]></descr>
1749
			<type>host</type>
1750
			<detail>Orac||</detail>
1751
		</alias>
1752
		<alias>
1753
			<name>Robin</name>
1754
			<address>192.168.56.67 192.168.56.60 192.168.56.65 192.168.56.66 192.168.56.68</address>
1755
			<descr><![CDATA[All things belonging to Robin]]></descr>
1756
			<type>host</type>
1757
			<detail>PW Robin||WII||Laptop Robin kabel||Laptop Robin WiFi||GSM Robin</detail>
1758
		</alias>
1759
		<alias>
1760
			<name>Schoolsites</name>
1761
			<address>145.102.36.3/32 84.243.219.11/32 74.125.0.0/16 145.97.32.0/21 217.170.25.129/32 158.36.191.0/24 149.5.128.169/32 79.99.129.32/24</address>
1762
			<descr><![CDATA[Sites waar de kinderen altijd heen mogen]]></descr>
1763
			<type>network</type>
1764
			<detail>Bona||www.bonaweb.nl||Google||WRTS||zarafa1.boware.nl||It's learning||Gebruikt door It's learning||Swiss, nieuwe website bona</detail>
1765
		</alias>
1766
		<alias>
1767
			<name>Skype2</name>
1768
			<address>192.168.56.58</address>
1769
			<descr><![CDATA[Skype2]]></descr>
1770
			<type>host</type>
1771
			<detail>Skype2||</detail>
1772
		</alias>
1773
		<alias>
1774
			<name>TrustedHosts</name>
1775
			<address>217.115.204.200</address>
1776
			<descr><![CDATA[Trusted external hosts]]></descr>
1777
			<type>host</type>
1778
			<detail>red.boware.nl</detail>
1779
		</alias>
1780
		<alias>
1781
			<name>WhiteHole</name>
1782
			<address>192.168.56.254</address>
1783
			<descr><![CDATA[All hosts in this group have INET]]></descr>
1784
			<type>host</type>
1785
			<detail>Niet bestaand nummer, om regel in stand te houden</detail>
1786
		</alias>
1787
		<alias>
1788
			<name>Zen</name>
1789
			<address>192.168.56.64</address>
1790
			<descr><![CDATA[Zen]]></descr>
1791
			<type>host</type>
1792
			<detail>Entry added Tue, 23 Mar 2010 22:41:16 +0000||</detail>
1793
		</alias>
1794
		<alias>
1795
			<name>ZIGGOhosts</name>
1796
			<address>Orac Zen danny_ubuntu</address>
1797
			<descr><![CDATA[Some hosts prefer ZIGGO]]></descr>
1798
			<type>host</type>
1799
			<detail>Orac||Zen||Entry added Sun, 26 Sep 2010 20:39:56 +0200</detail>
1800
		</alias>
1801
	</aliases>
1802
	<proxyarp/>
1803
	<cron>
1804
		<item>
1805
			<minute>0</minute>
1806
			<hour>*</hour>
1807
			<mday>*</mday>
1808
			<month>*</month>
1809
			<wday>*</wday>
1810
			<who>root</who>
1811
			<command>/usr/bin/nice -n20 newsyslog</command>
1812
		</item>
1813
		<item>
1814
			<minute>1,31</minute>
1815
			<hour>0-5</hour>
1816
			<mday>*</mday>
1817
			<month>*</month>
1818
			<wday>*</wday>
1819
			<who>root</who>
1820
			<command>/usr/bin/nice -n20 adjkerntz -a</command>
1821
		</item>
1822
		<item>
1823
			<minute>1</minute>
1824
			<hour>3</hour>
1825
			<mday>1</mday>
1826
			<month>*</month>
1827
			<wday>*</wday>
1828
			<who>root</who>
1829
			<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
1830
		</item>
1831
		<item>
1832
			<minute>*/60</minute>
1833
			<hour>*</hour>
1834
			<mday>*</mday>
1835
			<month>*</month>
1836
			<wday>*</wday>
1837
			<who>root</who>
1838
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 sshlockout</command>
1839
		</item>
1840
		<item>
1841
			<minute>1</minute>
1842
			<hour>1</hour>
1843
			<mday>*</mday>
1844
			<month>*</month>
1845
			<wday>*</wday>
1846
			<who>root</who>
1847
			<command>/usr/bin/nice -n20 /etc/rc.dyndns.update</command>
1848
		</item>
1849
		<item>
1850
			<minute>*/60</minute>
1851
			<hour>*</hour>
1852
			<mday>*</mday>
1853
			<month>*</month>
1854
			<wday>*</wday>
1855
			<who>root</who>
1856
			<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
1857
		</item>
1858
		<item>
1859
			<minute>0,15,30,45</minute>
1860
			<hour>*</hour>
1861
			<mday>*</mday>
1862
			<month>*</month>
1863
			<wday>*</wday>
1864
			<who>root</who>
1865
			<command>/etc/rc.filter_configure_sync</command>
1866
		</item>
1867
	</cron>
1868
	<wol/>
1869
	<rrd>
1870
		<category>quality</category>
1871
		<style>inverse</style>
1872
		<enable/>
1873
	</rrd>
1874
	<load_balancer>
1875
		<monitor_type>
1876
			<name>ICMP</name>
1877
			<type>icmp</type>
1878
			<options/>
1879
			<descr><![CDATA[ICMP]]></descr>
1880
		</monitor_type>
1881
		<monitor_type>
1882
			<name>TCP</name>
1883
			<type>tcp</type>
1884
			<options/>
1885
			<descr><![CDATA[Generic TCP]]></descr>
1886
		</monitor_type>
1887
		<monitor_type>
1888
			<name>HTTP</name>
1889
			<type>http</type>
1890
			<options>
1891
				<path>/</path>
1892
				<host/>
1893
				<code>200</code>
1894
			</options>
1895
			<descr><![CDATA[Generic HTTP]]></descr>
1896
		</monitor_type>
1897
		<monitor_type>
1898
			<name>HTTPS</name>
1899
			<type>https</type>
1900
			<options>
1901
				<path>/</path>
1902
				<host/>
1903
				<code>200</code>
1904
			</options>
1905
			<descr><![CDATA[Generic HTTPS]]></descr>
1906
		</monitor_type>
1907
		<monitor_type>
1908
			<name>SMTP</name>
1909
			<type>send</type>
1910
			<options>
1911
				<send>EHLO nosuchhost</send>
1912
				<expect>250-</expect>
1913
			</options>
1914
			<descr><![CDATA[Generic SMTP]]></descr>
1915
		</monitor_type>
1916
	</load_balancer>
1917
	<widgets>
1918
		<sequence>system_information-container:col1:show,captive_portal_status-container:col1:close,carp_status-container:col1:close,cpu_graphs-container:col1:close,gmirror_status-container:col1:close,installed_packages-container:col1:close,interface_statistics-container:col1:close,gateways-container:col1:show,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:show,openvpn-container:col2:none</sequence>
1919
		<traffic_graphs-config>WAN_graph-config:show,LAN_graph-config:show,OPT1_graph-config:show,refreshInterval=10</traffic_graphs-config>
1920
	</widgets>
1921
	<revision>
1922
		<description><![CDATA[admin: /system_gateways_edit.php made unknown change]]></description>
1923
		<time>1291622532</time>
1924
		<username>admin</username>
1925
	</revision>
1926
	<l7shaper>
1927
		<container/>
1928
	</l7shaper>
1929
	<dnshaper/>
1930
	<gateways>
1931
		<gateway_item>
1932
			<interface>opt1</interface>
1933
			<name>GW_OPT1</name>
1934
			<gateway>83.85.124.1</gateway>
1935
			<descr><![CDATA[ZIGGO Gateway]]></descr>
1936
		</gateway_item>
1937
		<gateway_item>
1938
			<interface>wan</interface>
1939
			<gateway>dynamic</gateway>
1940
			<name>GW_WAN</name>
1941
			<weight>1</weight>
1942
			<descr><![CDATA[Interfacewandynamic gateway]]></descr>
1943
			<monitor>217.115.204.200</monitor>
1944
		</gateway_item>
1945
		<gateway_item>
1946
			<gateway>dynamic</gateway>
1947
			<descr><![CDATA[Interface opt1 dynamic gateway]]></descr>
1948
			<name>GW_OPT1</name>
1949
			<interface>opt1</interface>
1950
		</gateway_item>
1951
		<gateway_item>
1952
			<gateway>dynamic</gateway>
1953
			<descr><![CDATA[Interfacewandynamic gateway]]></descr>
1954
			<name>GW_WAN</name>
1955
			<interface>wan</interface>
1956
		</gateway_item>
1957
		<gateway_group>
1958
			<name>LoadBalance</name>
1959
			<item>GW_OPT1|1</item>
1960
			<item>GW_WAN|1</item>
1961
			<trigger>down</trigger>
1962
			<descr><![CDATA[Using both Internet connections]]></descr>
1963
		</gateway_group>
1964
		<gateway_group>
1965
			<name>ADSLFailsToZIGGO</name>
1966
			<item>GW_OPT1|2</item>
1967
			<item>GW_WAN|1</item>
1968
			<trigger>down</trigger>
1969
			<descr><![CDATA[First ADSL, only when fails to ZIGGO]]></descr>
1970
		</gateway_group>
1971
		<gateway_group>
1972
			<name>ZIGGOFailsToADSL</name>
1973
			<item>GW_OPT1|1</item>
1974
			<item>GW_WAN|2</item>
1975
			<trigger>down</trigger>
1976
			<descr><![CDATA[First ZIGGO, only when fails to ADSL]]></descr>
1977
		</gateway_group>
1978
		<settings>
1979
			<latencylow>500</latencylow>
1980
			<latencyhigh>1000</latencyhigh>
1981
			<losslow>60</losslow>
1982
			<losshigh>80</losshigh>
1983
		</settings>
1984
	</gateways>
1985
	<openvpn/>
1986
	<schedules>
1987
		<schedule>
1988
			<name>HuiskamerInetBlackout</name>
1989
			<descr><![CDATA[Huiskamer Internet UIT (timer)]]></descr>
1990
			<timerange>
1991
				<position>1,2,3,4,5</position>
1992
				<hour>0:00-6:30</hour>
1993
				<rangedescr>Doordeweeks 07:00 aan</rangedescr>
1994
			</timerange>
1995
			<timerange>
1996
				<position>6,7</position>
1997
				<hour>1:00-8:00</hour>
1998
				<rangedescr>Weekeind 08:00 aan</rangedescr>
1999
			</timerange>
2000
			<timerange>
2001
				<position>1,2,3,4</position>
2002
				<hour>9:00-17:00</hour>
2003
				<rangedescr>Uit tijdens huiswerk</rangedescr>
2004
			</timerange>
2005
			<schedlabel>4baff77554969</schedlabel>
2006
		</schedule>
2007
		<schedule>
2008
			<name>LizetteInternetBlackout</name>
2009
			<descr><![CDATA[Lizette Internet UIT]]></descr>
2010
			<timerange>
2011
				<position>6,7</position>
2012
				<hour>0:00-8:00</hour>
2013
				<rangedescr>Uit tot 08:00 (weekeind)</rangedescr>
2014
			</timerange>
2015
			<timerange>
2016
				<position>1,2,3,4,5</position>
2017
				<hour>0:00-17:00</hour>
2018
				<rangedescr>Uit tot 17:00</rangedescr>
2019
			</timerange>
2020
			<timerange>
2021
				<position>1,2,3,4,7</position>
2022
				<hour>21:30-23:59</hour>
2023
				<rangedescr>21:30 uit (volgende dag school)</rangedescr>
2024
			</timerange>
2025
			<timerange>
2026
				<position>5,6</position>
2027
				<hour>23:00-23:59</hour>
2028
				<rangedescr>23:00 uit (weekeind)</rangedescr>
2029
			</timerange>
2030
			<schedlabel>4baa470daacce</schedlabel>
2031
		</schedule>
2032
		<schedule>
2033
			<name>LizetteInternetBlackoutHoliday</name>
2034
			<descr><![CDATA[Lizette Internet UIT vakantie]]></descr>
2035
			<timerange>
2036
				<position>1,2,3,4,5,6,7</position>
2037
				<hour>0:00-8:00</hour>
2038
				<rangedescr/>
2039
			</timerange>
2040
			<schedlabel>4c2922c7f0f7e</schedlabel>
2041
		</schedule>
2042
		<schedule>
2043
			<name>RobinInternetBlackout</name>
2044
			<descr><![CDATA[Robin Internet UIT]]></descr>
2045
			<timerange>
2046
				<position>6,7</position>
2047
				<hour>0:00-8:00</hour>
2048
				<rangedescr>Uit tot 08:00 (weekeind)</rangedescr>
2049
			</timerange>
2050
			<timerange>
2051
				<position>1,2,3,4,5</position>
2052
				<hour>0:00-17:00</hour>
2053
				<rangedescr>Uit tot 17:00</rangedescr>
2054
			</timerange>
2055
			<timerange>
2056
				<position>1,2,3,4,7</position>
2057
				<hour>22:30-23:59</hour>
2058
				<rangedescr>22:30 uit (volgende dag school)</rangedescr>
2059
			</timerange>
2060
			<schedlabel>4bad31bfd9cf7</schedlabel>
2061
		</schedule>
2062
		<schedule>
2063
			<name>RobinInternetBlackoutHoliday</name>
2064
			<descr><![CDATA[Robin Internet UIT vakantie]]></descr>
2065
			<timerange>
2066
				<position>1,2,3,4,5,6,7</position>
2067
				<hour>0:00-8:00</hour>
2068
				<rangedescr/>
2069
			</timerange>
2070
			<schedlabel>4c2923252b739</schedlabel>
2071
		</schedule>
2072
	</schedules>
2073
	<dyndnses>
2074
		<dyndns>
2075
			<type>dyndns</type>
2076
			<username>dbogaards</username>
2077
			<password>1Plexat0</password>
2078
			<host>boware.homelinux.org</host>
2079
			<mx/>
2080
			<enable/>
2081
			<interface>opt1</interface>
2082
			<descr><![CDATA[DynDNS]]></descr>
2083
		</dyndns>
2084
	</dyndnses>
2085
	<ezshaper>
2086
		<step1>
2087
			<numberofconnections>2</numberofconnections>
2088
			<numberoflocalinterfaces>1</numberoflocalinterfaces>
2089
		</step1>
2090
		<step3>
2091
			<enable>on</enable>
2092
			<provider>Asterisk</provider>
2093
			<local0download>128</local0download>
2094
			<local0downloadspeed>Kb</local0downloadspeed>
2095
			<conn0upload>64</conn0upload>
2096
			<conn0uploadspeed>Kb</conn0uploadspeed>
2097
			<conn1upload>64</conn1upload>
2098
			<conn1uploadspeed>Kb</conn1uploadspeed>
2099
			<address>192.168.56.14</address>
2100
		</step3>
2101
		<step4>
2102
			<bandwidthunit>%</bandwidthunit>
2103
		</step4>
2104
		<step5>
2105
			<bandwidthunit>%</bandwidthunit>
2106
		</step5>
2107
		<step2>
2108
			<local0downloadscheduler>HFSC</local0downloadscheduler>
2109
			<local0interface>lan</local0interface>
2110
			<conn0uploadscheduler>HFSC</conn0uploadscheduler>
2111
			<conn0upload>1195</conn0upload>
2112
			<conn0uploadspeed>Kb</conn0uploadspeed>
2113
			<conn0download>14349</conn0download>
2114
			<conn0downloadspeed>Kb</conn0downloadspeed>
2115
			<conn0interface>wan</conn0interface>
2116
			<conn1uploadscheduler>HFSC</conn1uploadscheduler>
2117
			<conn1upload>5000</conn1upload>
2118
			<conn1uploadspeed>Kb</conn1uploadspeed>
2119
			<conn1download>50000</conn1download>
2120
			<conn1downloadspeed>Kb</conn1downloadspeed>
2121
			<conn1interface>opt1</conn1interface>
2122
		</step2>
2123
	</ezshaper>
2124
	<ppps/>
2125
	<dhcrelay/>
2126
	<ca>
2127
		<refid>4bb1fef9dbe8e</refid>
2128
	</ca>
2129
	<cert>
2130
		<refid>4ba93609310bc</refid>
2131
		<crt>LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUVLRENDQTVHZ0F3SUJBZ0lKQUpKaHdGRWRJSXVaTUEwR0NTcUdTSWIzRFFFQkJRVUFNSUcvTVFzd0NRWUQKVlFRR0V3SlZVekVTTUJBR0ExVUVDQk1KVTI5dFpYZG9aWEpsTVJFd0R3WURWUVFIRXdoVGIyMWxZMmwwZVRFVQpNQklHQTFVRUNoTUxRMjl0Y0dGdWVVNWhiV1V4THpBdEJnTlZCQXNUSms5eVoyRnVhWHBoZEdsdmJtRnNJRlZ1CmFYUWdUbUZ0WlNBb1pXY3NJSE5sWTNScGIyNHBNU1F3SWdZRFZRUURFeHREYjIxdGIyNGdUbUZ0WlNBb1pXY3MKSUZsUFZWSWdibUZ0WlNreEhEQWFCZ2txaGtpRzl3MEJDUUVXRFVWdFlXbHNJRUZrWkhKbGMzTXdIaGNOTVRBdwpNekl6TWpFME16TTNXaGNOTVRVd09URXpNakUwTXpNM1dqQ0J2ekVMTUFrR0ExVUVCaE1DVlZNeEVqQVFCZ05WCkJBZ1RDVk52YldWM2FHVnlaVEVSTUE4R0ExVUVCeE1JVTI5dFpXTnBkSGt4RkRBU0JnTlZCQW9UQzBOdmJYQmgKYm5sT1lXMWxNUzh3TFFZRFZRUUxFeVpQY21kaGJtbDZZWFJwYjI1aGJDQlZibWwwSUU1aGJXVWdLR1ZuTENCegpaV04wYVc5dUtURWtNQ0lHQTFVRUF4TWJRMjl0Ylc5dUlFNWhiV1VnS0dWbkxDQlpUMVZTSUc1aGJXVXBNUnd3CkdnWUpLb1pJaHZjTkFRa0JGZzFGYldGcGJDQkJaR1J5WlhOek1JR2ZNQTBHQ1NxR1NJYjNEUUVCQVFVQUE0R04KQURDQmlRS0JnUURLZWYrU3ZHQmJHNVJVUGJLL29KUEhKdDJRc0s2N0I3REJCN0RyMGl0eXFDbFBJdVR5c2R5dwp3d0VBakFpYUpTYzhFK0ovbkZLTzNyRFBaMVJGWEVFdk85SWc4NUNTMmhuZ21LMVpmL2x2SGhqc0Z6TUk5WTBFCmVWUWJ0T1V5dit6dFZnSUhvb01mT3VQWi8zbUVSMXdQL2FPdktHNHRFenVSRk9qZ2RnWkYzUUlEQVFBQm80SUIKS0RDQ0FTUXdIUVlEVlIwT0JCWUVGUGVGSDF3ZUtNaTI1d0hCbkNOaUdGbEhobkpoTUlIMEJnTlZIU01FZ2V3dwpnZW1BRlBlRkgxd2VLTWkyNXdIQm5DTmlHRmxIaG5KaG9ZSEZwSUhDTUlHL01Rc3dDUVlEVlFRR0V3SlZVekVTCk1CQUdBMVVFQ0JNSlUyOXRaWGRvWlhKbE1SRXdEd1lEVlFRSEV3aFRiMjFsWTJsMGVURVVNQklHQTFVRUNoTUwKUTI5dGNHRnVlVTVoYldVeEx6QXRCZ05WQkFzVEprOXlaMkZ1YVhwaGRHbHZibUZzSUZWdWFYUWdUbUZ0WlNBbwpaV2NzSUhObFkzUnBiMjRwTVNRd0lnWURWUVFERXh0RGIyMXRiMjRnVG1GdFpTQW9aV2NzSUZsUFZWSWdibUZ0ClpTa3hIREFhQmdrcWhraUc5dzBCQ1FFV0RVVnRZV2xzSUVGa1pISmxjM09DQ1FDU1ljQlJIU0NMbVRBTUJnTlYKSFJNRUJUQURBUUgvTUEwR0NTcUdTSWIzRFFFQkJRVUFBNEdCQUUxbnEvYlJiT0V5bXJ2SkI4cUtBU0FLb0k4bgpBYzFmejN4U0xzZnZmWHV3VXZVbDNHZ3lNNyt6NlkzRXdNb0ZKd1BSL05QekxVbVg1MWRkT0FWWnVJSzBORFdWCk82dVJ1WlpiWU9xdHRQT2FRRHRXYUc0VXNwR21acE1Ga2JGRFFuTCt0U01TV0NPdFliMSsrTlJ5clNSNTZUVHQKWUtrUnJtV1VNVXFha2h0RAotLS0tLUVORCBDRVJUSUZJQ0FURS0tLS0tCg==</crt>
2132
		<prv>R2VuZXJhdGluZyBSU0EgcHJpdmF0ZSBrZXksIDEwMjQgYml0IGxvbmcgbW9kdWx1cwouLi4uLi4uLisrKysrKwouLi4uLi4rKysrKysKZSBpcyA2NTUzNyAoMHgxMDAwMSkKLS0tLS1CRUdJTiBSU0EgUFJJVkFURSBLRVktLS0tLQpNSUlDWFFJQkFBS0JnUURLZWYrU3ZHQmJHNVJVUGJLL29KUEhKdDJRc0s2N0I3REJCN0RyMGl0eXFDbFBJdVR5CnNkeXd3d0VBakFpYUpTYzhFK0ovbkZLTzNyRFBaMVJGWEVFdk85SWc4NUNTMmhuZ21LMVpmL2x2SGhqc0Z6TUkKOVkwRWVWUWJ0T1V5dit6dFZnSUhvb01mT3VQWi8zbUVSMXdQL2FPdktHNHRFenVSRk9qZ2RnWkYzUUlEQVFBQgpBb0dCQUlYM2huUXVFNHIwaW9YYWRNUjVtSTF5VjdMK1UvNEhycGxwWDFRSXNScWh6UU5CVVQ2TEZEd1lLamVVCmI3U2QxSUhabmtsVXd3TW9zTS9wekVaQUxoZkdGNE9HRG9nZVR0U2h3RmhjMFA0akdSdjBYd3BXcXdvN3dBR2UKRjRRZVlqRHV6SUZaSWJjM0EvN3hXd3o3M2pWTkZOZHNjbE01Y0Y3ZTVqRTJGQW01QWtFQStCTmpXb1pZdWFaZwphNjMyRkVBZlBaVjBWYzZaVzJPTlBjeXM0ZUlJcnFDekxCdDRIc2JhbXIrWThxRTlVNDFuQWpqaVJzaXdLbkpFCmU0cjdzVGxsbHdKQkFORHh1bDExWjBNYzA5cEVtb3NpeFluMzduWEZVQm52ZGkxUHNXNGlNWUhHWG1nMlp3MWIKdENUTjZ0alBFN25ISHJVeVcyMDVxY0dCUW1iUzl3NmRKcXNDUUZBQmNMbHhPb3dsTEZPTjl4N3d6eUo5WU5lTAptY252Z1UyOUJNU1VzVmdnVzZpTjgxOTVvbWJtQTkyOFFwci9yNGozNzRJRWwwd1pMaHpwNWVKeU1HRUNRSFZnClZpRktZc2dBMmNJejU5MWhtemIyWUs4b09PZFk3anBtR25hVUh0dVlaRkNHdnoxeDFyRVdQR2V2YkpWZ2xvK1QKeW1pQmpDdDRRYVVodmtnbllDRUNRUUN0QWN2WkZJeWM1b1RIT3RqeDYvZmdJR1pxRW5rbjluSkJxQTViVjBWTApXZlBNSVg1STNBZHZRR2dIQzNKMlkwU2NVdUxIN0NCY0tNYkJoTmZNb1VWLwotLS0tLUVORCBSU0EgUFJJVkFURSBLRVktLS0tLQo=</prv>
2133
		<descr><![CDATA[webConfigurator default]]></descr>
2134
	</cert>
2135
	<pppoes>
2136
		<pppoe>
2137
			<username/>
2138
			<password/>
2139
			<provider/>
2140
		</pppoe>
2141
	</pppoes>
2142
</pfsense>
(2-2/4)