FireBrick 2700 Configuration: Difference between revisions
Appearance
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::/ |
<telnet allow="2001:8b0:119c:acf2::2/64 2001:8b0:0::/48" local-only="false"/> |
||
<http allow="2001:8b0::/ |
<http allow="2001:8b0:119c:acf2::2/64 2001:8b0:0::/48" local-only="false"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||