Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

FireBrick 2700 Configuration run-through: Difference between revisions

<syntaxhighlight>
<interface name="LAN" port="LAN">
<subnet ip="2001:8B0:1635123:1::1/64" ra="true" comment="IPv6 LAN"/>
...
</interface>
<subnet ip="192.0.2.1/28" comment="LAN"/>
<dhcp ip="192.0.2.2-12"/>
<subnet ip="2001:8B0:1635123:1::1/64" ra="true" comment="IPv6 LAN"/>
</interface>
<ppp port="WAN1" username="abc@a.1" password="secret" comment="BT ADSL" graph="BT ADSL" log="true"/>
 
<syntaxhighlight>
<subnet ip="2001:8B0:B7123:1::1/64" ra="true" ra-dns="2001:8B0:B7123:1::2"/>
</syntaxhighlight>
 
 
<syntaxhighlight>
<subnet ip="2001:8B0:B7123:1::1/64" ra="true" ra-other="true"/>
</syntaxhighlight>
 
 
<syntaxhighlight>
<subnet ip="2001:8B0:B7123:1::1/64" ra="true" ra-other="dhcpv6" ra-dns="2001:8B0:B7123:1::2"/>
</syntaxhighlight>
 
49

edits