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 run-through: Difference between revisions

(Remove config for ntp, just use defaults)
 
(4 intermediate revisions by the same user not shown)
= PPPoE =
 
More info on httphttps://www.firebrick.co.uk/fb2700support/knowledge-base/pppoe.php /
 
The [[FireBrick 2700]] supports PPPoE - so you can use it to connect via an xDSL modem, e.g. a:
<syntaxhighlight lang=xml>
<rule-set name="Incoming Firewall Rules">
<rule name="SIP" source-ip="81.187.30.110-119" target-ip="192.0.2.0/28" target-port="5060-5069"/>
<rule name="RTP" target-ip="192.0.2.0/28" protocol="17" target-port="1025-5059 5070-" set-graph="RTP"/>
</rule-set>
</syntaxhighlight>
</syntaxhighlight>
 
'''==DNS auto-config''':==
 
( since release V0.02.039 )
 
Setting '<tt>ra=true'</tt> will enable auto-configuration of [[IPv6]] addresses, and of the Default Route.
You may also wish to configure [[IPv6]] DNS servers ( DNS servers that are to be queried over [[IPv6]] ).
 
There are a couple of different mechanisms available to push out [[IPv6]] DNS servers, and the FB2700 supports both.
= Next Steps, Bonding a Second Line =
 
More info on&nbsp;httphttps://www.firebrick.co.uk/fb2700support/knowledge-base/bonding.php /
 
ADSL and FTTC lines can be bonded, typically A&A customers bond a BT and a Be line for greater resilience. Multiple FTTC lines can be bonded together too in the same way.
 
<syntaxhighlight lang=xml>
<usb>
<dongle username="startup_user@startup_domain" password=""/>
</usb>
</syntaxhighlight>
editor
698

edits