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)
mNo edit summary
CrazyTeeka (talk | contribs)
mNo edit summary
Line 159: Line 159:
<telephone name="AAISP-Support" extn="400999" uri="support@aa.net.uk"/>
<telephone name="AAISP-Support" extn="400999" uri="support@aa.net.uk"/>
</voip>
</voip>
</pre>


=Remote Login=

Here we allow limited IPv6 addresses access to Telnet and HTTP, this avoids you locking yourself out, it also allows AAISP staff to login:

<pre>
<telnet allow="2001:8b0::/32" local-only="false"/>
<http allow="2001:8b0::/32" local-only="false"/>
</pre>

then add a user account for AAISP, don't forgot to change password to something else:

<pre>
<user name="AAISP" password="secret" timeout="1:00:00"/>
</pre>
</pre>