This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user_guide:mobile_support [2016/10/12 13:04] – [A Catch-22] admin | user_guide:mobile_support [2016/10/12 14:54] (current) – [3G / Mobile support for APdesk and MESHdesk] admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== 3G / Mobile support for APdesk and MESHdesk ====== | ====== 3G / Mobile support for APdesk and MESHdesk ====== | ||
+ | {{ : | ||
===== Introduction ===== | ===== Introduction ===== | ||
Line 50: | Line 51: | ||
* OpenVPN Bridge | * OpenVPN Bridge | ||
+ | ----------------- | ||
+ | |||
+ | ===== Lets get technical ===== | ||
+ | For those technical people, the next section is aimed at you. | ||
+ | * The MESHdesk Node Config Utility will insert an entry into the **/ | ||
+ | * This means you can actually pre-build / configure the device, provided they do not require a pin or the pin is common among the devices which you will flash the firmware on. | ||
+ | * It also means you can disable the interface in **/ | ||
+ | * The script which sets up the device will check if there is a **wwan** entry in the meshdesk config file and if it is there and active it will include that declaration in the **/ | ||
+ | * If you need more inf on getting your mobile dongle working, refer to this pages: | ||
+ | * https:// | ||
+ | * Although the above page has lots of information, | ||
+ | |||
+ | <code bash> | ||
+ | config interface ' | ||
+ | option proto ' | ||
+ | option service ' | ||
+ | option pincode 1234 | ||
+ | option apn ' | ||
+ | option username ' | ||
+ | option device '/ | ||
+ | </ | ||