root/conf.default/config.xml @ 17da6c79
1 |
<?xml version="1.0"?>
|
---|---|
2 |
<!-- pfSense default system configuration -->
|
3 |
<pfsense>
|
4 |
<version>1.4</version> |
5 |
<lastchange></lastchange>
|
6 |
<system>
|
7 |
<optimization>normal</optimization> |
8 |
<schedulertype>priq</schedulertype> |
9 |
<hostname>pfSense</hostname> |
10 |
<domain>local</domain> |
11 |
<dnsserver></dnsserver>
|
12 |
<dnsallowoverride/>
|
13 |
<username>admin</username> |
14 |
<password>$1$dSJImFph$GvZ7.1UbuWu.Yb8etC0re.</password> |
15 |
<timezone>Etc/UTC</timezone> |
16 |
<time-update-interval>300</time-update-interval> |
17 |
<timeservers>pool.ntp.org</timeservers> |
18 |
<webgui>
|
19 |
<protocol>http</protocol> |
20 |
<!--
|
21 |
<port></port>
|
22 |
<certificate></certificate>
|
23 |
<private-key></private-key>
|
24 |
<noassigninterfaces/>
|
25 |
<expanddiags/>
|
26 |
<noantilockout></noantilockout>
|
27 |
-->
|
28 |
</webgui>
|
29 |
<!-- <disableconsolemenu/> -->
|
30 |
<!-- <disablefirmwarecheck/> -->
|
31 |
<!-- <shellcmd></shellcmd> -->
|
32 |
<!-- <earlyshellcmd></earlyshellcmd> -->
|
33 |
<!-- <harddiskstandby></harddiskstandby> -->
|
34 |
</system>
|
35 |
<interfaces>
|
36 |
<lan>
|
37 |
<if>sis0</if> |
38 |
<ipaddr>192.168.1.1</ipaddr> |
39 |
<subnet>24</subnet> |
40 |
<media></media>
|
41 |
<mediaopt></mediaopt>
|
42 |
<bandwidth>100</bandwidth> |
43 |
<bandwidthtype>Mb</bandwidthtype> |
44 |
<!--
|
45 |
<wireless>
|
46 |
*see below (opt[n])*
|
47 |
</wireless>
|
48 |
-->
|
49 |
</lan>
|
50 |
<wan>
|
51 |
<if>sis1</if> |
52 |
<mtu></mtu>
|
53 |
<ipaddr>dhcp</ipaddr> |
54 |
<!-- *or* ipv4-address *or* 'pppoe' *or* 'pptp' *or* 'bigpond' -->
|
55 |
<subnet></subnet>
|
56 |
<gateway></gateway>
|
57 |
<blockpriv/>
|
58 |
<dhcphostname></dhcphostname>
|
59 |
<media></media>
|
60 |
<mediaopt></mediaopt>
|
61 |
<bandwidth>100</bandwidth> |
62 |
<bandwidthtype>Mb</bandwidthtype> |
63 |
<!--
|
64 |
<wireless>
|
65 |
*see below (opt[n])*
|
66 |
</wireless>
|
67 |
-->
|
68 |
</wan>
|
69 |
<!--
|
70 |
<opt[n]>
|
71 |
<enable/>
|
72 |
<descr></descr>
|
73 |
<if></if>
|
74 |
<ipaddr></ipaddr>
|
75 |
<subnet></subnet>
|
76 |
<media></media>
|
77 |
<mediaopt></mediaopt>
|
78 |
<bridge>lan|wan|opt[n]</bridge>
|
79 |
<wireless>
|
80 |
<mode>hostap *or* bss *or* ibss</mode>
|
81 |
<ssid></ssid>
|
82 |
<channel></channel>
|
83 |
<wep>
|
84 |
<enable/>
|
85 |
<key>
|
86 |
<txkey/>
|
87 |
<value></value>
|
88 |
</key>
|
89 |
</wep>
|
90 |
</wireless>
|
91 |
</opt[n]>
|
92 |
-->
|
93 |
</interfaces>
|
94 |
<!--
|
95 |
<vlans>
|
96 |
<vlan>
|
97 |
<tag></tag>
|
98 |
<if></if>
|
99 |
<descr></descr>
|
100 |
</vlan>
|
101 |
</vlans>
|
102 |
-->
|
103 |
<staticroutes>
|
104 |
<!--
|
105 |
<route>
|
106 |
<interface>lan|opt[n]|pptp</interface>
|
107 |
<network>xxx.xxx.xxx.xxx/xx</network>
|
108 |
<gateway>xxx.xxx.xxx.xxx</gateway>
|
109 |
<descr></descr>
|
110 |
</route>
|
111 |
-->
|
112 |
</staticroutes>
|
113 |
<pppoe>
|
114 |
<username></username>
|
115 |
<password></password>
|
116 |
<provider></provider>
|
117 |
<!--
|
118 |
<ondemand/>
|
119 |
<timeout></timeout>
|
120 |
-->
|
121 |
</pppoe>
|
122 |
<pptp>
|
123 |
<username></username>
|
124 |
<password></password>
|
125 |
<local></local>
|
126 |
<subnet></subnet>
|
127 |
<remote></remote>
|
128 |
<!--
|
129 |
<ondemand/>
|
130 |
<timeout></timeout>
|
131 |
-->
|
132 |
</pptp>
|
133 |
<bigpond>
|
134 |
<username></username>
|
135 |
<password></password>
|
136 |
<authserver></authserver>
|
137 |
<authdomain></authdomain>
|
138 |
<minheartbeatinterval></minheartbeatinterval>
|
139 |
</bigpond>
|
140 |
<dyndns>
|
141 |
<!-- <enable/> -->
|
142 |
<type>dyndns</type> |
143 |
<username></username>
|
144 |
<password></password>
|
145 |
<host></host>
|
146 |
<mx></mx>
|
147 |
<!-- <wildcard/> -->
|
148 |
</dyndns>
|
149 |
<dhcpd>
|
150 |
<lan>
|
151 |
<enable/>
|
152 |
<range>
|
153 |
<from>192.168.1.100</from> |
154 |
<to>192.168.1.199</to> |
155 |
</range>
|
156 |
<!--
|
157 |
<winsserver>xxx.xxx.xxx.xxx</winsserver>
|
158 |
<defaultleasetime></defaultleasetime>
|
159 |
<maxleasetime></maxleasetime>
|
160 |
<gateway>xxx.xxx.xxx.xxx</gateway>
|
161 |
<domain></domain>
|
162 |
<dnsserver></dnsserver>
|
163 |
<next-server></next-server>
|
164 |
<filename></filename>
|
165 |
-->
|
166 |
</lan>
|
167 |
<!--
|
168 |
<opt[n]>
|
169 |
...
|
170 |
</opt[n]>
|
171 |
-->
|
172 |
<!--
|
173 |
<staticmap>
|
174 |
<mac>xx:xx:xx:xx:xx:xx</mac>
|
175 |
<ipaddr>xxx.xxx.xxx.xxx</ipaddr>
|
176 |
<descr></descr>
|
177 |
</staticmap>
|
178 |
-->
|
179 |
</dhcpd>
|
180 |
<pptpd>
|
181 |
<mode><!-- off *or* server *or* redir --></mode> |
182 |
<redir></redir>
|
183 |
<localip></localip>
|
184 |
<remoteip></remoteip>
|
185 |
<!-- <accounting/> -->
|
186 |
<!--
|
187 |
<user>
|
188 |
<name></name>
|
189 |
<password></password>
|
190 |
</user>
|
191 |
-->
|
192 |
</pptpd>
|
193 |
<ovpn>
|
194 |
<!--
|
195 |
<server>
|
196 |
<enable/>
|
197 |
<ca_cert></ca_cert>
|
198 |
<srv_cert></srv_cert>
|
199 |
<srv_key></srv_key>
|
200 |
<dh_param></dh_param>
|
201 |
<verb></verb>
|
202 |
<tun_iface></tun_iface>
|
203 |
<port></port>
|
204 |
<bind_iface></bind_iface>
|
205 |
<cli2cli/>
|
206 |
<maxcli></maxcli>
|
207 |
<prefix></prefix>
|
208 |
<ipblock></ipblock>
|
209 |
<crypto></crypto>
|
210 |
<dupcn/>
|
211 |
<psh_options>
|
212 |
<redir></redir>
|
213 |
<redir_loc></redir_loc>
|
214 |
<rte_delay></rte_delay>
|
215 |
<ping></ping>
|
216 |
<pingrst></pingrst>
|
217 |
<pingexit></pingexit>
|
218 |
<inact></inact>
|
219 |
</psh_options>
|
220 |
</server>
|
221 |
<client>
|
222 |
<tunnel></tunnel>
|
223 |
<ca_cert></ca_cert>
|
224 |
<cli_cert></cli_cert>
|
225 |
<cli_key></cli_key>
|
226 |
<type></type>
|
227 |
<tunnel>
|
228 |
<if></if>
|
229 |
<proto></proto>
|
230 |
<cport></cport>
|
231 |
<saddr></saddr>
|
232 |
<sport></sport>
|
233 |
<crypto></crypto>
|
234 |
</tunnel>
|
235 |
</client>
|
236 |
-->
|
237 |
</ovpn>
|
238 |
<dnsmasq>
|
239 |
<enable/>
|
240 |
<!--
|
241 |
<hosts>
|
242 |
<host></host>
|
243 |
<domain></domain>
|
244 |
<ip></ip>
|
245 |
<descr></descr>
|
246 |
</hosts>
|
247 |
-->
|
248 |
</dnsmasq>
|
249 |
<snmpd>
|
250 |
<!-- <enable/> -->
|
251 |
<syslocation></syslocation>
|
252 |
<syscontact></syscontact>
|
253 |
<rocommunity>public</rocommunity> |
254 |
</snmpd>
|
255 |
<diag>
|
256 |
<ipv6nat>
|
257 |
<!-- <enable/> -->
|
258 |
<ipaddr></ipaddr>
|
259 |
</ipv6nat>
|
260 |
</diag>
|
261 |
<bridge>
|
262 |
<!-- <filteringbridge/> -->
|
263 |
</bridge>
|
264 |
<syslog>
|
265 |
<rawfilter/>
|
266 |
<!--
|
267 |
<reverse/>
|
268 |
<enable/>
|
269 |
<remoteserver>xxx.xxx.xxx.xxx</remoteserver>
|
270 |
<filter/>
|
271 |
<dhcp/>
|
272 |
<system/>
|
273 |
<nologdefaultblock/>
|
274 |
-->
|
275 |
</syslog>
|
276 |
<!--
|
277 |
<captiveportal>
|
278 |
<enable/>
|
279 |
<interface>lan|opt[n]</interface>
|
280 |
<idletimeout>minutes</idletimeout>
|
281 |
<timeout>minutes</timeout>
|
282 |
<page>
|
283 |
<htmltext></htmltext>
|
284 |
<errtext></errtext>
|
285 |
</page>
|
286 |
<httpslogin/>
|
287 |
<httpsname></httpsname>
|
288 |
<certificate></certificate>
|
289 |
<private-key></private-key>
|
290 |
<redirurl></redirurl>
|
291 |
<radiusip></radiusip>
|
292 |
<radiusport></radiusport>
|
293 |
<radiuskey></radiuskey>
|
294 |
<nomacfilter/>
|
295 |
</captiveportal>
|
296 |
-->
|
297 |
<nat>
|
298 |
<ipsecpassthru>
|
299 |
<enable/>
|
300 |
</ipsecpassthru>
|
301 |
<!--
|
302 |
<rule>
|
303 |
<interface></interface>
|
304 |
<external-address></external-address>
|
305 |
<protocol></protocol>
|
306 |
<external-port></external-port>
|
307 |
<target></target>
|
308 |
<local-port></local-port>
|
309 |
<descr></descr>
|
310 |
</rule>
|
311 |
-->
|
312 |
<!--
|
313 |
<onetoone>
|
314 |
<interface></interface>
|
315 |
<external>xxx.xxx.xxx.xxx</external>
|
316 |
<internal>xxx.xxx.xxx.xxx</internal>
|
317 |
<subnet></subnet>
|
318 |
<descr></descr>
|
319 |
</onetoone>
|
320 |
-->
|
321 |
<!--
|
322 |
<advancedoutbound>
|
323 |
<enable/>
|
324 |
<rule>
|
325 |
<interface></interface>
|
326 |
<source>
|
327 |
<network>xxx.xxx.xxx.xxx/xx</network>
|
328 |
</source>
|
329 |
<destination>
|
330 |
<not/>
|
331 |
<any/>
|
332 |
*or*
|
333 |
<network>xxx.xxx.xxx.xxx/xx</network>
|
334 |
</destination>
|
335 |
<target>xxx.xxx.xxx.xxx</target>
|
336 |
<descr></descr>
|
337 |
</rule>
|
338 |
</advancedoutbound>
|
339 |
-->
|
340 |
<!--
|
341 |
<servernat>
|
342 |
<ipaddr></ipaddr>
|
343 |
<descr></descr>
|
344 |
</servernat>
|
345 |
-->
|
346 |
</nat>
|
347 |
<filter>
|
348 |
<!-- <tcpidletimeout></tcpidletimeout> -->
|
349 |
<rule>
|
350 |
<type>pass</type> |
351 |
<descr>Default LAN -> any</descr> |
352 |
<interface>lan</interface> |
353 |
<source>
|
354 |
<network>lan</network> |
355 |
</source>
|
356 |
<destination>
|
357 |
<any/>
|
358 |
</destination>
|
359 |
</rule>
|
360 |
<!-- rule syntax:
|
361 |
<rule>
|
362 |
<disabled/>
|
363 |
<type>pass|block|reject</type>
|
364 |
<descr>...</descr>
|
365 |
<interface>lan|opt[n]|wan|pptp</interface>
|
366 |
<protocol>tcp|udp|tcp/udp|...</protocol>
|
367 |
<icmptype></icmptype>
|
368 |
<source>
|
369 |
<not/>
|
370 |
|
371 |
<address>xxx.xxx.xxx.xxx(/xx) or alias</address>
|
372 |
*or*
|
373 |
<network>lan|opt[n]|pptp</network>
|
374 |
*or*
|
375 |
<any/>
|
376 |
|
377 |
<port>a[-b]</port>
|
378 |
</source>
|
379 |
<destination>
|
380 |
*same as for source*
|
381 |
</destination>
|
382 |
<frags/>
|
383 |
<log/>
|
384 |
</rule>
|
385 |
-->
|
386 |
</filter>
|
387 |
<shaper>
|
388 |
<!-- <enable/> -->
|
389 |
<!-- rule syntax:
|
390 |
<rule>
|
391 |
<disabled/>
|
392 |
<descr></descr>
|
393 |
|
394 |
<targetpipe>number (zero based)</targetpipe>
|
395 |
*or*
|
396 |
<targetqueue>number (zero based)</targetqueue>
|
397 |
|
398 |
<interface>lan|wan|opt[n]|pptp</interface>
|
399 |
<protocol>tcp|udp</protocol>
|
400 |
<direction>in|out</direction>
|
401 |
<source>
|
402 |
<not/>
|
403 |
|
404 |
<address>xxx.xxx.xxx.xxx(/xx)</address>
|
405 |
*or*
|
406 |
<network>lan|opt[n]|pptp</network>
|
407 |
*or*
|
408 |
<any/>
|
409 |
|
410 |
<port>a[-b]</port>
|
411 |
</source>
|
412 |
<destination>
|
413 |
*same as for source*
|
414 |
</destination>
|
415 |
|
416 |
<iplen>from[-to]</iplen>
|
417 |
<iptos>(!)lowdelay,throughput,reliability,mincost,congestion</iptos>
|
418 |
<tcpflags>(!)fin,syn,rst,psh,ack,urg</tcpflags>
|
419 |
</rule>
|
420 |
<pipe>
|
421 |
<descr></descr>
|
422 |
<bandwidth></bandwidth>
|
423 |
<delay></delay>
|
424 |
<mask>source|destination</mask>
|
425 |
</pipe>
|
426 |
<queue>
|
427 |
<descr></descr>
|
428 |
<targetpipe>number (zero based)</targetpipe>
|
429 |
<weight></weight>
|
430 |
<mask>source|destination</mask>
|
431 |
</queue>
|
432 |
-->
|
433 |
</shaper>
|
434 |
<ipsec>
|
435 |
<preferredoldsa/>
|
436 |
<!-- <enable/> -->
|
437 |
<!-- syntax:
|
438 |
<tunnel>
|
439 |
<disabled/>
|
440 |
<auto/>
|
441 |
<descr></descr>
|
442 |
<interface>lan|wan|opt[n]</interface>
|
443 |
<local-subnet>
|
444 |
<address>xxx.xxx.xxx.xxx(/xx)</address>
|
445 |
*or*
|
446 |
<network>lan|opt[n]</network>
|
447 |
</local-subnet>
|
448 |
<remote-subnet>xxx.xxx.xxx.xxx/xx</remote-subnet>
|
449 |
<remote-gateway></remote-gateway>
|
450 |
<p1>
|
451 |
<mode></mode>
|
452 |
<myident>
|
453 |
<myaddress/>
|
454 |
*or*
|
455 |
<address>xxx.xxx.xxx.xxx</address>
|
456 |
*or*
|
457 |
<fqdn>the.fq.dn</fqdn>
|
458 |
</myident>
|
459 |
<encryption-algorithm></encryption-algorithm>
|
460 |
<hash-algorithm></hash-algorithm>
|
461 |
<dhgroup></dhgroup>
|
462 |
<lifetime></lifetime>
|
463 |
<pre-shared-key></pre-shared-key>
|
464 |
</p1>
|
465 |
<p2>
|
466 |
<protocol></protocol>
|
467 |
<encryption-algorithm-option></encryption-algorithm-option>
|
468 |
<hash-algorithm-option></hash-algorithm-option>
|
469 |
<pfsgroup></pfsgroup>
|
470 |
<lifetime></lifetime>
|
471 |
</p2>
|
472 |
</tunnel>
|
473 |
<mobileclients>
|
474 |
<enable/>
|
475 |
<p1>
|
476 |
<mode></mode>
|
477 |
<myident>
|
478 |
<myaddress/>
|
479 |
*or*
|
480 |
<address>xxx.xxx.xxx.xxx</address>
|
481 |
*or*
|
482 |
<fqdn>the.fq.dn</fqdn>
|
483 |
</myident>
|
484 |
<encryption-algorithm></encryption-algorithm>
|
485 |
<hash-algorithm></hash-algorithm>
|
486 |
<dhgroup></dhgroup>
|
487 |
<lifetime></lifetime>
|
488 |
</p1>
|
489 |
<p2>
|
490 |
<protocol></protocol>
|
491 |
<encryption-algorithm-option></encryption-algorithm-option>
|
492 |
<hash-algorithm-option></hash-algorithm-option>
|
493 |
<pfsgroup></pfsgroup>
|
494 |
<lifetime></lifetime>
|
495 |
</p2>
|
496 |
</mobileclients>
|
497 |
<mobilekey>
|
498 |
<ident></ident>
|
499 |
<pre-shared-key></pre-shared-key>
|
500 |
</mobilekey>
|
501 |
-->
|
502 |
</ipsec>
|
503 |
<aliases>
|
504 |
<!--
|
505 |
<alias>
|
506 |
<name></name>
|
507 |
<address>xxx.xxx.xxx.xxx(/xx)</address>
|
508 |
<descr></descr>
|
509 |
</alias>
|
510 |
-->
|
511 |
</aliases>
|
512 |
<proxyarp>
|
513 |
<!--
|
514 |
<proxyarpnet>
|
515 |
<network>xxx.xxx.xxx.xxx/xx</network>
|
516 |
*or*
|
517 |
<range>
|
518 |
<from>xxx.xxx.xxx.xxx</from>
|
519 |
<to>xxx.xxx.xxx.xxx</to>
|
520 |
</range>
|
521 |
</proxyarpnet>
|
522 |
-->
|
523 |
</proxyarp>
|
524 |
<wol>
|
525 |
<!--
|
526 |
<wolentry>
|
527 |
<interface>lan|opt[n]</interface>
|
528 |
<mac>xx:xx:xx:xx:xx:xx</mac>
|
529 |
<descr></descr>
|
530 |
</wolentry>
|
531 |
-->
|
532 |
</wol>
|
533 |
<installedpackages>
|
534 |
</installedpackages>
|
535 |
</pfsense>
|