FireBrick 2700 Configuration: Difference between revisions
Appearance
Content deleted Content added
CrazyTeeka (talk | contribs) mNo edit summary |
CrazyTeeka (talk | contribs) mNo edit summary |
||
| Line 213: | Line 213: | ||
Connect to AAISP over 3G dongle with NAT: |
Connect to AAISP over 3G dongle with NAT: |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<dongle name="AAISP-3G |
<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 |
<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 |
<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 and without NAT: |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<dongle name="AAISP-3G |
<dongle name="AAISP-3G" apn="m2m.aql.net" username="me@a.2" password="secret" nat="false" graph="AAISP-3G" log="default"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
| Line 267: | Line 267: | ||
<usb> |
<usb> |
||
<dongle name="AAISP-3G |
<dongle name="AAISP-3G" username="me@a.2" password="secret" graph="AAISP-3G" log="default"/> |
||
</usb> |
</usb> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||