FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
→PPPoE: Fix broken PPP link |
→Setting up 3G Fallback: indenting |
||
| (2 intermediate revisions by the same user not shown) | |||
| 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 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 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> |
||