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: Difference between revisions

Content deleted Content added
CrazyTeeka (talk | contribs)
CrazyTeeka (talk | contribs)
Line 157: Line 157:
</syntaxhighlight>
</syntaxhighlight>
==Ethernet Interface:==
==Ethernet Interface:==
LAN:
<syntaxhighlight>
<syntaxhighlight>
<interface name="LAN" port="LAN"/>
<interface name="LAN" port="LAN" ra-client="false">
<subnet ip="1.2.3.4/24 2001:8b0::1/64"/>
</interface>
</syntaxhighlight>
</syntaxhighlight>
WAN:
<syntaxhighlight>
<syntaxhighlight>
<interface name="WAN" port="WAN"/>
<interface name="WAN" port="WAN" ra-client="false"/>
</syntaxhighlight>
</syntaxhighlight>



=Complete Config Example=
=Complete Config Example=