FireBrick 2700 Configuration: Difference between revisions
Appearance
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> |
||