FireBrick 2700 Configuration: Difference between revisions

m (Updated version and patch number)
m (Fix security hole in Remote Login)
=Remote 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>
<telnet allow="2001:8b0:119c:acf2::2/64 2001:8b0:0::/3248" local-only="false"/>
<http allow="2001:8b0:119c:acf2::2/64 2001:8b0:0::/3248" local-only="false"/>
</syntaxhighlight>