FireBrick 2700 Configuration: Difference between revisions
Appearance
Content deleted Content added
CrazyTeeka (talk | contribs) |
CrazyTeeka (talk | contribs) |
||
| Line 154: | Line 154: | ||
<http/> |
<http/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Enable HTTP server, allow inbound to HTTP |
Enable HTTP server, allow inbound to HTTP server from a single IPv4 address: |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<http allow="1.2.3.4" local-only="false"/> |
<http allow="1.2.3.4" local-only="false"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Enable HTTP server, allow inbound to HTTP |
Enable HTTP server, allow inbound to HTTP server from a block of IPv4s: |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<http allow="1.2.3.4-100" local-only="false"/> |
<http allow="1.2.3.4-100" local-only="false"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Enable HTTP server, allow inbound to HTTP |
Enable HTTP server, allow inbound to HTTP server from a /29 block of IPv4s: |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<http allow="1.2.3.4/29" local-only="false"/> |
<http allow="1.2.3.4/29" local-only="false"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Enable HTTP server, allow inbound to HTTP |
Enable HTTP server, allow inbound to HTTP server from a single IPv6 address: |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<http allow="2001:8b0:119c:acf2::1" local-only="false"/> |
<http allow="2001:8b0:119c:acf2::1" local-only="false"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Enable HTTP server, allow inbound to HTTP |
Enable HTTP server, allow inbound to HTTP server from a /48 block of IPv6s: |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<http allow="2001:8b0:119c::/48" local-only="false"/> |
<http allow="2001:8b0:119c::/48" local-only="false"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Enable HTTP server, allow inbound to HTTP |
Enable HTTP server, allow inbound to HTTP server from a /64 block of IPv6s: |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<http allow="2001:8b0:119c:acf2::/64" local-only="false"/> |
<http allow="2001:8b0:119c:acf2::/64" local-only="false"/> |
||