Multi-APN: Difference between revisions
No edit summary |
Gytispieze (talk | contribs) No edit summary |
||
(7 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
< | <span style="color: red;">The information in this page is updated in accordance with firmware version <i><b>R_00.07.01</b></i>.</span> | ||
==Introduction== | ==Introduction== | ||
This article contains | This article contains instruction on how to utilize the device's <b>Multi-APN</b> feature in order to establish connections to multiple mobile networks using a single SIM card. This feature may also be referred to as "Multiple PDN". | ||
==Configuration prerequisites== | ==Configuration prerequisites== | ||
Line 18: | Line 19: | ||
In the example below, we will be using <i>wap</i> (dynamic) and <i>bangapro</i> (static) as our different APNs. Replace these values in accordance with your SIM card provider. | In the example below, we will be using <i>wap</i> (dynamic) and <i>bangapro</i> (static) as our different APNs. Replace these values in accordance with your SIM card provider. | ||
<i><b>Note:</b> As of firmware version <b>R_00.07. | <i><b>Note:</b> As of firmware version <b>R_00.07.01</b>, only 2 different APNs are supported at once. Multi-APN feature is <b><u>not supported</u></b> on the following devices: | ||
* TRB1 series | * TRB1 series</i> | ||
---- | ---- | ||
<b>STEP 1</b>: Create a new mobile interface | <b>STEP 1</b>: Create a new mobile interface. | ||
[[File: | |||
Connect to router's <b>WebUI</b>, navigate to <b>Network > Interfaces</b>. Find the <b>Add New Instance</b> section below, enter a name for your mobile interface and click ADD. | |||
[[File:Networking_rutos_manual_add_new_instance_demo_v1.png|border|class=tlt-border]] | |||
---- | ---- | ||
<b>STEP 2</b>: Configure the new interface. | <b>STEP 2</b>: Configure the new interface. | ||
Interface configuration window should appear after adding a new interface. Select <b>Mobile</b> in the protocol list. | |||
[[File:Networking_rutos_configuration_example_multi_apn_interface_configuration_protocol_v1.png|border|class=tlt-border]] | |||
Then configure the interface in this order: | Then configure the interface in this order: | ||
# | #Disable <b>Auto APN</b>. | ||
#Choose an APN from the list, <i>or</i> select <b>-- Custom --</b> to define a custom APN. | |||
#Choose an APN from the list, <i>or</i> select <b> | #Enter your APN in the <b>Custom APN</b> field. | ||
#Press <b>Save & Apply</b> below | #Press <b>Save & Apply</b> below. | ||
[[File: | [[File:Networking_rutos_configuration_example_multi_apn_interface_configuration_mobile_apn1_v1.png|border|class=tlt-border]] | ||
The new interface should appear in the list and start connecting to mobile data. | |||
[[File: | [[File:Networking_rutos_configuration_example_multi_apn_interfaces_mobile1_stopped_v1.png|border|class=tlt-border]] | ||
Once connected, you will see an IP assigned according to the APN. | Once connected, you will see an IP assigned according to the APN. | ||
[[File: | [[File:Networking_rutos_configuration_example_multi_apn_interfaces_mobile1_running_v1.png|border|class=tlt-border]] | ||
If your new interface is unable to connect, make sure you have not set an identical APN on the default mobile interface for that SIM card. | If your new interface is unable to connect, make sure you have not set an identical APN on the default mobile interface for that SIM card. | ||
Line 58: | Line 56: | ||
<b>STEP 3</b>: Configure the default interface. | <b>STEP 3</b>: Configure the default interface. | ||
[[File: | [[File:Networking_rutos_configuration_example_multi_apn_interfaces_default_interface_edit_v2.png|border|class=tlt-border]] | ||
Interface configuration window should appear after pressing EDIT. Follow the same steps in <b>STEP 2</b> with a different APN or leave it on Auto APN if the interface automatically connected to a different APN. | |||
The default interface should soon connect to data with an IP assigned according to the APN: | |||
[[File:Networking_rutos_configuration_example_multi_apn_interfaces_mobile2_running_v2.png|border|class=tlt-border]] | |||
==Results== | ==Results== | ||
Line 68: | Line 68: | ||
You should see the two different mobile interfaces connected to data with different IPs assigned: | You should see the two different mobile interfaces connected to data with different IPs assigned: | ||
[[File: | [[File:Networking_rutos_configuration_example_multi_apn_interfaces_results_v2.png|border|class=tlt-border]] | ||
==Testing configuration== | ==Testing configuration== | ||
You may also check if the configuration was successful by pinging an address reachable from the internet via <b>CLI</b> or <b>SSH</b>: | You may also check if the configuration was successful by pinging an address reachable from the internet via <b>CLI</b> or <b>SSH</b>: | ||
To ping from the default interface, use command: | To ping from the default interface, use command: | ||
ping -I qmimux0 8.8.8.8 | ping -I qmimux0 8.8.8.8 | ||
[[File: | [[File:Networking_rutos_configuration_example_multi_apn_testing_configuration_ping_default_v1.png|border|class=tlt-border]] | ||
To ping from the created interface, use command: | To ping from the created interface, use command: | ||
ping -I qmimux<b> | ping -I qmimux<b>8</b> 8.8.8.8 | ||
[[File: | [[File:Networking_rutos_configuration_example_multi_apn_testing_configuration_ping_custom_v1.png|border|class=tlt-border]] | ||
Revision as of 11:06, 21 September 2021
Main Page > General Information > Configuration Examples > Modem control > Multi-APNThe information in this page is updated in accordance with firmware version R_00.07.01.
Introduction
This article contains instruction on how to utilize the device's Multi-APN feature in order to establish connections to multiple mobile networks using a single SIM card. This feature may also be referred to as "Multiple PDN".
Configuration prerequisites
Prerequisites:
- Latest firmware with Multi-APN support (R_00.07.00 and newer)
- SIM card with multiple APNs
Configuring router
If you're having trouble finding this page or some of the parameters described here on your device's WebUI, you should turn on "Advanced WebUI" mode. You can do that by clicking the "Advanced" button, located at the top of the WebUI.
In the example below, we will be using wap (dynamic) and bangapro (static) as our different APNs. Replace these values in accordance with your SIM card provider.
Note: As of firmware version R_00.07.01, only 2 different APNs are supported at once. Multi-APN feature is not supported on the following devices:
- TRB1 series
STEP 1: Create a new mobile interface.
Connect to router's WebUI, navigate to Network > Interfaces. Find the Add New Instance section below, enter a name for your mobile interface and click ADD.
STEP 2: Configure the new interface.
Interface configuration window should appear after adding a new interface. Select Mobile in the protocol list.
Then configure the interface in this order:
- Disable Auto APN.
- Choose an APN from the list, or select -- Custom -- to define a custom APN.
- Enter your APN in the Custom APN field.
- Press Save & Apply below.
The new interface should appear in the list and start connecting to mobile data.
Once connected, you will see an IP assigned according to the APN.
If your new interface is unable to connect, make sure you have not set an identical APN on the default mobile interface for that SIM card.
STEP 3: Configure the default interface.
Interface configuration window should appear after pressing EDIT. Follow the same steps in STEP 2 with a different APN or leave it on Auto APN if the interface automatically connected to a different APN.
The default interface should soon connect to data with an IP assigned according to the APN:
Results
You should see the two different mobile interfaces connected to data with different IPs assigned:
Testing configuration
You may also check if the configuration was successful by pinging an address reachable from the internet via CLI or SSH:
To ping from the default interface, use command:
ping -I qmimux0 8.8.8.8
To ping from the created interface, use command:
ping -I qmimux8 8.8.8.8