Revision 000d9e71
Added by Seth Mos about 14 years ago
conf.default/config.xml | ||
---|---|---|
1 | 1 |
<?xml version="1.0"?> |
2 | 2 |
<!-- pfSense default system configuration --> |
3 | 3 |
<pfsense> |
4 |
<version>7.8</version>
|
|
4 |
<version>7.9</version>
|
|
5 | 5 |
<lastchange></lastchange> |
6 | 6 |
<theme>pfsense_ng</theme> |
7 | 7 |
<sysctl> |
... | ... | |
187 | 187 |
<!-- <harddiskstandby></harddiskstandby> --> |
188 | 188 |
<disablesegmentationoffloading/> |
189 | 189 |
<disablelargereceiveoffloading/> |
190 |
<ipv6allow/> |
|
190 | 191 |
</system> |
191 | 192 |
<interfaces> |
192 | 193 |
<wan> |
... | ... | |
202 | 203 |
<dhcphostname></dhcphostname> |
203 | 204 |
<media></media> |
204 | 205 |
<mediaopt></mediaopt> |
206 |
<dhcp6-duid></dhcp6-duid> |
|
207 |
<dhcp6-ia-pd-len>0</dhcp6-ia-pd-len> |
|
205 | 208 |
<!-- |
206 | 209 |
<wireless> |
207 | 210 |
*see below (opt[n])* |
... | ... | |
213 | 216 |
<if>vr0</if> |
214 | 217 |
<ipaddr>192.168.1.1</ipaddr> |
215 | 218 |
<subnet>24</subnet> |
219 |
<ipaddrv6>fe80::192:168:1:1</ipaddrv6> |
|
220 |
<subnetv6>64</subnetv6> |
|
216 | 221 |
<media></media> |
217 | 222 |
<mediaopt></mediaopt> |
223 |
<dhcp6-pd-sla-id>0</dhcp6-pd-sla-id> |
|
218 | 224 |
<!-- |
219 | 225 |
<wireless> |
220 | 226 |
*see below (opt[n])* |
... | ... | |
422 | 428 |
<!-- <tcpidletimeout></tcpidletimeout> --> |
423 | 429 |
<rule> |
424 | 430 |
<type>pass</type> |
431 |
<ipprotocol>inet</ipprotocol> |
|
425 | 432 |
<descr><![CDATA[Default allow LAN to any rule]]></descr> |
426 | 433 |
<interface>lan</interface> |
427 | 434 |
<source> |
... | ... | |
431 | 438 |
<any/> |
432 | 439 |
</destination> |
433 | 440 |
</rule> |
441 |
<rule> |
|
442 |
<type>pass</type> |
|
443 |
<ipprotocol>inet6</ipprotocol> |
|
444 |
<descr><![CDATA[Default allow LAN IPv6 to any rule]]></descr> |
|
445 |
<interface>lan</interface> |
|
446 |
<source> |
|
447 |
<network>lan</network> |
|
448 |
</source> |
|
449 |
<destination> |
|
450 |
<any/> |
|
451 |
</destination> |
|
452 |
</rule> |
|
434 | 453 |
<!-- rule syntax: |
435 | 454 |
<rule> |
436 | 455 |
<disabled/> |
437 | 456 |
<id>[0-9]*</id> |
438 | 457 |
<type>pass|block|reject</type> |
458 |
<ipprotocol>inet|inet6</ipprotocol> |
|
439 | 459 |
<descr>...</descr> |
440 | 460 |
<interface>lan|opt[n]|wan|pptp</interface> |
441 | 461 |
<protocol>tcp|udp|tcp/udp|...</protocol> |
Also available in: Unified diff
Add the ipv6 allow tag to the default config.
Add a default allow rule for the LAN with IPv6
Add a dhcp-pd sla-id of 0 for the WAN.
Add a dhcp-pd length of 0 for the WAN