Which LTE CARRIER SHOULD I ORDER FOR CANADA
-
This is the apn I used: just type ltemobile.apn
When it ask for it in the configuration.https://www.rogers.com/customer/support/article/rogers-lte-apn-settings
-
@Aldo-Castro-Freire Can you post the outputs of both
systemctl status -l voxl-modem
andifconfig
-
these are the outputs:
-
wait the first one changed:
-
Have you tested this SIM card previously? With another phone perhaps to determine that it is activated correctly?
-
Antoher thing to try is to disable the modem startup script using
systemctl disable voxl-modem
and then rebooting your voxl. After you reboot, ADB back in and runvoxl-modem-start.sh
. This should allow you to see the script's entire output. -
okay that worked, one more question for the openVPN I am new to yocto linux, how do I know if the daemon was able to connect to the openVPN server, my IP still the same.
-
OpenVPN will usually create a new network interface, similar to
tun
ortun0
and should route traffic through there. If you runifconfig
you will see a list of network interfaces. You will also need to make sure that OpenVPN is starting after you have connected to the internet as it will most likely fail to connect to the VPN and not retry with default settings. -
@tom thanks apparently the openvpn version needed to be updated the default version that comes with voxl does not work for me
-
@Aldo-Castro-Freire thanks for the feedback, do you mind sharing the openVPN Client and Server versions you ended up using that worked?
We've tested using server v2.4.8, voxl-vpn (v2.1.3 inside that), and OpenVPN Connect ver 3.2.2 on Adroid.