FireBrick 2700 Configuration: Difference between revisions
Appearance
Content deleted Content added
CrazyTeeka (talk | contribs) mNo edit summary |
CrazyTeeka (talk | contribs) No edit summary |
||
| Line 28: | Line 28: | ||
FireBrick with basic system config. Automatic updates to new factory release firmware are enabled by default: |
FireBrick with basic system config. Automatic updates to new factory release firmware are enabled by default: |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<system name="FireBrick" contact="AAISP Subscriber" log-panic="fb-support" comment="FireBrick 2700"/> |
<system name="FireBrick" contact="AAISP Subscriber" log-panic="fb-support" comment="[[FireBrick 2700]]"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Same as above but automatic firmware updates are disabled: |
Same as above but automatic firmware updates are disabled: |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<system name="FireBrick" contact="AAISP Subscriber" log-panic="fb-support" sw-update="false" comment="FireBrick 2700"/> |
<system name="FireBrick" contact="AAISP Subscriber" log-panic="fb-support" sw-update="false" comment="[[FireBrick 2700]]"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
==User:== |
==User:== |
||
| Line 90: | Line 90: | ||
=Complete Config Example= |
=Complete Config Example= |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<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"> |
|||
<system name="FireBrick" contact="AAISP Subscriber" log-panic="fb-support" comment="[[FireBrick 2700]]"/> |
|||
<user name="Admin" password="SHA1#D57E4F7EE70491BBD274B5F71185A2A577B0DAFBF558BD"/> |
|||
<log name="default" comment="General Logging"/> |
|||
<log name="fb-support" comment="FireBrick Support Team"> |
|||
<email to="crashlog@firebrick.ltd.uk" delay="10"/> |
|||
</log> |
|||
<services> |
|||
<ntp ntpserver="time.aa.net.uk"/> |
|||
<telnet/> |
|||
<http/> |
|||
<dns resolvers="217.169.20.20 217.169.20.21 2001:8b0::2020 2001:8b0::2021"/> |
|||
</services> |
|||
</syntaxhighlight> |
</syntaxhighlight> |
||