FireBrick 2700 Configuration: Difference between revisions

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