FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
| Line 279: | Line 279: | ||
<syntaxhighlight> |
<syntaxhighlight> |
||
<interface name="LAN" port="LAN"> |
<interface name="LAN" port="LAN"> |
||
<subnet ip="2001:8B0: |
<subnet ip="2001:8B0:123:1::1/64" ra="true" comment="IPv6 LAN"/> |
||
... |
... |
||
</interface> |
</interface> |
||
| Line 300: | Line 300: | ||
<subnet ip="192.0.2.1/28" comment="LAN"/> |
<subnet ip="192.0.2.1/28" comment="LAN"/> |
||
<dhcp ip="192.0.2.2-12"/> |
<dhcp ip="192.0.2.2-12"/> |
||
<subnet ip="2001:8B0: |
<subnet ip="2001:8B0:123:1::1/64" ra="true" comment="IPv6 LAN"/> |
||
</interface> |
</interface> |
||
<ppp port="WAN1" username="abc@a.1" password="secret" comment="BT ADSL" graph="BT ADSL" log="true"/> |
<ppp port="WAN1" username="abc@a.1" password="secret" comment="BT ADSL" graph="BT ADSL" log="true"/> |
||
| Line 322: | Line 322: | ||
<syntaxhighlight> |
<syntaxhighlight> |
||
<subnet ip="2001:8B0: |
<subnet ip="2001:8B0:123:1::1/64" ra="true" ra-dns="2001:8B0:123:1::2"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
| Line 333: | Line 333: | ||
<syntaxhighlight> |
<syntaxhighlight> |
||
<subnet ip="2001:8B0: |
<subnet ip="2001:8B0:123:1::1/64" ra="true" ra-other="true"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
| Line 342: | Line 342: | ||
<syntaxhighlight> |
<syntaxhighlight> |
||
<subnet ip="2001:8B0: |
<subnet ip="2001:8B0:123:1::1/64" ra="true" ra-other="dhcpv6" ra-dns="2001:8B0:123:1::2"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||