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
 
=Config Run Through=
==XML==
The FireBrick uses XML version 1.0 and UTF-8 encoding:
<syntaxhighlight>
<?xml version="1.0" encoding="UTF-8"?>
</syntaxhighlight>
FireBrick is running Factoryfactory release 1.31.000 (Janus):
==CONFIG==
FireBrick is running Factory release 1.31.000 (Janus):
<syntaxhighlight>
<config xmlns="http://firebrick.ltd.uk/xml/fb2700/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://firebrick.ltd.uk/xml/fb2700/ http://firebrick.ltd.uk/download/FB2701/xml/fb2700/1.31.000.xsd"
timestamp="2014-08-08T09:00:00Z" patch="19726">
</syntaxhighlight>
==System:==
FireBrick with basic system config. Automatic updates to new factory release firmware is enabled by default:
<syntaxhighlight>
<system name="FireBrick" contact="AAISP Subscriber" log-panic="fb-support" comment="FireBrick 2700"/>
</syntaxhighlight>
Same as above but automatic firmware updates is disabled:
<syntaxhighlight>
<system name="FireBrick" contact="AAISP Subscriber" log-panic="fb-support" sw-update="false" comment="FireBrick 2700"/>
</syntaxhighlight>
 
editor
426

edits