FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
Fix more time stuff |
→Setting up 3G Fallback: indenting |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 126: | Line 126: | ||
<services> |
<services> |
||
<dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/> |
<dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/> |
||
<time/> |
|||
<time ntp-servers="90.155.53.32 2001:8B0:0:53::5A9B:3520"/> |
|||
<telnet allow="192.0.2.0/28"/> |
<telnet allow="192.0.2.0/28"/> |
||
<http/> |
<http/> |
||
| Line 149: | Line 149: | ||
= PPPoE = |
= PPPoE = |
||
More info on |
More info on https://www.firebrick.co.uk/support/knowledge-base/pppoe/ |
||
The [[FireBrick 2700]] supports PPPoE - so you can use it to connect via an xDSL modem, e.g. a: |
The [[FireBrick 2700]] supports PPPoE - so you can use it to connect via an xDSL modem, e.g. a: |
||
| Line 197: | Line 197: | ||
<services> |
<services> |
||
<dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/> |
<dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/> |
||
<time/> |
|||
<time ntp-servers="90.155.53.32 2001:8B0:0:53::5A9B:3520"/> |
|||
<telnet allow="192.0.2.0/28"/> |
<telnet allow="192.0.2.0/28"/> |
||
<http/> |
<http/> |
||
| Line 259: | Line 259: | ||
<syntaxhighlight lang=xml> |
<syntaxhighlight lang=xml> |
||
<rule-set name="Incoming Firewall Rules"> |
<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="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 name="RTP" target-ip="192.0.2.0/28" protocol="17" target-port="1025-5059 5070-" set-graph="RTP"/> |
||
</rule-set> |
</rule-set> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
| Line 314: | Line 314: | ||
<services> |
<services> |
||
<dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/> |
<dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/> |
||
<time/> |
|||
<time ntp-servers="90.155.53.32 2001:8B0:0:53::5A9B:3520"/> |
|||
<telnet allow="192.0.2.0/28"/> |
<telnet allow="192.0.2.0/28"/> |
||
<http/> |
<http/> |
||
| Line 324: | Line 324: | ||
</syntaxhighlight> |
</syntaxhighlight> |
||
==DNS auto-config== |
|||
( |
(since release V0.02.039) |
||
Setting |
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 ( |
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. |
There are a couple of different mechanisms available to push out [[IPv6]] DNS servers, and the FB2700 supports both. |
||
| Line 377: | Line 377: | ||
= Next Steps, Bonding a Second Line = |
= Next Steps, Bonding a Second Line = |
||
More info on |
More info on https://www.firebrick.co.uk/support/knowledge-base/bonding/ |
||
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. |
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. |
||
| Line 437: | Line 438: | ||
<services> |
<services> |
||
<dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/> |
<dns domain="yourdomain.tld" resolvers="217.169.20.20 217.169.20.21"/> |
||
<time/> |
|||
<time ntp-servers="90.155.53.32 2001:8B0:0:53::5A9B:3520"/> |
|||
<telnet allow="192.0.2.0/28"/> |
<telnet allow="192.0.2.0/28"/> |
||
<http/> |
<http/> |
||
| Line 453: | Line 454: | ||
<syntaxhighlight lang=xml> |
<syntaxhighlight lang=xml> |
||
<usb> |
<usb> |
||
<dongle username="startup_user@startup_domain" password=""/> |
<dongle username="startup_user@startup_domain" password=""/> |
||
</usb> |
</usb> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||