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 3G Dongle: Difference between revisions

Content deleted Content added
CrazyTeeka (talk | contribs)
mNo edit summary
CrazyTeeka (talk | contribs)
mNo edit summary
Line 62: Line 62:


<usb>
<usb>
<dongle name="AAISP-BACKUP" apn="m2m.aql.net" username="me@a.3" password="secret" nat="false" graph="AAISP-BACKUP" log="default"/>
<dongle name="AAISP-3G-Dongle" apn="m2m.aql.net" username="me@a.3" password="secret" nat="false" graph="AAISP 3G Dongle" log="default"/>
</usb>
</usb>


Line 78: Line 78:
<syntaxhighlight>
<syntaxhighlight>
<usb>
<usb>
<dongle name="3G" username="me@a.3" password="secret" nat="false" graph="3G" profile="3G"/>
<dongle name="AAISP-3G-Dongle" username="me@a.3" password="secret" nat="false" graph="AAISP 3G Dongle" profile="AAISP-3G-Dongle"/>
</usb>
</usb>


Line 86: Line 86:


<profile name="No_DSL" ppp="ADSL1 ADSL2" invert="true"/>
<profile name="No_DSL" ppp="ADSL1 ADSL2" invert="true"/>
<profile name="3G" or="Office_Hours No_DSL" comment="Backup active during office hours, or if there is no DSL outside of office hours"/>
<profile name="AAISP-3G-Dongle" or="Office_Hours No_DSL" comment="Backup active during office hours, or if there is no DSL outside of office hours"/>
</syntaxhighlight>
</syntaxhighlight>


This example is taken from a site which has 2 ADSL lines - hence the No_DSL profile being based on ADSL1 and ADSL2 being up.
This example is taken from a site which has 2 ADSL lines - hence the No_DSL profile being based on ADSL1 and ADSL2 being up.


The 3G profile is then active during office hours, but it will become active if both of the ADSL lines are down outside of office hours.
The AAISP-3G-Dongle profile is then active during office hours, but it will become active if both of the ADSL lines are down outside of office hours.