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

Content deleted Content added
AA-Andrew (talk | contribs)
No edit summary
AA-Andrew (talk | contribs)
Line 54: Line 54:


Set yourself a user with full debug rights, eg:
Set yourself a user with full debug rights, eg:
<syntaxhighlight>
<pre>&lt;user name="john" timeout="PT20M" level="DEBUG" password="secret"/&gt;
<user name="john" timeout="PT20M" level="DEBUG" password="secret"/>
</pre>
</syntaxhighlight>

Modify the ntp time server to use the AAISP time server:
Modify the ntp time server to use the AAISP time server:
<syntaxhighlight>
<pre>&lt;ntp timeserver="90.155.53.32 2001:8B0:0:53::5A9B:3520"/&gt;
ntp timeserver="90.155.53.32 2001:8B0:0:53::5A9B:3520"/>
</pre>
</syntaxhighlight>
modify the telnet service to permit only access from your LAN:
modify the telnet service to permit only access from your LAN:
<syntaxhighlight>
<pre>&lt;telnet allow="90.155.1.0/28"/&gt;
<telnet allow="90.155.1.0/28"/>
</pre>
</syntaxhighlight>
Set DNS servers and your domain name, under the services:
Set DNS servers and your domain name, under the services:
<syntaxhighlight>
<pre>&lt;dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/&gt;
<dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/>
</pre>
</syntaxhighlight>

= LAN Subnet =
= LAN Subnet =