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)
mNo edit summary
Line 72: Line 72:
patch="20687">
patch="20687">
</syntaxhighlight>
</syntaxhighlight>

==System:==
==System:==
FireBrick with basic system config. Automatic updates to new factory release firmware are enabled by default:
FireBrick with basic system config. Automatic updates to new factory release firmware are enabled by default:
Line 81: Line 82:
<system contact="John Doe" log-panic="fb-support" sw-update="false"/>
<system contact="John Doe" log-panic="fb-support" sw-update="false"/>
</syntaxhighlight>
</syntaxhighlight>

==User:==
==User:==
Admin account with password "secret". Login idle timeout is "5:00". Login level is "ADMIN".
Admin account with password "secret". Login idle timeout is "5:00". Login level is "ADMIN".
Line 102: Line 104:
<user name="Admin" password="SHA1#D57E4F7EE70491BBD274B5F71185A2A577B0DAFBF558BD" timeout="0" level="DEBUG"/>
<user name="Admin" password="SHA1#D57E4F7EE70491BBD274B5F71185A2A577B0DAFBF558BD" timeout="0" level="DEBUG"/>
</syntaxhighlight>
</syntaxhighlight>

==Logging:==
==Logging:==
General logging:
General logging:
Line 113: Line 116:
</log>
</log>
</syntaxhighlight>
</syntaxhighlight>

==Services - NTP Client:==
==Services - NTP Client:==
Set time from AAISP time server, local-only by default:
Set time from AAISP time server, local-only by default:
Line 118: Line 122:
<ntp ntpserver="time.aa.net.uk"/>
<ntp ntpserver="time.aa.net.uk"/>
</syntaxhighlight>
</syntaxhighlight>

==Services - Telnet Server:==
==Services - Telnet Server:==
Enable telnet server, local-only by default:
Enable telnet server, local-only by default:
Line 123: Line 128:
<telnet/>
<telnet/>
</syntaxhighlight>
</syntaxhighlight>

==Services - HTTP Server:==
==Services - HTTP Server:==
Enable HTTP server, local-only by default:
Enable HTTP server, local-only by default:
Line 128: Line 134:
<http/>
<http/>
</syntaxhighlight>
</syntaxhighlight>

==Services - DNS Service:==
==Services - DNS Service:==
Enable DNS service, local-only by default:
Enable DNS service, local-only by default:
Line 133: Line 140:
<dns resolvers="217.169.20.20 217.169.20.21 2001:8b0::2020 2001:8b0::2021"/>
<dns resolvers="217.169.20.20 217.169.20.21 2001:8b0::2020 2001:8b0::2021"/>
</syntaxhighlight>
</syntaxhighlight>

==Port Grouping and Naming:==
==Port Grouping and Naming:==
Port grouping for a single PPPoE session:
Port grouping for a single PPPoE session:
Line 158: Line 166:


==Ethernet Interface:==
==Ethernet Interface:==
LAN:
LAN Interface:
<syntaxhighlight>
<syntaxhighlight>
<interface name="LAN" port="LAN" ra-client="false">
<interface name="LAN" port="LAN" ra-client="false">
Line 164: Line 172:
</interface>
</interface>
</syntaxhighlight>
</syntaxhighlight>
WAN Interface for a single PPPoE session:
WAN:
<syntaxhighlight>
<syntaxhighlight>
<interface name="WAN" port="WAN" ra-client="false"/>
<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>
</syntaxhighlight>