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

Content deleted Content added
CrazyTeeka (talk | contribs)
CrazyTeeka (talk | contribs)
Line 267: Line 267:


==USB and 3G dongle:==
==USB and 3G dongle:==
Connect to AAISP over 3G dongle with NAT:
Connect to AAISP over 3G dongle (with NAT):
<syntaxhighlight>
<syntaxhighlight>
<dongle name="AAISP-3G" username="me@a.2" password="secret" graph="AAISP-3G" log="default"/>
<dongle name="AAISP-3G" username="me@a.2" password="secret" graph="AAISP-3G" log="default"/>
</syntaxhighlight>
</syntaxhighlight>
Connect to AAISP over 3G dongle without NAT:
Connect to AAISP over 3G dongle (without NAT):
<syntaxhighlight>
<syntaxhighlight>
<dongle name="AAISP-3G" username="me@a.2" password="secret" nat="false" graph="AAISP-3G" log="default"/>
<dongle name="AAISP-3G" username="me@a.2" password="secret" nat="false" graph="AAISP-3G" log="default"/>
</syntaxhighlight>
</syntaxhighlight>
Connect to AAISP over 3G dongle with APN and NAT:
Connect to AAISP over 3G dongle (with APN and NAT):
<syntaxhighlight>
<syntaxhighlight>
<dongle name="AAISP-3G" apn="m2m.aql.net" username="me@a.2" password="secret" graph="AAISP-3G" log="default"/>
<dongle name="AAISP-3G" apn="m2m.aql.net" username="me@a.2" password="secret" graph="AAISP-3G" log="default"/>
</syntaxhighlight>
</syntaxhighlight>
Connect to AAISP over 3G dongle with APN and without NAT:
Connect to AAISP over 3G dongle (with APN but without NAT):
<syntaxhighlight>
<syntaxhighlight>
<dongle name="AAISP-3G" apn="m2m.aql.net" username="me@a.2" password="secret" nat="false" graph="AAISP-3G" log="default"/>
<dongle name="AAISP-3G" apn="m2m.aql.net" username="me@a.2" password="secret" nat="false" graph="AAISP-3G" log="default"/>