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)
m Updated version and patch number
CrazyTeeka (talk | contribs)
m Fix security hole in Remote Login
Line 164: Line 164:
=Remote Login=
=Remote Login=


Here we allow limited IPv6 addresses access to Telnet and HTTP, this stops you locking yourself out, it also allows AAISP staff to login:
Here we allow limited IPv6 addresses access to Telnet and HTTP, this stops you locking yourself out, in the example below 2001:8b0:119c:acf2::2/64 is used but you will need to use your own IP address instead, it also allows AAISP staff to login:


<syntaxhighlight>
<syntaxhighlight>
<telnet allow="2001:8b0::/32" local-only="false"/>
<telnet allow="2001:8b0:119c:acf2::2/64 2001:8b0:0::/48" local-only="false"/>
<http allow="2001:8b0::/32" local-only="false"/>
<http allow="2001:8b0:119c:acf2::2/64 2001:8b0:0::/48" local-only="false"/>
</syntaxhighlight>
</syntaxhighlight>