FireBrick 2700 Configuration: Difference between revisions
Appearance
Content deleted Content added
CrazyTeeka (talk | contribs) m →PPPoE: |
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 |
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"/> |
||