FAQ
Â
Q: How can I set up WiFi? So WAN through WiFi, and then the two networks (wired: LAN and WAN as LAN) use that as Gateway?
A: If you are using RUTOS Firmware with your RUT240, please follow these steps:
*Navigate to the Network → Wireless page and click the "Scan" button to find all available Wi-Fi access points, choose your access point and connect to it.
*Navigate to the Network → Failover page and enable the Wi-Fi WAN and other WAN interfaces that you are using. You can increase the interface priority by dragging the selected interface to the top of the interface list.
Further information regarding the available Wireless and Failover settings can be found here:
*Wireless - https://wiki.teltonika-networks.com/view/RUT240_Wireless#Client_Mode
*Failover - https://wiki.teltonika-networks.com/view/RUT240_Failover#Failover
--
Q: Is there a way to switch a digital output when a VPN connection is active?
A: It can be achieved with a custom bash script: https://wiki.teltonika-networks.com/view/RUT955_Administration
I/O state can be changed with the following commands:
ubus call ioman.gpio.dout1 update '{"value":"0"}'
ubus call ioman.gpio.dout1 update '{"value":"1"}'
I/O status can be consulted with:
ubus call ioman.gpio.dout1 status
--
Q: How to implement GPS function and NTP in a Teltonika Router to allow clock synchronization area
A:
If you would only enable GPS and GPS time synchronization (Services > NTP > General), only the router would get GPS time without requiring connecting to any Public NTP server, therefore having NTP client disabled (Services > NTP > NTP > NTP Client).
Furthermore, if you wish to synchronize this GPS time with your instruments, you would need to set up your RUTX14 as an NTP server.
In order to enable the NTP server, navigate to Services > NTP > NTP > NTP server.
After RUTX14 is set up as an NTP server, you should define the router's LAN IP address on your instruments.
Note: Please make sure that your GPS antenna is properly connected and has a clear view of the sky in order for it to function accurately.
Here are the summarised steps:
Navigate to Services > GPS > General > General configuration and enable GPS;
Navigate to Services > NTP > General and enable GPS synchronization;
Navigate to Services > NTP > NTP. Disable NTP Client and Enable the NTP server;
Set the router's LAN IP address as an NTP server in the configuration of your instrument
--
Q: I am not able to install different services at the same time as (SNMP, DDNS..)
A:
Reset the device to factory settings or install the newest firmware without keeping the settings option.
Take note of how much flash memory is available when the device is fresh. You can find flash used in the Status -> System section.
Install the DDNS package and take note of how much flash memory is left.
Try installing SNMP and see if it works.
--
Q: How could I proceed when having error access from https service/certificate?
A: If this is needed only for your access, you could disable the warning using your generated certificates. Here's our Wiki example showing how to do it: https://wiki.teltonika-networks.com/view/HTTPS_device_access
Â