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

m
no edit summary
mNo edit summary
mNo edit summary
<syntaxhighlight>
<telnet/>
</syntaxhighlight>
Enable telnet server, allow inbound to Telnet Server from a single IPv4 address:
<syntaxhighlight>
<telnet allow="1.2.3.4" local-only="false"/>
</syntaxhighlight>
Enable telnet server, allow inbound to Telnet Server from a block of IPv4s:
<syntaxhighlight>
<telnet allow="1.2.3.4-100" local-only="false"/>
</syntaxhighlight>
Enable telnet server, allow inbound to Telnet Server from a /29 block of IPv4s:
<syntaxhighlight>
<telnet allow="1.2.3.4/29" local-only="false"/>
</syntaxhighlight>
Enable telnet server, allow inbound to Telnet Server from a single IPv6 address:
<syntaxhighlight>
<telnet allow="2001:8b0:119c:acf2::1" local-only="false"/>
</syntaxhighlight>
Enable telnet server, allow inbound to Telnet Server from a /48 block of IPv6s:
<syntaxhighlight>
<telnet allow="2001:8b0:119c::/48" local-only="false"/>
</syntaxhighlight>
Enable telnet server, allow inbound to Telnet Server from a /64 block of IPv6s:
<syntaxhighlight>
<telnet allow="2001:8b0:119c:acf2::/64" local-only="false"/>
</syntaxhighlight>
 
editor
426

edits