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

m
no edit summary
mNo edit summary
patch="20687">
</syntaxhighlight>
 
==System:==
FireBrick with basic system config. Automatic updates to new factory release firmware are enabled by default:
<system contact="John Doe" log-panic="fb-support" sw-update="false"/>
</syntaxhighlight>
 
==User:==
Admin account with password "secret". Login idle timeout is "5:00". Login level is "ADMIN".
<user name="Admin" password="SHA1#D57E4F7EE70491BBD274B5F71185A2A577B0DAFBF558BD" timeout="0" level="DEBUG"/>
</syntaxhighlight>
 
==Logging:==
General logging:
</log>
</syntaxhighlight>
 
==Services - NTP Client:==
Set time from AAISP time server, local-only by default:
<ntp ntpserver="time.aa.net.uk"/>
</syntaxhighlight>
 
==Services - Telnet Server:==
Enable telnet server, local-only by default:
<telnet/>
</syntaxhighlight>
 
==Services - HTTP Server:==
Enable HTTP server, local-only by default:
<http/>
</syntaxhighlight>
 
==Services - DNS Service:==
Enable DNS service, local-only by default:
<dns resolvers="217.169.20.20 217.169.20.21 2001:8b0::2020 2001:8b0::2021"/>
</syntaxhighlight>
 
==Port Grouping and Naming:==
Port grouping for a single PPPoE session:
 
==Ethernet Interface:==
LAN Interface:
<syntaxhighlight>
<interface name="LAN" port="LAN" ra-client="false">
</interface>
</syntaxhighlight>
WAN Interface for a single PPPoE session:
WAN:
<syntaxhighlight>
<interface name="WAN" port="WAN" ra-client="false"/>
</syntaxhighlight>
WAN Interface for dual PPPoE sessions:
<syntaxhighlight>
<interface name="WAN1" port="WAN1" ra-client="false"/>
<interface name="WAN2" port="WAN2" ra-client="false"/>
</syntaxhighlight>
WAN Interface for triple PPPoE sessions:
<syntaxhighlight>
<interface name="WAN1" port="WAN1" ra-client="false"/>
<interface name="WAN2" port="WAN2" ra-client="false"/>
<interface name="WAN3" port="WAN3" ra-client="false"/>
</syntaxhighlight>
 
editor
426

edits